Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libstorage-ng for openSUSE:Factory checked in at 2022-04-13 21:04:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old) and /work/SRC/openSUSE:Factory/.libstorage-ng.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstorage-ng" Wed Apr 13 21:04:11 2022 rev:159 rq:969194 version:4.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes 2022-04-09 01:44:10.498645901 +0200 +++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.1900/libstorage-ng.changes 2022-04-13 21:04:28.612541775 +0200 @@ -1,0 +2,7 @@ +Mon Apr 11 12:17:54 UTC 2022 - [email protected] + +- merge gh#openSUSE/libstorage-ng#868 +- updated configure.ac +- 4.5.3 + +-------------------------------------------------------------------- Old: ---- libstorage-ng-4.5.2.tar.xz New: ---- libstorage-ng-4.5.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstorage-ng.spec ++++++ --- /var/tmp/diff_new_pack.kR0uqL/_old 2022-04-13 21:04:34.708546650 +0200 +++ /var/tmp/diff_new_pack.kR0uqL/_new 2022-04-13 21:04:34.712546653 +0200 @@ -18,7 +18,7 @@ %define libname %{name}1 Name: libstorage-ng -Version: 4.5.2 +Version: 4.5.3 Release: 0 Summary: Library for storage management License: GPL-2.0-only ++++++ libstorage-ng-4.5.2.tar.xz -> libstorage-ng-4.5.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.2/VERSION new/libstorage-ng-4.5.3/VERSION --- old/libstorage-ng-4.5.2/VERSION 2022-04-07 18:15:26.000000000 +0200 +++ new/libstorage-ng-4.5.3/VERSION 2022-04-11 14:17:54.000000000 +0200 @@ -1 +1 @@ -4.5.2 +4.5.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.2/configure.ac new/libstorage-ng-4.5.3/configure.ac --- old/libstorage-ng-4.5.2/configure.ac 2022-04-07 18:15:26.000000000 +0200 +++ new/libstorage-ng-4.5.3/configure.ac 2022-04-11 14:17:54.000000000 +0200 @@ -1,5 +1,6 @@ +AC_INIT -AC_INIT(storage/Storage.h) +AC_CONFIG_SRCDIR([storage/Storage.h]) VERSION=`cat ./VERSION` @@ -88,7 +89,7 @@ RUBY_ARCH_NAME=$(RBCONFIG(arch)) AC_SUBST(RUBY_ARCH_NAME) -AC_OUTPUT( +AC_CONFIG_FILES([ Makefile storage/Makefile storage/Version.h:storage/Version.h.in @@ -157,4 +158,6 @@ bindings/ruby/examples/Makefile bindings/ruby/testsuite/Makefile package/libstorage-ng.spec:libstorage-ng.spec.in -) +]) + +AC_OUTPUT
