Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xdigest for openSUSE:Factory checked in at 2026-02-14 21:37:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdigest (Old) and /work/SRC/openSUSE:Factory/.xdigest.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdigest" Sat Feb 14 21:37:31 2026 rev:2 rq:1332893 version:0.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xdigest/xdigest.changes 2026-02-09 15:45:04.873208278 +0100 +++ /work/SRC/openSUSE:Factory/.xdigest.new.1977/xdigest.changes 2026-02-14 21:38:16.259004855 +0100 @@ -1,0 +2,7 @@ +Fri Feb 13 17:12:47 UTC 2026 - Andreas Stieger <[email protected]> + +- update to 0.4.1, dropping the patches we upstreamed: + * xdigest-0.4.0-pkgconfig_version.patch + * xdigest-0.4.0-noexecstack.patch + +------------------------------------------------------------------- Old: ---- xdigest-0.4.0-noexecstack.patch xdigest-0.4.0-pkgconfig_version.patch xdigest-0.4.0.tar.gz New: ---- xdigest-0.4.1.tar.gz ----------(Old B)---------- Old: * xdigest-0.4.0-pkgconfig_version.patch * xdigest-0.4.0-noexecstack.patch Old:- update to 0.4.1, dropping the patches we upstreamed: * xdigest-0.4.0-pkgconfig_version.patch * xdigest-0.4.0-noexecstack.patch ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdigest.spec ++++++ --- /var/tmp/diff_new_pack.O2xdXJ/_old 2026-02-14 21:38:17.267046407 +0100 +++ /var/tmp/diff_new_pack.O2xdXJ/_new 2026-02-14 21:38:17.271046572 +0100 @@ -18,14 +18,12 @@ %define sover 0 Name: xdigest -Version: 0.4.0 +Version: 0.4.1 Release: 0 Summary: Digest algorithm library designed for speed License: Apache-2.0 URL: https://github.com/rinrab/xdigest Source: https://github.com/rinrab/xdigest/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: xdigest-0.4.0-pkgconfig_version.patch -Patch1: xdigest-0.4.0-noexecstack.patch BuildRequires: cmake %description ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.O2xdXJ/_old 2026-02-14 21:38:17.299047726 +0100 +++ /var/tmp/diff_new_pack.O2xdXJ/_new 2026-02-14 21:38:17.303047891 +0100 @@ -1,5 +1,5 @@ -mtime: 1770557810 -commit: a3a0c9aeba2fd149640854b5df32f93a45d5f33d22d2a112912de834cd9ba55f +mtime: 1771002875 +commit: 0dee0df4ae4a916330ab9e97ad4bf587aa0c136e558edcc5b4de3dc86e3465be url: https://src.opensuse.org/clibs/xdigest revision: master ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-02-13 18:14:58.000000000 +0100 @@ -0,0 +1 @@ +.osc ++++++ xdigest-0.4.0.tar.gz -> xdigest-0.4.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdigest-0.4.0/CMakeLists.txt new/xdigest-0.4.1/CMakeLists.txt --- old/xdigest-0.4.0/CMakeLists.txt 2026-02-06 20:56:41.000000000 +0100 +++ new/xdigest-0.4.1/CMakeLists.txt 2026-02-12 20:27:33.000000000 +0100 @@ -52,6 +52,7 @@ else() enable_language(ASM) set(ASMEXT S) + set(CMAKE_ASM_FLAGS "${CMAKE_ASM_FLAGS} -Wa,--noexecstack") endif() endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdigest-0.4.0/build/Version.inc new/xdigest-0.4.1/build/Version.inc --- old/xdigest-0.4.0/build/Version.inc 2026-02-06 20:56:41.000000000 +0100 +++ new/xdigest-0.4.1/build/Version.inc 2026-02-12 20:27:33.000000000 +0100 @@ -20,7 +20,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 4 -VERSION_PATCH = 0 +VERSION_PATCH = 1 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) SONAME = $(VERSION_MAJOR) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdigest-0.4.0/build/xdigest.pc.in new/xdigest-0.4.1/build/xdigest.pc.in --- old/xdigest-0.4.0/build/xdigest.pc.in 2026-02-06 20:56:41.000000000 +0100 +++ new/xdigest-0.4.1/build/xdigest.pc.in 2026-02-12 20:27:33.000000000 +0100 @@ -4,7 +4,7 @@ Name: libxdigest Description: Extremly fast digest algorithms -Version: @XDIGEST_VERSION@ +Version: @XDIG_VERSION@ Requires: Libs: -L${libdir} -lxdigest Cflags: -I${includedir} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdigest-0.4.0/xdigest/include/xdigest/xdigest.h new/xdigest-0.4.1/xdigest/include/xdigest/xdigest.h --- old/xdigest-0.4.0/xdigest/include/xdigest/xdigest.h 2026-02-06 20:56:41.000000000 +0100 +++ new/xdigest-0.4.1/xdigest/include/xdigest/xdigest.h 2026-02-12 20:27:33.000000000 +0100 @@ -36,7 +36,7 @@ #define XDIG_VERSION_MAJOR 0 #define XDIG_VERSION_MINOR 4 -#define XDIG_VERSION_PATCH 0 +#define XDIG_VERSION_PATCH 1 typedef struct xdig_version_t {
