Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libuev for openSUSE:Factory checked in at 2021-10-11 15:31:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libuev (Old) and /work/SRC/openSUSE:Factory/.libuev.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libuev" Mon Oct 11 15:31:43 2021 rev:9 rq:924523 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libuev/libuev.changes 2021-09-20 23:34:42.747289157 +0200 +++ /work/SRC/openSUSE:Factory/.libuev.new.2443/libuev.changes 2021-10-11 15:32:39.754945521 +0200 @@ -1,0 +2,13 @@ +Sat Oct 9 12:49:52 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de> + +- libuev 2.4.0: + * major ABI bump: + Add struct signalfd_siginfo to uev_t, valid for signal watchers + Now more metadata is available to signal callbacks + * built for 64 bit time_t, requiring users to use the following: + CPPFLAGS += -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 + * documentation updates +- run tests during build +- drop 0001-Fix-25-glibc-2.33-requires-_FILE_OFFSET_BITS-64-with.patch + +------------------------------------------------------------------- Old: ---- 0001-Fix-25-glibc-2.33-requires-_FILE_OFFSET_BITS-64-with.patch libuev-2.3.2.tar.xz New: ---- libuev-2.4.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libuev.spec ++++++ --- /var/tmp/diff_new_pack.OCdkJI/_old 2021-10-11 15:32:40.118946105 +0200 +++ /var/tmp/diff_new_pack.OCdkJI/_new 2021-10-11 15:32:40.122946112 +0200 @@ -17,20 +17,15 @@ # -%define sover 2 +%define sover 3 Name: libuev -Version: 2.3.2 +Version: 2.4.0 Release: 0 Summary: Event loop library License: MIT Group: Development/Languages/C and C++ URL: https://github.com/troglobit/libuev/ Source: https://github.com/troglobit/libuev/releases/download/v%{version}/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM -Patch0: 0001-Fix-25-glibc-2.33-requires-_FILE_OFFSET_BITS-64-with.patch -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -66,7 +61,6 @@ %autosetup -p1 %build -autoreconf -fiv %configure \ --disable-static %make_build @@ -76,16 +70,19 @@ find %{buildroot} -type f -name "*.la" -delete -print rm -r %{buildroot}%{_datadir}/doc +%check +%make_build check + %post -n libuev%{sover} -p /sbin/ldconfig %postun -n libuev%{sover} -p /sbin/ldconfig %files -n libuev%{sover} -%doc API.md AUTHORS ChangeLog.md README.md +%doc AUTHORS ChangeLog.md README.md %license LICENSE %{_libdir}/libuev.so.%{sover}* %files devel -%license LICENSE +%license LICENSE doc/API.md %{_includedir}/uev %{_libdir}/libuev.so %{_libdir}/pkgconfig/libuev.pc ++++++ libuev-2.3.2.tar.xz -> libuev-2.4.0.tar.xz ++++++ ++++ 11930 lines of diff (skipped)