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-01-29 20:57:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old) and /work/SRC/openSUSE:Factory/.libstorage-ng.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstorage-ng" Sat Jan 29 20:57:28 2022 rev:149 rq:949599 version:4.4.78 Changes: -------- --- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes 2022-01-27 23:17:17.798841477 +0100 +++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.1898/libstorage-ng.changes 2022-01-29 20:57:35.276461107 +0100 @@ -1,0 +2,7 @@ +Fri Jan 28 07:56:57 UTC 2022 - aschn...@suse.com + +- merge gh#openSUSE/libstorage-ng#858 +- Add glibc-locale buildrequires for testsuite on SUSE distros +- 4.4.78 + +-------------------------------------------------------------------- Old: ---- libstorage-ng-4.4.77.tar.xz New: ---- libstorage-ng-4.4.78.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstorage-ng.spec ++++++ --- /var/tmp/diff_new_pack.TZ1DrO/_old 2022-01-29 20:57:35.780457838 +0100 +++ /var/tmp/diff_new_pack.TZ1DrO/_new 2022-01-29 20:57:35.784457812 +0100 @@ -18,12 +18,12 @@ %define libname %{name}1 Name: libstorage-ng -Version: 4.4.77 +Version: 4.4.78 Release: 0 Summary: Library for storage management License: GPL-2.0-only Group: System/Libraries -Url: http://github.com/openSUSE/libstorage-ng +Url: https://github.com/openSUSE/libstorage-ng Source: %{name}-%{version}.tar.xz %if 0%{?suse_version} >= 1330 BuildRequires: libboost_headers-devel @@ -38,8 +38,10 @@ BuildRequires: grep BuildRequires: libtool BuildRequires: pkgconfig +BuildRequires: python-rpm-macros BuildRequires: ruby BuildRequires: ruby-devel +BuildRequires: pkgconfig(python3) %if 0%{?suse_version} == 1315 # Using rubygem(test-unit) does not work since ruby2.1-stdlib claims to # provide rubygem(test-unit). But that is plain wrong. The version in @@ -57,11 +59,9 @@ BuildRequires: glibc-langpack-fr BuildRequires: json-c-devel %else +BuildRequires: glibc-locale BuildRequires: libjson-c-devel %endif -BuildRequires: python-rpm-macros -BuildRequires: pkgconfig(python3) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains libstorage-ng, a library for storage management. @@ -183,14 +183,11 @@ %find_lang libstorage-ng %post -n %{libname} -p /sbin/ldconfig - %postun -n %{libname} -p /sbin/ldconfig %files -n %{name}-lang -f libstorage-ng.lang -%defattr(-,root,root) %files -n %{libname} -%defattr(-,root,root) %doc %dir %{_docdir}/%{name} %doc %{_docdir}/%{name}/AUTHORS %license %{_docdir}/%{name}/LICENSE @@ -198,14 +195,12 @@ %ghost /run/libstorage-ng %files devel -%defattr(-,root,root) %{_libdir}/libstorage-ng.so %{_includedir}/storage %dir %{_docdir}/%{name}/autodocs %doc %{_docdir}/%{name}/autodocs/* %files python3 -%defattr(-,root,root) %{python3_sitelib}/storage.py* %attr(755,root,root) %{python3_sitearch}/_storage.so # Fedora has brp-python-bytecompile so apparently they want those packaged @@ -214,7 +209,6 @@ %endif %files ruby -%defattr(-,root,root) %if 0%{?fedora} %{ruby_vendorarchdir}/storage.so %else @@ -222,12 +216,10 @@ %endif %files utils -%defattr(-,root,root) %dir %{_prefix}/lib/libstorage-ng %{_prefix}/lib/libstorage-ng/utils %files integration-tests -%defattr(-,root,root) %{python3_sitelib}/storageitu.py* %dir %{_prefix}/lib/libstorage-ng %{_prefix}/lib/libstorage-ng/integration-tests ++++++ libstorage-ng-4.4.77.tar.xz -> libstorage-ng-4.4.78.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.4.77/VERSION new/libstorage-ng-4.4.78/VERSION --- old/libstorage-ng-4.4.77/VERSION 2022-01-26 16:12:17.000000000 +0100 +++ new/libstorage-ng-4.4.78/VERSION 2022-01-28 08:56:57.000000000 +0100 @@ -1 +1 @@ -4.4.77 +4.4.78 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.4.77/libstorage-ng.spec.in new/libstorage-ng-4.4.78/libstorage-ng.spec.in --- old/libstorage-ng-4.4.77/libstorage-ng.spec.in 2022-01-26 16:12:17.000000000 +0100 +++ new/libstorage-ng-4.4.78/libstorage-ng.spec.in 2022-01-28 08:56:57.000000000 +0100 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,7 +23,7 @@ Summary: Library for storage management License: GPL-2.0-only Group: System/Libraries -Url: http://github.com/openSUSE/libstorage-ng +URL: https://github.com/openSUSE/libstorage-ng Source: libstorage-ng-%{version}.tar.xz %if 0%{?suse_version} >= 1330 BuildRequires: libboost_headers-devel @@ -38,6 +38,8 @@ BuildRequires: grep BuildRequires: libtool BuildRequires: pkgconfig +BuildRequires: pkgconfig(python3) +BuildRequires: python-rpm-macros BuildRequires: ruby BuildRequires: ruby-devel %if 0%{?suse_version} == 1315 @@ -58,10 +60,8 @@ BuildRequires: glibc-langpack-en %else BuildRequires: libjson-c-devel +BuildRequires: glibc-locale %endif -BuildRequires: pkgconfig(python3) -BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains libstorage-ng, a library for storage management. @@ -183,14 +183,11 @@ %find_lang libstorage-ng %post -n %{libname} -p /sbin/ldconfig - %postun -n %{libname} -p /sbin/ldconfig %files -n %{name}-lang -f libstorage-ng.lang -%defattr(-,root,root) %files -n %{libname} -%defattr(-,root,root) %doc %dir %{_docdir}/%{name} %doc %{_docdir}/%{name}/AUTHORS %license %{_docdir}/%{name}/LICENSE @@ -198,14 +195,12 @@ %ghost /run/libstorage-ng %files devel -%defattr(-,root,root) %{_libdir}/libstorage-ng.so %{_includedir}/storage %dir %{_docdir}/%{name}/autodocs %doc %{_docdir}/%{name}/autodocs/* %files python3 -%defattr(-,root,root) %{python3_sitelib}/storage.py* %attr(755,root,root) %{python3_sitearch}/_storage.so # Fedora has brp-python-bytecompile so apparently they want those packaged @@ -214,7 +209,6 @@ %endif %files ruby -%defattr(-,root,root) %if 0%{?fedora} %{ruby_vendorarchdir}/storage.so %else @@ -222,12 +216,10 @@ %endif %files utils -%defattr(-,root,root) %dir %{_prefix}/lib/libstorage-ng %{_prefix}/lib/libstorage-ng/utils %files integration-tests -%defattr(-,root,root) %{python3_sitelib}/storageitu.py* %dir %{_prefix}/lib/libstorage-ng %{_prefix}/lib/libstorage-ng/integration-tests