Hello community,

here is the log from the commit of package taglib-sharp for openSUSE:Factory 
checked in at 2012-07-09 10:37:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/taglib-sharp (Old)
 and      /work/SRC/openSUSE:Factory/.taglib-sharp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "taglib-sharp", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/taglib-sharp/taglib-sharp.changes        
2011-09-23 12:47:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.taglib-sharp.new/taglib-sharp.changes   
2012-07-09 10:37:12.000000000 +0200
@@ -1,0 +2,23 @@
+Tue Jul  3 13:40:40 UTC 2012 - [email protected]
+
+- Update to version 2.0.5.0:
+  - Fix a freeze on some mp3 files where header was at the end of
+    file
+  - Properly implement partial matching for File.Find and
+    File.RFind
+  - [Mpeg4] Fix parsing of some apple tags (bgo#658920)
+  - Add partial support for IPTC-IIM
+  - Fix nested UDTA boxes
+  - [Mpeg4] Attempt to handle corrupt tags a little better
+    (bgo#676934)
+  - Mark the file as corrupt instead of throwing exception
+    (bgo#643477)
+  - StartTag.ReadTag should not silence exceptions
+  - Check for short popularimeter tags
+  - On corrupt Id3v2 frame, skip just that frame (bgo#650674)
+  - Use O(N) rather than O(N^2) deunsynchronization algorithm
+- Enabled support for:
+  + gnome-sharp2
+  + mono-nunit
+
+-------------------------------------------------------------------

Old:
----
  taglib-sharp-2.0.4.0.tar.bz2

New:
----
  taglib-sharp-2.0.5.0.tar.gz

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

Other differences:
------------------
++++++ taglib-sharp.spec ++++++
--- /var/tmp/diff_new_pack.K9ZRFT/_old  2012-07-09 10:37:14.000000000 +0200
+++ /var/tmp/diff_new_pack.K9ZRFT/_new  2012-07-09 10:37:14.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package taglib-sharp
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,20 +22,27 @@
 %endif
 
 Name:           taglib-sharp
-Version:        2.0.4.0
-Release:        1
-License:        LGPL-2.1+
+Version:        2.0.5.0
+Release:        0
 Summary:        Multimedia metadata reading/writing library for popular formats
-Url:            http://download.banshee-project.org/taglib-sharp/
+License:        LGPL-2.1+
 Group:          Development/Languages/Mono
-Source0:        %{name}-%{version}.tar.bz2
+Url:            http://download.banshee-project.org/taglib-sharp/
+Source0:        %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
 %if 0%{?suse_version} >= 1130
+BuildRequires:  pkgconfig(gnome-sharp-2.0)
 BuildRequires:  pkgconfig(mono)
+BuildRequires:  pkgconfig(mono-nunit)
 %else
+BuildRequires:  gnome-sharp2-devel
 BuildRequires:  mono-devel
+BuildRequires:  mono-nunit-devel
 %endif
 
 %description
@@ -57,7 +64,6 @@
 %{_libexecdir}/mono/
 
 %package devel
-License:        LGPL-2.1+
 Summary:        Multimedia metadata reading/writing library for popular formats
 Group:          Development/Languages/Mono
 Requires:       %{name} = %{version}
@@ -84,6 +90,7 @@
 %setup -q
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure \
    --libdir=%{_libexecdir} \
    --disable-docs

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to