public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom spot Callaway <spotaws@amazon.com>
To: git-commits@fedoraproject.org
Subject: [rpms/xbase] rawhide: 4.3.0
Date: Thu, 27 Aug 2026 15:24:30 GMT [thread overview]
Message-ID: <178784427084.1.13303832115057303710.rpms-xbase-af090d78ea8a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xbase
Branch : rawhide
Commit : af090d78ea8a1385b89de8747f8d2a9e0134dc61
Author : Tom spot Callaway <spotaws@amazon.com>
Date : 2026-08-27T11:24:26-04:00
Stats : +30/-25 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/xbase/c/af090d78ea8a1385b89de8747f8d2a9e0134dc61?branch=rawhide
Log:
4.3.0
---
diff --git a/sources b/sources
index 7297858..c97997c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xbase64-4.2.7.tar.gz) = 26d490076e703fe4f545d404a963df8289bb886fd1d1cd330c3d61e95f6af27c33c68ac3960221d7a209f4e0b14776c380142ed4184bf3008f9f46e8ce82cd97
+SHA512 (xbase64-4.3.0.tar.gz) = a65fb3bded0e4124fdc317d5b4c74233f352f33fcf54bfda0426141b068e9a9f456c720a581264e3bb0dde8897d972f7260557704a7d91bd6426a9be9154f2f8
diff --git a/xbase-4.2.7-fix-sover.patch b/xbase-4.2.7-fix-sover.patch
deleted file mode 100644
index dd0341b..0000000
--- a/xbase-4.2.7-fix-sover.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- xbase64-4.2.7/build/linux64/CMakeLists.txt 2026-07-20 23:51:46.699282028 -0300
-+++ xbase64-4.2.7/build/linux64/CMakeLists.txt 2026-07-20 23:51:46.699513695 -0300
-@@ -310,7 +310,7 @@ ENDIF( XB_NDX_SUPPORT OR XB_MDX_SUPPORT
-
- # Set directories
- # PROJECT_PARENT_DIR is two nodes higher
--get_filename_component( PROJECT_PARENT_DIR ${PROJECT_BINARY_DIR} DIRECTORY )
-+get_filename_component( PROJECT_PARENT_DIR ${CMAKE_CURRENT_SOURCE_DIR} DIRECTORY )
- get_filename_component( PROJECT_PARENT_DIR ${PROJECT_PARENT_DIR} DIRECTORY )
-
- # MESSAGE( "PROJECT_PARENT_DIR = " ${PROJECT_PARENT_DIR} )
-@@ -959,7 +959,7 @@ install (FILES ${PROJECT_PARENT_DIR}/doc
- ENDIF( NOT WIN32 )
-
-
--SET_TARGET_PROPERTIES( ${XB_LIBNAME} PROPERTIES VERSION 4.2.7 SOVERSION 0 )
-+SET_TARGET_PROPERTIES( ${XB_LIBNAME} PROPERTIES VERSION ${xbase_VERSION_MAJOR}.${xbase_VERSION_MINOR}.${xbase_VERSION_PATCH} SOVERSION ${xbase_VERSION_MAJOR} )
-
- IF( WIN32 )
- install (TARGETS ${XB_LIBNAME} DESTINATION bin)
diff --git a/xbase-4.3.0-fix-parent-dir.patch b/xbase-4.3.0-fix-parent-dir.patch
new file mode 100644
index 0000000..4b91cac
--- /dev/null
+++ b/xbase-4.3.0-fix-parent-dir.patch
@@ -0,0 +1,12 @@
+diff -up xbase64-4.3.0/build/linux64/CMakeLists.txt.fix-parent-dir xbase64-4.3.0/build/linux64/CMakeLists.txt
+--- xbase64-4.3.0/build/linux64/CMakeLists.txt.fix-parent-dir 2026-08-27 11:18:54.599925948 -0400
++++ xbase64-4.3.0/build/linux64/CMakeLists.txt 2026-08-27 11:18:25.544357986 -0400
+@@ -310,7 +310,7 @@ ENDIF( XB_NDX_SUPPORT OR XB_MDX_SUPPORT
+
+ # Set directories
+ # PROJECT_PARENT_DIR is two nodes higher
+-get_filename_component( PROJECT_PARENT_DIR ${PROJECT_BINARY_DIR} DIRECTORY )
++get_filename_component( PROJECT_PARENT_DIR ${CMAKE_CURRENT_SOURCE_DIR} DIRECTORY )
+ get_filename_component( PROJECT_PARENT_DIR ${PROJECT_PARENT_DIR} DIRECTORY )
+
+ # MESSAGE( "PROJECT_PARENT_DIR = " ${PROJECT_PARENT_DIR} )
diff --git a/xbase-4.3.0-fix-sover.patch b/xbase-4.3.0-fix-sover.patch
new file mode 100644
index 0000000..e559f91
--- /dev/null
+++ b/xbase-4.3.0-fix-sover.patch
@@ -0,0 +1,12 @@
+diff -up xbase64-4.3.0/build/linux64/CMakeLists.txt.sover xbase64-4.3.0/build/linux64/CMakeLists.txt
+--- xbase64-4.3.0/build/linux64/CMakeLists.txt.sover 2026-08-27 11:15:44.246099986 -0400
++++ xbase64-4.3.0/build/linux64/CMakeLists.txt 2026-08-27 11:16:16.316351601 -0400
+@@ -970,7 +970,7 @@ install (FILES ${PROJECT_PARENT_DIR}/doc
+ ENDIF( NOT WIN32 )
+
+
+-SET_TARGET_PROPERTIES( ${XB_LIBNAME} PROPERTIES VERSION 4.3.0 SOVERSION 0 )
++SET_TARGET_PROPERTIES( ${XB_LIBNAME} PROPERTIES VERSION ${xbase_VERSION_MAJOR}.${xbase_VERSION_MINOR}.${xbase_VERSION_PATCH} SOVERSION ${xbase_VERSION_MAJOR} )
+
+ IF( WIN32 )
+ install (TARGETS ${XB_LIBNAME} DESTINATION bin)
diff --git a/xbase.spec b/xbase.spec
index bbed54f..693a838 100644
--- a/xbase.spec
+++ b/xbase.spec
@@ -1,13 +1,14 @@
Name: xbase
Summary: XBase compatible database library
-Version: 4.2.7
+Version: 4.3.0
Release: %autorelease
License: LGPL-3.0-or-later
URL: http://linux.techass.com/projects/xdb/
Source0: http://downloads.sourceforge.net/xdb/%{name}64-%{version}.tar.gz
-Patch0: xbase-4.2.7-fix-sover.patch
-Patch1: xbase-4.2.7-no-local-no-namespace.patch
-Patch2: xbase-4.2.7-fix-mandir.patch
+Patch0: xbase-4.3.0-fix-sover.patch
+Patch1: xbase-4.3.0-fix-parent-dir.patch
+Patch2: xbase-4.2.7-no-local-no-namespace.patch
+Patch3: xbase-4.2.7-fix-mandir.patch
BuildRequires: cmake
BuildRequires: doxygen
reply other threads:[~2026-08-27 15:24 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=178784427084.1.13303832115057303710.rpms-xbase-af090d78ea8a@fedoraproject.org \
--to=spotaws@amazon.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