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-02-15 23:19:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libuev (Old)
 and      /work/SRC/openSUSE:Factory/.libuev.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libuev"

Mon Feb 15 23:19:54 2021 rev:7 rq:872202 version:2.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libuev/libuev.changes    2020-02-25 
16:09:11.800684327 +0100
+++ /work/SRC/openSUSE:Factory/.libuev.new.28504/libuev.changes 2021-02-15 
23:21:39.759876352 +0100
@@ -1,0 +2,7 @@
+Sun Feb 14 19:42:17 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- libuev 2.3.2:
+  * fixes for other distributions only
+- switch to bootstrapped upstream tarball
+
+-------------------------------------------------------------------

Old:
----
  libuev-2.3.1.tar.gz

New:
----
  libuev-2.3.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libuev.spec ++++++
--- /var/tmp/diff_new_pack.6EPta2/_old  2021-02-15 23:21:40.239877068 +0100
+++ /var/tmp/diff_new_pack.6EPta2/_new  2021-02-15 23:21:40.239877068 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libuev
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2018, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,16 +19,13 @@
 
 %define sover 2
 Name:           libuev
-Version:        2.3.1
+Version:        2.3.2
 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/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
+Source:         
https://github.com/troglobit/libuev/releases/download/v%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig
 
 %description
@@ -63,10 +60,9 @@
 %setup -q
 
 %build
-autoreconf -fiv
 %configure \
   --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -82,6 +78,7 @@
 %{_libdir}/libuev.so.%{sover}*
 
 %files devel
+%license LICENSE
 %{_includedir}/uev
 %{_libdir}/libuev.so
 %{_libdir}/pkgconfig/libuev.pc

Reply via email to