public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/libpkgmanifest] rawhide: Fix a pkg-config file version
Date: Fri, 18 Sep 2026 12:15:21 GMT [thread overview]
Message-ID: <178973372100.1.1577508435735967827.rpms-libpkgmanifest-af25f84ebcc8@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-18 12: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=178973372100.1.1577508435735967827.rpms-libpkgmanifest-af25f84ebcc8@fedoraproject.org \
--to=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