Hello community,

here is the log from the commit of package libuev for openSUSE:Factory checked 
in at 2020-02-25 16:08:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libuev (Old)
 and      /work/SRC/openSUSE:Factory/.libuev.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libuev"

Tue Feb 25 16:08:32 2020 rev:6 rq:779086 version:2.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libuev/libuev.changes    2019-04-12 
09:15:04.753701618 +0200
+++ /work/SRC/openSUSE:Factory/.libuev.new.26092/libuev.changes 2020-02-25 
16:09:11.800684327 +0100
@@ -1,0 +2,6 @@
+Tue Feb 25 12:39:17 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- Update to 2.3.1:
+  * Use separate aux/ dir for auxilliary files and check for install 
+
+-------------------------------------------------------------------

Old:
----
  libuev-2.3.0.tar.gz

New:
----
  libuev-2.3.1.tar.gz

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

Other differences:
------------------
++++++ libuev.spec ++++++
--- /var/tmp/diff_new_pack.vtMoxH/_old  2020-02-25 16:09:12.940686114 +0100
+++ /var/tmp/diff_new_pack.vtMoxH/_new  2020-02-25 16:09:12.944686120 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libuev
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2018, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,13 +13,13 @@
 # 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/
 #
 
 
 %define sover 2
 Name:           libuev
-Version:        2.3.0
+Version:        2.3.1
 Release:        0
 Summary:        Event loop library
 License:        MIT

++++++ libuev-2.3.0.tar.gz -> libuev-2.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuev-2.3.0/ChangeLog.md 
new/libuev-2.3.1/ChangeLog.md
--- old/libuev-2.3.0/ChangeLog.md       2019-04-06 13:33:06.000000000 +0200
+++ new/libuev-2.3.1/ChangeLog.md       2020-02-22 15:51:16.000000000 +0100
@@ -3,6 +3,13 @@
 
 All notable changes to the project are documented in this file.
 
+[v2.3.1][] - 2020-02-22
+-----------------------
+
+### Fixes
+
+- Debian packaging fixes only.
+
 
 [v2.3.0][] - 2019-04-06
 -----------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuev-2.3.0/configure.ac 
new/libuev-2.3.1/configure.ac
--- old/libuev-2.3.0/configure.ac       2019-04-06 13:33:06.000000000 +0200
+++ new/libuev-2.3.1/configure.ac       2020-02-22 15:51:16.000000000 +0100
@@ -1,4 +1,5 @@
-AC_INIT(libuev, 2.3.0, https://github.com/troglobit/libuev/issues)
+AC_INIT(libuev, 2.3.1, https://github.com/troglobit/libuev/issues)
+AC_CONFIG_AUX_DIR(aux)
 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
 AM_SILENT_RULES([yes])
 
@@ -8,6 +9,7 @@
 AC_CONFIG_MACRO_DIR([m4])
 
 AC_PROG_CC
+AC_PROG_INSTALL
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 LT_INIT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuev-2.3.0/debian/changelog 
new/libuev-2.3.1/debian/changelog
--- old/libuev-2.3.0/debian/changelog   2019-04-06 13:33:06.000000000 +0200
+++ new/libuev-2.3.1/debian/changelog   2020-02-22 15:51:16.000000000 +0100
@@ -1,3 +1,10 @@
+libuev (2.3.1) stable; urgency=high
+
+  * Step library name to match SONAME, found by lintian
+  * Update Build-Depends to debhelper >= 10, drop other deps
+
+ -- Joachim Nilsson <troglo...@gmail.com>  Sat, 22 Feb 2020 15:50:06 +0100
+
 libuev (2.3.0) unstable; urgency=medium
 
   * Support for Linux eventfd, uev_event_*(), see API.md for details.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuev-2.3.0/debian/control 
new/libuev-2.3.1/debian/control
--- old/libuev-2.3.0/debian/control     2019-04-06 13:33:06.000000000 +0200
+++ new/libuev-2.3.1/debian/control     2020-02-22 15:51:16.000000000 +0100
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Joachim Nilsson <troglo...@gmail.com>
-Build-Depends: dpkg-dev (>= 1.14.9), debhelper (>= 9), dh-autoreconf
+Build-Depends: debhelper (>= 10)
 Standards-Version: 4.3.0
 Homepage: https://github.com/troglobit/libuev/
 Vcs-Browser: https://github.com/troglobit/libuev/
@@ -12,7 +12,7 @@
 Priority: extra
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libuev (= ${binary:Version})
+Depends: ${misc:Depends}, libuev2 (= ${binary:Version})
 Description: static library, header files, and docs for libuev
  Static library, header files, and documentation for libuEv
  .
@@ -24,7 +24,10 @@
  Experienced developers may appreciate libuEv is built on top of modern
  Linux APIs like epoll, eventfd, timerf, and signalfd.
 
-Package: libuev
+Package: libuev2
+Replaces: libuev
+Conflicts: libuev
+Provides: libuev
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Lightweight event loop library for Linux
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuev-2.3.0/debian/libuev.dirs 
new/libuev-2.3.1/debian/libuev.dirs
--- old/libuev-2.3.0/debian/libuev.dirs 2019-04-06 13:33:06.000000000 +0200
+++ new/libuev-2.3.1/debian/libuev.dirs 1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-usr/lib
-usr/share
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuev-2.3.0/debian/libuev.install 
new/libuev-2.3.1/debian/libuev.install
--- old/libuev-2.3.0/debian/libuev.install      2019-04-06 13:33:06.000000000 
+0200
+++ new/libuev-2.3.1/debian/libuev.install      1970-01-01 01:00:00.000000000 
+0100
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuev-2.3.0/debian/libuev2.dirs 
new/libuev-2.3.1/debian/libuev2.dirs
--- old/libuev-2.3.0/debian/libuev2.dirs        1970-01-01 01:00:00.000000000 
+0100
+++ new/libuev-2.3.1/debian/libuev2.dirs        2020-02-22 15:51:16.000000000 
+0100
@@ -0,0 +1,2 @@
+usr/lib
+usr/share
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuev-2.3.0/debian/libuev2.install 
new/libuev-2.3.1/debian/libuev2.install
--- old/libuev-2.3.0/debian/libuev2.install     1970-01-01 01:00:00.000000000 
+0100
+++ new/libuev-2.3.1/debian/libuev2.install     2020-02-22 15:51:16.000000000 
+0100
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*


Reply via email to