Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libxmp for openSUSE:Factory checked 
in at 2022-07-10 23:15:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxmp (Old)
 and      /work/SRC/openSUSE:Factory/.libxmp.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxmp"

Sun Jul 10 23:15:31 2022 rev:31 rq:988095 version:4.5.0+g613.8e4a5e15

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxmp/libxmp.changes    2021-06-11 
00:19:39.193419029 +0200
+++ /work/SRC/openSUSE:Factory/.libxmp.new.1523/libxmp.changes  2022-07-10 
23:15:39.496978952 +0200
@@ -1,0 +2,7 @@
+Sun Jul 10 09:05:56 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to git snapshot 4.5.0-613-g8e4a5e15
+  * Fix player crash caused by bad IT envelope sustain loop end
+    values. (See _also_ https://github.com/libxmp/libxmp/issues/590)
+
+-------------------------------------------------------------------

Old:
----
  libxmp-4.5.0.tar.gz

New:
----
  _service
  libxmp-4.5.0+g613.8e4a5e15.tar.xz

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

Other differences:
------------------
++++++ libxmp.spec ++++++
--- /var/tmp/diff_new_pack.ZGfTLr/_old  2022-07-10 23:15:41.112981424 +0200
+++ /var/tmp/diff_new_pack.ZGfTLr/_new  2022-07-10 23:15:41.112981424 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libxmp
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,18 @@
 
 Name:           libxmp
 %define lname  libxmp4
-Version:        4.5.0
+Version:        4.5.0+g613.8e4a5e15
 Release:        0
 Summary:        Module Player library for MOD, S3M, IT and others
 License:        LGPL-2.1-only
 Group:          Development/Libraries/C and C++
 URL:            http://xmp.sf.net/
 
-#Freshcode-URL:        https://freshcode.club/projects/libxmp
-#Git-Clone:    git://git.code.sf.net/p/xmp/libxmp
-Source:         
https://github.com/libxmp/libxmp/releases/download/%name-%version/%name-%version.tar.gz
+#Git-Clone:    https://github.com/libxmp/libxmp
+#Source:         
https://github.com/libxmp/libxmp/releases/download/%name-%version/%name-%version.tar.gz
+Source:         %name-%version.tar.xz
+BuildRequires:  c_compiler
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 
 %description
@@ -64,7 +66,7 @@
 %autosetup -p1
 
 %build
-%global _lto_cflags %nil
+autoreconf -fi
 %configure
 %make_build
 
@@ -72,14 +74,13 @@
 b="%buildroot"
 %make_install
 mkdir -p "$b/%_mandir/man3" "$b/%_docdir/%name"
-install -pm0644 docs/Changelog docs/[a-z]* "$b/%_docdir/%name/"
+cp -av docs/Changelog docs/[a-z]* "$b/%_docdir/%name/"
 # Remove file due to bnc#808655, and because they are hardware-specific
 # and should not have much relevance for developers anyhow.
-rm -f "$b/%_docdir/%name"/{adlib*,ay*.txt}
-mv "$b/%_docdir/%name/libxmp.3" "$b/%_mandir/man3/"
+rm -fv "$b/%_docdir/%name"/{adlib*,ay*.txt}
 
 %check
-make check %{?_smp_mflags}
+%make_build check
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
@@ -92,7 +93,6 @@
 %_includedir/xmp.h
 %_libdir/libxmp.so
 %_libdir/pkgconfig/libxmp.pc
-%_mandir/man3/libxmp.3*
 %_docdir/%name/
 
 %changelog

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">https://github.com/libxmp/libxmp</param>
                <param name="revision">master</param>
                <param name="parent-tag">libxmp-4.5.0</param>
                <param name="versionformat">4.5.0+g@TAG_OFFSET@.%h</param>
                <param name="exclude">test-dev</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
        <service name="set_version" mode="disabled"/>
</services>

Reply via email to