public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/biblesync] rawhide: Update to biblesync 2.2.0
@ 2026-08-02 16:53 Greg Hellings
  0 siblings, 0 replies; only message in thread
From: Greg Hellings @ 2026-08-02 16:53 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/biblesync
Branch : rawhide
Commit : c20a0500117e7b31526f409d9d2095ce8993e76a
Author : Greg Hellings <greg.hellings@gmail.com>
Date   : 2026-08-02T12:52:58-04:00
Stats  : +7/-46 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/biblesync/c/c20a0500117e7b31526f409d9d2095ce8993e76a?branch=rawhide

Log:
Update to biblesync 2.2.0

---
diff --git a/.gitignore b/.gitignore
index 8612fbf..5713837 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ results_biblesync
 /biblesync-1.1.2.tar.gz
 /biblesync-2.0.1.tar.gz
 /biblesync-2.1.0.tar.gz
+/biblesync-2.2.0.tar.gz

diff --git a/4b00f9fd3d0c858947eee18206ef44f9f6bd2283.patch b/4b00f9fd3d0c858947eee18206ef44f9f6bd2283.patch
deleted file mode 100644
index 26379dd..0000000
--- a/4b00f9fd3d0c858947eee18206ef44f9f6bd2283.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 4b00f9fd3d0c858947eee18206ef44f9f6bd2283 Mon Sep 17 00:00:00 2001
-From: Karl Kleinpaste <karl@kleinpaste.org>
-Date: Wed, 26 Mar 2025 14:30:21 -0400
-Subject: [PATCH] fix #14 update cmake min version to 3.5 for cmake 4 min
- permissible.
-
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 7225bcb..8060d9c 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -8,7 +8,7 @@
- PROJECT(libbiblesync CXX)
- SET(BIBLESYNC_VERSION 2.1.0)
- # A required CMake line
--CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
-+CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
- # Where our custom Find* files are located
- SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
- 

diff --git a/b16df4279c71791fb6a9c783be219d705801fd0b.patch b/b16df4279c71791fb6a9c783be219d705801fd0b.patch
deleted file mode 100644
index b2ab556..0000000
--- a/b16df4279c71791fb6a9c783be219d705801fd0b.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From b16df4279c71791fb6a9c783be219d705801fd0b Mon Sep 17 00:00:00 2001
-From: Karl Kleinpaste <karl@kleinpaste.org>
-Date: Thu, 3 May 2018 12:57:20 -0400
-Subject: [PATCH] remove biblesync subdir from Cflags.
-
----
- biblesync.pc.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/biblesync.pc.in b/biblesync.pc.in
-index d995726..19180ba 100644
---- a/biblesync.pc.in
-+++ b/biblesync.pc.in
-@@ -9,4 +9,4 @@ Version: @BIBLESYNC_VERSION_STR@
- @SHAREDLIB_TRUE@Libs: -L${libdir} -lbiblesync
- @SHAREDLIB_FALSE@Libs: -L${libdir} -lbiblesync @LIBS@
- Libs.private: -L${libdir} -lbiblesync @LIBS@
--Cflags: -I${includedir}/bibleysnc 
-+Cflags: -I${includedir}

diff --git a/biblesync.spec b/biblesync.spec
index 1c9c008..3fe2324 100644
--- a/biblesync.spec
+++ b/biblesync.spec
@@ -2,14 +2,13 @@
 %global __soversion 2.0
 
 Name:		biblesync
-Version:	2.1.0
-Release:	18%{?dist}
+Version:	2.2.0
+Release:	1%{?dist}
 Summary:	A Cross-platform library for sharing Bible navigation
 
 License:	LicenseRef-Fedora-Public-Domain
 URL:		http://www.xiphos.org
 Source0:	https://github.com/karlkleinpaste/biblesync/releases/download/%{version}/%{name}-%{version}.tar.gz
-Patch0:		4b00f9fd3d0c858947eee18206ef44f9f6bd2283.patch
 
 BuildRequires:	intltool
 BuildRequires:	libuuid-devel
@@ -70,6 +69,9 @@ popd
 %{_mandir}/man7/biblesync.7*
 
 %changelog
+* Sat Aug 01 2026 Greg fhellings <greg.hellings@gmail.com> - 2.2.0-1
+- New upstream release
+
 * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 4ecfe22..0d13c1f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (biblesync-2.1.0.tar.gz) = c6637954c0d9cbe9ba03048d92288d52c3675eaa9770749690222bd76d45ec7f138d67a4e416c33dbf9864f623f919f117aea58b1bb35feed8bcf59daad94e8e
+SHA512 (biblesync-2.2.0.tar.gz) = 9f363a4c43033c1c70d259ad3060d07da8379be9cc2d7d83352ded692acf326f00f769194ac2573e3bb77f30f025adb5b70cc834ad104077b82360c91f8b0203

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-02 16:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-02 16:53 [rpms/biblesync] rawhide: Update to biblesync 2.2.0 Greg Hellings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox