Hello community,

here is the log from the commit of package taglib for openSUSE:Factory checked 
in at 2017-09-29 11:50:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/taglib (Old)
 and      /work/SRC/openSUSE:Factory/.taglib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "taglib"

Fri Sep 29 11:50:06 2017 rev:49 rq:528829 version:1.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/taglib/taglib.changes    2017-08-12 
20:12:13.393963344 +0200
+++ /work/SRC/openSUSE:Factory/.taglib.new/taglib.changes       2017-09-29 
11:50:08.083235608 +0200
@@ -1,0 +2,6 @@
+Tue Sep 26 09:27:25 UTC 2017 - tchva...@suse.com
+
+- Cleanup bit with spec-cleaner
+- Drop librcc dependency as there is no actual code dependency in taglib
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ taglib.spec ++++++
--- /var/tmp/diff_new_pack.Ko7RET/_old  2017-09-29 11:50:10.722863374 +0200
+++ /var/tmp/diff_new_pack.Ko7RET/_new  2017-09-29 11:50:10.722863374 +0200
@@ -20,31 +20,27 @@
 Version:        1.11.1
 Release:        0
 Summary:        Audio Meta-Data Library
-License:        LGPL-2.1+ and MPL-1.1
+License:        LGPL-2.1+ AND MPL-1.1
 Group:          Productivity/Multimedia/Other
 Url:            http://taglib.github.io/
 Source0:        http://taglib.github.io/releases/%{name}-%{version}.tar.gz
 Source1:        %{name}.desktop
-# PATCH-FIX-SECURITY taglib-CVE-2017-12678.patch bsc1052699 CVE-2017-12678 
sbra...@suse.com -- Prevent denial of service.
-Patch:          taglib-CVE-2017-12678.patch
 Source100:      baselibs.conf
+# PATCH-FIX-SECURITY taglib-CVE-2017-12678.patch bsc1052699 CVE-2017-12678 
sbra...@suse.com -- Prevent denial of service.
+Patch0:         taglib-CVE-2017-12678.patch
 BuildRequires:  cmake >= 2.8
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz-gnome
 BuildRequires:  libcppunit-devel
-BuildRequires:  librcc-devel
-BuildRequires:  pkg-config
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(zlib)
 # NOTE: The tagreader and writer executables give different results when built 
with
 # an earlier taglib-1.8-ds-rusxmms patch. See bnc#814814
 Requires:       libtag1 = %{version}-%{release}
 Requires:       libtag_c0 = %{version}-%{release}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
-BuildRequires:  update-desktop-files
-%endif
 
 %description
 TagLib is a library for reading and editing the meta-data of several popular
@@ -58,8 +54,6 @@
 Summary:        Audio Meta-Data Library
 License:        LGPL-2.1+
 Group:          System/Libraries
-# Without this the old taglib package containing the libraries isn't removed 
when this package is installed.
-# The only alternative is for the libraries to Require: taglib 
version-release, badness 440
 Conflicts:      taglib <= 1.6.3
 
 %description -n libtag1
@@ -72,8 +66,6 @@
 Summary:        Audio Meta-Data Library
 License:        LGPL-2.1+
 Group:          System/Libraries
-# Without this the old taglib package containing the libraries isn't removed 
when this package is installed.
-# The only alternative is for the libraries to Require: taglib 
version-release, badness 440
 Conflicts:      taglib <= 1.6.3
 
 %description -n libtag_c0
@@ -99,7 +91,7 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 
 %build
 %cmake \
@@ -116,9 +108,7 @@
 mkdir -p %{buildroot}%{_datadir}/susehelp/meta/Development/Libraries/
 install -pm 0644 %{SOURCE1} 
%{buildroot}%{_datadir}/susehelp/meta/Development/Libraries/
 
-%if 0%{?suse_version}
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/susehelp/meta/Development/Libraries/%{name}.desktop
-%endif
 
 # Documentation
 mkdir -p %{buildroot}%{_defaultdocdir}/libtag-devel
@@ -130,40 +120,26 @@
 mkdir -p %{buildroot}%{_bindir}
 for i in `find build/examples -maxdepth 1 ! -type d -executable`; do cp -v 
${i} %{buildroot}%{_bindir}/; done
 
-%check
-# check the library
-#pushd tests
-#make check
-#popd
-
-%if 0%{?suse_version} > 1110
 %post
 %desktop_database_post
 
 %postun
 %desktop_database_postun
-%endif
 
 %post -n libtag1 -p /sbin/ldconfig
-
 %postun -n libtag1 -p /sbin/ldconfig
-
 %post -n libtag_c0 -p /sbin/ldconfig
-
 %postun -n libtag_c0 -p /sbin/ldconfig
 
 %files -n libtag1
-%defattr(-,root,root,-)
 %{_libdir}/libtag.so.1
 %{_libdir}/libtag.so.1.*
 
 %files -n libtag_c0
-%defattr(-,root,root,-)
 %{_libdir}/libtag_c.so.0
 %{_libdir}/libtag_c.so.0.*
 
 %files -n libtag-devel
-%defattr(-,root,root,-)
 %doc %{_defaultdocdir}/libtag-devel
 %{_bindir}/taglib-config
 %{_includedir}/taglib/
@@ -172,12 +148,7 @@
 %{_datadir}/susehelp/
 
 %files
-%defattr(-,root,root,-)
-%if 1 == 1
 %{_bindir}/*
 %exclude %{_bindir}/taglib-config
-%else
-%doc README.taglib
-%endif
 
 %changelog


Reply via email to