public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libpkgmanifest] rawhide: Move from automatic release numbering to manual one
@ 2026-09-18 12:15
0 siblings, 0 replies; only message in thread
From: @ 2026-09-18 12:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libpkgmanifest
Branch : rawhide
Commit : 16ea996bed8a9faa12a6a508668955abe32258ae
Author : Petr Písař <ppisar@redhat.com>
Date : 2026-09-18T14:07:38+02:00
Stats : +76/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/libpkgmanifest/c/16ea996bed8a9faa12a6a508668955abe32258ae?branch=rawhide
Log:
Move from automatic release numbering to manual one
Autochangelog breaks when building for minor RHEL releases.
---
diff --git a/0003-Move-from-automatic-release-numbering-to-manual-one.patch b/0003-Move-from-automatic-release-numbering-to-manual-one.patch
new file mode 100644
index 0000000..254fc78
--- /dev/null
+++ b/0003-Move-from-automatic-release-numbering-to-manual-one.patch
@@ -0,0 +1,33 @@
+From 41d682765f3f12e7ae4d324227b9bf9e9703a587 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
+Date: Fri, 18 Sep 2026 12:07:00 +0200
+Subject: [PATCH 3/3] Move from automatic release numbering to manual one
+
+Autochangelog breaks when building for minor RHEL releases.
+---
+ libpkgmanifest.spec | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/libpkgmanifest.spec b/libpkgmanifest.spec
+index ebaca2f..594547b 100644
+--- a/libpkgmanifest.spec
++++ b/libpkgmanifest.spec
+@@ -12,7 +12,7 @@
+
+ Name: %{pkg_name}
+ Version: %{version_major}.%{version_minor}.%{version_patch}
+-Release: %{autorelease}
++Release: 1%{?dist}
+
+ %forgemeta
+
+@@ -108,4 +108,5 @@ Python 3 bindings for the %{name} library.
+ %cmake_install
+
+ %changelog
+-%autochangelog
++* Fri Sep 18 2026 Petr Pisar <ppisar@redhat.com> - 0.6.0-1
++- Developmental snapshot
+--
+2.55.0
+
diff --git a/libpkgmanifest.spec b/libpkgmanifest.spec
index bc51c1d..3f03d3f 100644
--- a/libpkgmanifest.spec
+++ b/libpkgmanifest.spec
@@ -12,7 +12,7 @@
Name: %{pkg_name}
Version: %{version_major}.%{version_minor}.%{version_patch}
-Release: %{autorelease}
+Release: 5%{?dist}
%forgemeta
@@ -22,6 +22,7 @@ URL: %{forgeurl}
Source: %{forgesource}
Patch1: 0001-Bump-a-version-to-0.6.0.patch
Patch2: 0002-spec-Package-COPYING.lib-not-LICENSE.patch
+Patch3: 0003-Move-from-automatic-release-numbering-to-manual-one.patch
BuildRequires: pkgconf-pkg-config
BuildRequires: cmake >= 3.16
@@ -110,4 +111,44 @@ Python 3 bindings for the %{name} library.
%cmake_install
%changelog
-%autochangelog
+* Fri Sep 18 2026 Petr Pisar <ppisar@redhat.com> - 0.6.0-5
+- Move from automatic release numbering to manual one
+
+* Fri Sep 18 2026 Petr Písař <ppisar@redhat.com> - 0.6.0-4
+- Fix dangling symbolic link from a LICENSE file
+
+* Fri Sep 18 2026 Petr Písař <ppisar@redhat.com> - 0.6.0-3
+- Fix a pkg-config file version
+
+* Wed Sep 16 2026 Packit <hello@packit.dev> - 0.6.0-1
+- Update to 0.6.0 upstream release
+
+* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 0.5.9-10
+- Rebuilt for Python 3.15.0b4 ABI change
+
+* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.9-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
+* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 0.5.9-8
+- Rebuilt for Python 3.15
+
+* Fri Jan 30 2026 Petr Písař <ppisar@redhat.com> - 0.5.9-7
+- Fix building with GCC 16 (bug #2434767)
+
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.9-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.5.9-5
+- Rebuilt for Python 3.14.0rc3 bytecode
+
+* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.5.9-4
+- Rebuilt for Python 3.14.0rc2 bytecode
+
+* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.9-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
+
+* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 0.5.9-2
+- Rebuilt for Python 3.14
+
+* Thu Apr 03 2025 Packit <hello@packit.dev> - 0.5.9-1
+- Update to 0.5.9 upstream release
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-18 12:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 12:15 [rpms/libpkgmanifest] rawhide: Move from automatic release numbering to manual one
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox