Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libusrp for openSUSE:Factory checked 
in at 2023-03-08 14:52:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libusrp (Old)
 and      /work/SRC/openSUSE:Factory/.libusrp.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libusrp"

Wed Mar  8 14:52:50 2023 rev:5 rq:1069983 version:3.4.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/libusrp/libusrp.changes  2021-11-21 
23:52:31.398186934 +0100
+++ /work/SRC/openSUSE:Factory/.libusrp.new.31432/libusrp.changes       
2023-03-08 14:52:55.342790328 +0100
@@ -1,0 +2,6 @@
+Mon Mar  6 23:48:59 UTC 2023 - Wojciech Kazubski <w...@ire.pw.edu.pl>
+
+- Update to version 3.4.7:
+  * fix 'make uninstall'
+
+-------------------------------------------------------------------

Old:
----
  libusrp-3.4.6.tar.xz

New:
----
  libusrp-3.4.7.tar.xz

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

Other differences:
------------------
++++++ libusrp.spec ++++++
--- /var/tmp/diff_new_pack.d61gUG/_old  2023-03-08 14:52:56.078794336 +0100
+++ /var/tmp/diff_new_pack.d61gUG/_new  2023-03-08 14:52:56.082794358 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libusrp
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2021-2023 SUSE LLC
 # Copyright (c) 2018-2021, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %define sover   1
 %define libname libusrp%{sover}
 Name:           libusrp
-Version:        3.4.6
+Version:        3.4.7
 Release:        0
 Summary:        Stand-alone libusrp for USRP1 from old gnuradio.git
 License:        GPL-3.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.d61gUG/_old  2023-03-08 14:52:56.126794597 +0100
+++ /var/tmp/diff_new_pack.d61gUG/_new  2023-03-08 14:52:56.130794619 +0100
@@ -2,8 +2,8 @@
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">git://git.osmocom.org/libusrp</param>
-               <param name="parent-tag">3.4.6</param>
-               <param name="versionformat">3.4.6</param>
+               <param name="parent-tag">3.4.7</param>
+               <param name="versionformat">3.4.7</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>

++++++ libusrp-3.4.6.tar.xz -> libusrp-3.4.7.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libusrp-3.4.6/.gitignore new/libusrp-3.4.7/.gitignore
--- old/libusrp-3.4.6/.gitignore        2021-11-16 11:57:22.000000000 +0100
+++ new/libusrp-3.4.7/.gitignore        2023-02-09 17:19:31.000000000 +0100
@@ -38,3 +38,5 @@
 /m4/lt*.m4
 
 contrib/libusrp.spec
+
+/.version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libusrp-3.4.6/configure.ac 
new/libusrp-3.4.7/configure.ac
--- old/libusrp-3.4.6/configure.ac      2021-11-16 11:57:22.000000000 +0100
+++ new/libusrp-3.4.7/configure.ac      2023-02-09 17:19:31.000000000 +0100
@@ -83,7 +83,7 @@
 AC_CHECK_PROG([XMLTO],[xmlto],[yes],[])
 AM_CONDITIONAL([HAS_XMLTO], [test x$XMLTO = xyes])
 
-USRP_SDCC([3.2.0],[],[passed=no;AC_MSG_RESULT([Unable to find firmware 
compiler SDCC 3.x.])])
+USRP_SDCC([3.2.0],[],[passed=no;AC_MSG_ERROR([Unable to find firmware compiler 
SDCC 3.x.])])
 
 AC_CONFIG_FILES([
   Makefile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libusrp-3.4.6/debian/changelog 
new/libusrp-3.4.7/debian/changelog
--- old/libusrp-3.4.6/debian/changelog  2021-11-16 11:57:22.000000000 +0100
+++ new/libusrp-3.4.7/debian/changelog  2023-02-09 17:19:31.000000000 +0100
@@ -1,3 +1,11 @@
+libusrp (3.4.7) unstable; urgency=medium
+
+  [ Oliver Smith ]
+  * host/lib/Makefile.am: fix 'make uninstall'
+  * gitignore: add /.version
+
+ -- Pau Espin Pedrol <pes...@sysmocom.de>  Tue, 07 Feb 2023 14:00:21 +0100
+
 libusrp (3.4.6) unstable; urgency=medium
 
   [ Oliver Smith ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libusrp-3.4.6/host/lib/Makefile.am 
new/libusrp-3.4.7/host/lib/Makefile.am
--- old/libusrp-3.4.6/host/lib/Makefile.am      2021-11-16 11:57:22.000000000 
+0100
+++ new/libusrp-3.4.7/host/lib/Makefile.am      2023-02-09 17:19:31.000000000 
+0100
@@ -157,6 +157,10 @@
        dump_data.py
 endif
 
+# Workaround for generated rule that fails and should be a no-op
+uninstall-usrppythonPYTHON:
+       $(info Skipping uninstall-usrpythonPYTHON (OS#5609))
+
 # common way for generating sources from templates when using
 # BUILT_SOURCES, using parallel build protection.
 gen_sources = $(BUILT_SOURCES)

Reply via email to