public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pugixml] epel9: Update to 1.15 (rhbz#2241663)
Date: Fri, 26 Jun 2026 02:15:48 GMT [thread overview]
Message-ID: <178244014849.1.7818562360686006928.rpms-pugixml-9fc758bbefff@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/pugixml
Branch : epel9
Commit : 9fc758bbefff2b03edc401aa9708a5b5fcfd99a0
Author : Jerry James <loganjerry@gmail.com>
Date : 2025-08-29T16:12:45-06:00
Stats : +21/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/pugixml/c/9fc758bbefff2b03edc401aa9708a5b5fcfd99a0?branch=epel9
Log:
Update to 1.15 (rhbz#2241663)
- Change doc subpackage architecture to noarch
- Change Source URL to tarball with the tests included
- Add a %check script
- Do not glob the library name
- Minor spec file cleanups
---
diff --git a/.gitignore b/.gitignore
index c1bd739..4ccf9cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
/pugixml-1.12.1.tar.gz
/pugixml-1.13.tar.gz
/pugixml-1.14.tar.gz
+/pugixml-1.15.tar.gz
diff --git a/pugixml.spec b/pugixml.spec
index 895d61b..5877b1d 100644
--- a/pugixml.spec
+++ b/pugixml.spec
@@ -1,13 +1,14 @@
#global prerel rc
Name: pugixml
-Version: 1.14
-Release: 3%{?dist}
+Version: 1.15
+Release: 1%{?dist}
Summary: A light-weight C++ XML processing library
License: MIT
-URL: http://pugixml.org
+URL: https://pugixml.org/
+VCS: git:https://github.com/zeux/%{name}.git
-Source0: https://github.com/zeux/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
+Source: https://github.com/zeux/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake gcc-c++
@@ -32,6 +33,7 @@ Development files for package %{name}
%package doc
Summary: Documentation for %{name}
Requires: %{name} = %{version}-%{release}
+BuildArch: noarch
%description doc
Documentation for %{name}
@@ -42,7 +44,7 @@ Documentation for %{name}
%build
-%cmake
+%cmake -DPUGIXML_BUILD_TESTS:BOOL=ON
%cmake_build
@@ -50,16 +52,17 @@ Documentation for %{name}
%cmake_install
-%ldconfig_scriptlets
+%check
+%ctest
%files
%doc readme.txt
%license LICENSE.md
-%{_libdir}/*.so.*
+%{_libdir}/libpugixml.so.1*
%files devel
-%{_libdir}/*.so
+%{_libdir}/libpugixml.so
%{_libdir}/cmake/pugixml/
%{_libdir}/pkgconfig/pugixml.pc
%{_includedir}/*.hpp
@@ -69,6 +72,14 @@ Documentation for %{name}
%changelog
+* Fri Aug 29 2025 Jerry James <loganjerry@gmail.com> - 1.15-1
+- Update to 1.15 (rhbz#2241663)
+- Change doc subpackage architecture to noarch
+- Change Source URL to tarball with the tests included
+- Add a %%check script
+- Do not glob the library name
+- Minor spec file cleanups
+
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
diff --git a/sources b/sources
index 8eacb15..6372596 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pugixml-1.14.tar.gz) = e94e3ea2bdfbe494343f1f5f54057ad3af1b3e0d76b6283051bf020ff64dd9975aa8782d7c34d8bfb42aabcb496e534130c3f9ee127da121cf390473d41e8c4d
+SHA512 (pugixml-1.15.tar.gz) = b8a70f1f230b0902b719346ce0a551eafe534f81262280dceeb92d5ad90ea4e635173e08e225bf66eb5f4724ac4568bd40dc923f184571f02502dac49bc0b7f5
reply other threads:[~2026-06-26 2:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178244014849.1.7818562360686006928.rpms-pugixml-9fc758bbefff@fedoraproject.org \
--to=loganjerry@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox