Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libshine for openSUSE:Factory 
checked in at 2022-03-06 18:15:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libshine (Old)
 and      /work/SRC/openSUSE:Factory/.libshine.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libshine"

Sun Mar  6 18:15:47 2022 rev:2 rq:959710 version:3.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libshine/libshine.changes        2017-03-12 
20:03:19.391503147 +0100
+++ /work/SRC/openSUSE:Factory/.libshine.new.1958/libshine.changes      
2022-03-06 18:16:05.559828582 +0100
@@ -1,0 +2,8 @@
+Sat Mar  5 12:00:00 UTC 2022 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- update to 3.1.1:
+  * Remove invalid MPEG 2.5 bitrates
+- move shineenc utility into it's own package
+- use bootstrapped tarball, package license text correctly
+
+-------------------------------------------------------------------

Old:
----
  shine-3.1.0.tar.gz

New:
----
  shine-3.1.1.tar.gz

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

Other differences:
------------------
++++++ libshine.spec ++++++
--- /var/tmp/diff_new_pack.GhzlEf/_old  2022-03-06 18:16:06.195828669 +0100
+++ /var/tmp/diff_new_pack.GhzlEf/_new  2022-03-06 18:16:06.203828669 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libshine
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,24 +12,21 @@
 # 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 oname   shine
 %define libver  3
 Name:           libshine
-Version:        3.1.0
+Version:        3.1.1
 Release:        0
 Summary:        MP3 encoding library
-License:        LGPL-2.0
-Group:          Productivity/Multimedia/Sound/Editors and Converters
-Url:            https://github.com/toots/shine
-Source0:        
https://github.com/toots/shine/archive/3.1.0.tar.gz#/%{oname}-%{version}.tar.gz
-BuildRequires:  dos2unix
-BuildRequires:  gcc
-BuildRequires:  libtool
-BuildRequires:  pkg-config
+License:        LGPL-2.0-only
+Group:          System/Libraries
+URL:            https://github.com/toots/shine
+Source0:        
https://github.com/toots/shine/releases/download/%{version}/%{oname}-%{version}.tar.gz
+BuildRequires:  pkgconfig
 
 %description
 Shine is an MP3 encoding library implemented in fixed-point
@@ -56,31 +53,40 @@
 architectures without a FPU, such as armel, etc., but likewise works
 on systems with an FPU.
 
+%package -n %{oname}
+Summary:        MP3 encoding tool
+Group:          Productivity/Multimedia/Sound/Utilities
+Conflicts:      libshine3 <= 3.1.0
+
+%description -n %{oname}
+Shine is an MP3 encoding library implemented in fixed-point
+arithmetic. This package contains the shineenc command line encoder.
+
 %prep
 %setup -q -n %{oname}-%{version}
 
 %build
-./bootstrap
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-dos2unix COPYING
 
 %post -n %{name}%{libver} -p /sbin/ldconfig
-
 %postun -n %{name}%{libver} -p /sbin/ldconfig
 
-%files -n %{name}%{libver}
-%defattr(-,root,root)
+%files -n %{oname}
+%license COPYING
 %{_bindir}/shineenc
+
+%files -n %{name}%{libver}
+%license COPYING
 %{_libdir}/%{name}.so.%{libver}*
 
 %files devel
-%defattr(-,root,root)
-%doc ChangeLog COPYING README.md README.old
+%license COPYING
+%doc ChangeLog README.md README.old
 %dir %{_includedir}/%{oname}
 %{_includedir}/%{oname}/layer3.h
 %{_libdir}/%{name}.so

++++++ shine-3.1.0.tar.gz -> shine-3.1.1.tar.gz ++++++
++++ 43480 lines of diff (skipped)

Reply via email to