Hello community,

here is the log from the commit of package taglib for openSUSE:Factory checked 
in at 2016-01-09 23:10:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/taglib (Old)
 and      /work/SRC/openSUSE:Factory/.taglib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "taglib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/taglib/taglib.changes    2014-05-18 
06:50:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.taglib.new/taglib.changes       2016-01-09 
23:10:17.000000000 +0100
@@ -1,0 +2,67 @@
+Mon Jan  4 08:49:06 UTC 2016 - o...@aepfle.de
+
+- Fix build in SLE_11 by disabling post-install
+
+-------------------------------------------------------------------
+Sat Jan  2 17:06:39 UTC 2016 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use cmake macros
+- Update to 1.10
+  * New API for the audio length in milliseconds.
+  * Added new options to the tagwriter example.
+  * Added support for ID3v2 ETCO and SYLT frames.
+  * Added support for album artist in PropertyMap API of MP4 files.
+  * Added support for embedded frames in ID3v2 CHAP and CTOC 
+    frames.
+  * Added support for AIFF-C files.
+  * Better handling of duplicate ID3v2 tags in MPEG files.
+  * Allowed generating taglib.pc on Windows.
+  * Added ZLIB_SOURCE build option.
+  * Fixed backwards-incompatible change in TagLib::String when 
+    constructing UTF16 strings.
+  * Fixed crash when parsing certain FLAC files.
+  * Fixed crash when encoding empty strings.
+  * Fixed saving of certain XM files on OS X.
+  * Changed Xiph and APE generic getters to return 
+    space-concatenated values.
+  * Fixed possible file corruptions when removing tags from WAV 
+    files.
+  * Added support for MP4 files with 64-bit atoms in certain 64-bit 
+    environments.
+  * Prevented ID3v2 padding from being too large.
+  * Fixed crash when parsing corrupted APE files.
+  * Fixed crash when parsing corrupted WAV files.
+  * Fixed crash when parsing corrupted Ogg FLAC files.
+  * Fixed crash when parsing corrupted MPEG files.
+  * Fixed saving empty tags in WAV files.
+  * Fixed crash when parsing corrupted Musepack files.
+  * Fixed possible memory leaks when parsing AIFF and WAV files.
+  * Fixed crash when parsing corrupted MP4 files.
+  * Stopped writing empty ID3v2 frames.
+  * Fixed possible file corruptions when saving WMA files.
+  * Added TagLib::MP4::Tag::isEmpty().
+  * Added accessors to manipulate MP4 tags.
+  * Fixed crash when parsing corrupted WavPack files.
+  * Fixed seeking MPEG frames.
+  * Fixed reading FLAC files with zero-sized padding blocks.
+  * Added support for reading the encoder information of WMA files.
+  * Added support for reading the codec of WAV files.
+  * Added support for multi channel WavPack files.
+  * Added support for reading the nominal bitrate of Ogg Speex 
+    files.
+  * Added support for VBR headers in MPEG files.
+  * Marked FLAC::File::streamInfoData() deprecated. It returns an 
+    empty ByteVector.
+  * Marked FLAC::File::streamLength() deprecated. It returns zero.
+  * Fixed possible file corruptions when adding an ID3v1 tag to 
+    FLAC files.
+  * Fixed self-assignment operator in some types.
+  * Fixed extraction of MP4 tag keys with an empty list.
+       * Many smaller bug fixes and performance improvements.
+- Drop no longer needed patches:
+  * taglib-1.7.2-doxygen.patch
+  * taglib-1.8-strip-rpath.patch
+  * taglib-1.9.1.uint.patch
+
+-------------------------------------------------------------------

Old:
----
  taglib-1.7.2-doxygen.patch
  taglib-1.8-strip-rpath.patch
  taglib-1.9.1.tar.gz
  taglib-1.9.1.uint.patch

New:
----
  taglib-1.10.tar.gz

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

Other differences:
------------------
++++++ taglib.spec ++++++
--- /var/tmp/diff_new_pack.hqaWz1/_old  2016-01-09 23:10:18.000000000 +0100
+++ /var/tmp/diff_new_pack.hqaWz1/_new  2016-01-09 23:10:18.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package taglib
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           taglib
-Version:        1.9.1
+Version:        1.10
 Release:        0
 Summary:        Audio Meta-Data Library
 License:        LGPL-2.1+ and MPL-1.1
@@ -26,28 +26,23 @@
 Source0:        http://taglib.github.io/releases/taglib-%{version}.tar.gz
 Source1:        %{name}.desktop
 Source100:      baselibs.conf
-Patch1:         taglib-1.7.2-doxygen.patch
-# Get example executables to build without rpath
-Patch3:         taglib-1.8-strip-rpath.patch
-# Fix build error with 11.4
-Patch4:         taglib-1.9.1.uint.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake >= 2.8
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz-gnome
 BuildRequires:  libcppunit-devel
-BuildRequires:  pkg-config
-%if 0%{?suse_version}
-BuildRequires:  update-desktop-files
-%endif
 BuildRequires:  librcc-devel
+BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
 # 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
@@ -102,32 +97,17 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch3
-%patch4 -p1
 
 %build
-mkdir build
-cd build
-export CXXFLAGS="%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
-export CFLAGS="%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
-_libsuffix=$(echo %{_lib} | cut -b4-)
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%cmake \
     -DBUILD_TESTS:BOOL=ON \
-    -DLIB_SUFFIX=$_libsuffix \
     -DWITH_ASF:BOOL=ON \
     -DWITH_MP4:BOOL=ON \
-    -DBUILD_EXAMPLES:BOOL=ON ..
-make %{?_smp_mflags} VERBOSE=1
-cd ..
-
-doxygen -u
-doxygen
+  -DBUILD_EXAMPLES:BOOL=ON
+make %{?_smp_mflags} all docs
 
 %install
-pushd build
-make DESTDIR=%{buildroot} install
-popd
+%cmake_install
 
 # install susehelp file
 mkdir -p %{buildroot}%{_datadir}/susehelp/meta/Development/Libraries/
@@ -140,7 +120,7 @@
 # Documentation
 mkdir -p %{buildroot}%{_defaultdocdir}/libtag-devel
 rm -f examples/CMake*
-cp -a AUTHORS COPYING.LGPL COPYING.MPL NEWS doc/html/ examples/ 
%{buildroot}%{_defaultdocdir}/libtag-devel/
+cp -a AUTHORS COPYING.LGPL COPYING.MPL NEWS build/doc/html/ examples/ 
%{buildroot}%{_defaultdocdir}/libtag-devel/
 
 %fdupes -s %{buildroot}
 # Add built examples to taglib package.
@@ -153,8 +133,13 @@
 #make check
 #popd
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%if 0%{?suse_version} > 1110
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
 
 %post -n libtag1 -p /sbin/ldconfig
 

++++++ taglib-1.9.1.tar.gz -> taglib-1.10.tar.gz ++++++
++++ 19055 lines of diff (skipped)


Reply via email to