public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libpkgmanifest] rawhide: Fix a pkg-config file version
@ 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 : af25f84ebcc8e2234975168a9199408415f6d89a
Author : Petr Písař <ppisar@redhat.com>
Date : 2026-09-18T14:02:43+02:00
Stats : +41/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/libpkgmanifest/c/af25f84ebcc8e2234975168a9199408415f6d89a?branch=rawhide
Log:
Fix a pkg-config file version
---
diff --git a/0001-Bump-a-version-to-0.6.0.patch b/0001-Bump-a-version-to-0.6.0.patch
new file mode 100644
index 0000000..a81ce06
--- /dev/null
+++ b/0001-Bump-a-version-to-0.6.0.patch
@@ -0,0 +1,40 @@
+From 8fa7f967dfa393d2f7aa498e8702e2758618a8ac 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:08:50 +0200
+Subject: [PATCH 1/3] Bump a version to 0.6.0
+
+0.6.0 release was tagged, but the CMake project and RPM package
+version was left old. This patch updates the versions.
+---
+ VERSION.cmake | 4 ++--
+ libpkgmanifest.spec | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/VERSION.cmake b/VERSION.cmake
+index 9431186..64ae2d9 100644
+--- a/VERSION.cmake
++++ b/VERSION.cmake
+@@ -1,3 +1,3 @@
+ set(VERSION_MAJOR 0)
+-set(VERSION_MINOR 5)
+-set(VERSION_PATCH 10)
++set(VERSION_MINOR 6)
++set(VERSION_PATCH 0)
+diff --git a/libpkgmanifest.spec b/libpkgmanifest.spec
+index 570f7cb..b128c74 100644
+--- a/libpkgmanifest.spec
++++ b/libpkgmanifest.spec
+@@ -3,8 +3,8 @@
+ %global forgeurl https://github.com/rpm-software-management/%{pkg_name}
+
+ %global version_major 0
+-%global version_minor 5
+-%global version_patch 10
++%global version_minor 6
++%global version_patch 0
+
+ %bcond_with docs
+ %bcond_without python
+--
+2.55.0
+
diff --git a/libpkgmanifest.spec b/libpkgmanifest.spec
index b128c74..9c244d8 100644
--- a/libpkgmanifest.spec
+++ b/libpkgmanifest.spec
@@ -20,6 +20,7 @@ Summary: Library for working with RPM manifests
License: LGPL-2.1-or-later
URL: %{forgeurl}
Source: %{forgesource}
+Patch1: 0001-Bump-a-version-to-0.6.0.patch
BuildRequires: pkgconf-pkg-config
BuildRequires: cmake >= 3.16
^ 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: Fix a pkg-config file version
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox