commit taglib-sharp for openSUSE:Factory

2012-10-17 Thread h_root
Hello community,

here is the log from the commit of package taglib-sharp for openSUSE:Factory 
checked in at 2012-10-17 08:09:29

Comparing /work/SRC/openSUSE:Factory/taglib-sharp (Old)
 and  /work/SRC/openSUSE:Factory/.taglib-sharp.new (New)


Package is taglib-sharp, Maintainer is abocko...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/taglib-sharp/taglib-sharp.changes
2012-07-09 10:37:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.taglib-sharp.new/taglib-sharp.changes   
2012-10-17 08:09:32.0 +0200
@@ -1,0 +2,9 @@
+Wed Oct  3 18:03:00 UTC 2012 - nmo.marq...@gmail.com
+
+- Update to version 2.1.0.0:
+  + Bump the version number because of an ABI break in 363f8ae
+  + Initial support for Audible files (bgo#601543)
+- Remove conditionals and use only pkgconfig() calls, spec file
+  rework
+
+---

Old:

  taglib-sharp-2.0.5.0.tar.gz

New:

  taglib-sharp-2.1.0.0.tar.bz2



Other differences:
--
++ taglib-sharp.spec ++
--- /var/tmp/diff_new_pack.9iLbTp/_old  2012-10-17 08:09:45.0 +0200
+++ /var/tmp/diff_new_pack.9iLbTp/_new  2012-10-17 08:09:45.0 +0200
@@ -16,52 +16,28 @@
 #
 
 
-# It seems SLE11 doesn't support _libexecdir, we fix this...
-%if 0%{?suse_version} = 1110
-%define _libexecdir %{_prefix}/lib
-%endif
-
 Name:   taglib-sharp
-Version:2.0.5.0
+Version:2.1.0.0
 Release:0
 Summary:Multimedia metadata reading/writing library for popular formats
 License:LGPL-2.1+
 Group:  Development/Languages/Mono
 Url:http://download.banshee-project.org/taglib-sharp/
-Source0:%{name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:
http://download.banshee.fm/taglib-sharp/2.1.0.0/%{name}-%{version}.tar.bz2
 BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 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
-TagLib# is a metadata or tag reader and writer library that supports
-the most common movie and music formats, abstracting away format
-specificity. TagLib# offers either a common API for all formats or
-access to specific APIs for a given format.
-
-
-Authors:
-
-Brian Nickel brian.nic...@gmail.com
-Aaron Bockover abocko...@novell.com
-
-%files
-%defattr(-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README
-%{_libexecdir}/mono/gac/
-%{_libexecdir}/mono/
+TagLib# is a metadata or tag reader and writer library that supports the
+most common movie and music formats, abstracting away format specificity.
+TagLib# offers either a common API for all formats or access to specific
 
 %package devel
 Summary:Multimedia metadata reading/writing library for popular formats
@@ -70,40 +46,36 @@
 Requires:   pkgconfig
 
 %description devel
-TagLib# is a metadata or tag reader and writer library that supports
-the most common movie and music formats, abstracting away format
-specificity. TagLib# offers either a common API for all formats or
-access to specific APIs for a given format.
-
-
-Authors:
-
-Brian Nickel brian.nic...@gmail.com
-Aaron Bockover abocko...@novell.com
-
-
-%files devel
-%defattr(-, root, root)
-%{_datadir}/pkgconfig/*.pc
+TagLib# is a metadata or tag reader and writer library that supports the
+most common movie and music formats, abstracting away format specificity.
+TagLib# offers either a common API for all formats or access to specific
+APIs for a given format.
 
 %prep
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure \
--libdir=%{_libexecdir} \
--disable-docs
 make %{?_smp_mflags}
 
 %install
-# For compatibility with = 1110.
-make DESTDIR=%{buildroot} install
-# Move the .pc file to /usr/share/pkgconfig
+%makeinstall
 install -Dm 0644 %{name}.pc %{buildroot}%{_datadir}/pkgconfig/%{name}.pc
 find %{buildroot}%{_libexecdir} -name '*.pc' -type f -delete -print
 
 %clean
 rm -rf %{buildroot}
 
+%files
+%defattr(-, root, root)
+%doc AUTHORS COPYING ChangeLog NEWS README
+%{_libexecdir}/mono/gac/
+%{_libexecdir}/mono/
+
+%files devel
+%defattr(-, root, root)
+%{_datadir}/pkgconfig/*.pc
+
 %changelog

++ taglib-sharp-2.0.5.0.tar.gz - taglib-sharp-2.1.0.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/taglib-sharp/taglib-sharp-2.0.5.0.tar.gz 
/work/SRC/openSUSE:Factory/.taglib-sharp.new/taglib-sharp-2.1.0.0.tar.bz2 

commit taglib-sharp for openSUSE:Factory

2012-07-09 Thread h_root
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 abocko...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/taglib-sharp/taglib-sharp.changes
2011-09-23 12:47:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.taglib-sharp.new/taglib-sharp.changes   
2012-07-09 10:37:12.0 +0200
@@ -1,0 +2,23 @@
+Tue Jul  3 13:40:40 UTC 2012 - nmo.marq...@gmail.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.K9ZRFT/_new  2012-07-09 10:37:14.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit taglib-sharp for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package taglib-sharp for openSUSE:Factory 
checked in at 2011-12-06 19:07:14

Comparing /work/SRC/openSUSE:Factory/taglib-sharp (Old)
 and  /work/SRC/openSUSE:Factory/.taglib-sharp.new (New)


Package is taglib-sharp, Maintainer is abocko...@novell.com

Changes:




Other differences:
--
++ taglib-sharp.spec ++
--- /var/tmp/diff_new_pack.yOVKvl/_old  2011-12-06 19:41:33.0 +0100
+++ /var/tmp/diff_new_pack.yOVKvl/_new  2011-12-06 19:41:33.0 +0100
@@ -24,7 +24,7 @@
 Name:   taglib-sharp
 Version:2.0.4.0
 Release:1
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Multimedia metadata reading/writing library for popular formats
 Url:http://download.banshee-project.org/taglib-sharp/
 Group:  Development/Languages/Mono
@@ -57,7 +57,7 @@
 %{_libexecdir}/mono/
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Multimedia metadata reading/writing library for popular formats
 Group:  Development/Languages/Mono
 Requires:   %{name} = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit taglib-sharp for openSUSE:Factory

2011-05-30 Thread h_root

Hello community,

here is the log from the commit of package taglib-sharp for openSUSE:Factory
checked in at Mon May 30 10:11:08 CEST 2011.




--- taglib-sharp/taglib-sharp.changes   2010-10-21 09:15:17.0 +0200
+++ /mounts/work_src_done/STABLE/taglib-sharp/taglib-sharp.changes  
2011-05-29 21:29:43.0 +0200
@@ -1,0 +2,11 @@
+Sun May 29 19:26:22 UTC 2011 - nmarq...@opensuse.org
+
+- Update to version 2.0.4.0:
+  + Support for Photo metadata;
+- read/write for EXIF, XMP, PNG, JPEG, TIFF;
+- read support for many RAW formats;
+  + Support for Matroska metadata reading (eg: WebM and .mkv);
+  + Fix File.ReadBlock for slow connections (bgo#639817).
+  + Minor spec cleanups/fixes.
+
+---

calling whatdependson for head-i586


Old:

  taglib-sharp-2.0.3.7.tar.bz2

New:

  taglib-sharp-2.0.4.0.tar.bz2



Other differences:
--
++ taglib-sharp.spec ++
--- /var/tmp/diff_new_pack.LkSxZ4/_old  2011-05-30 10:09:36.0 +0200
+++ /var/tmp/diff_new_pack.LkSxZ4/_new  2011-05-30 10:09:36.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package taglib-sharp (Version 2.0.3.7)
+# spec file for package taglib-sharp
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,22 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
+# It seems SLE11 doesn't support _libexecdir, we fix this...
+%if 0%{?suse_version} = 1110
+%define _libexecdir %{_prefix}/lib
+%endif
 
 Name:   taglib-sharp
+Version:2.0.4.0
+Release:1
 License:LGPLv2.1+
-Group:  Development/Languages/Mono
 Summary:Multimedia metadata reading/writing library for popular formats
 Url:http://download.banshee-project.org/taglib-sharp/
-Version:2.0.3.7
-Release:4
+Group:  Development/Languages/Mono
 Source0:%{name}-%{version}.tar.bz2
-BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+BuildRequires:  pkgconfig
+%if 0%{?suse_version} = 1130
+BuildRequires:  pkgconfig(mono)
+%else
 BuildRequires:  mono-devel
-%if 0%{?fedora_version}
-%define env_options export MONO_SHARED_DIR=/tmp
 %endif
 
 %description
@@ -40,7 +45,6 @@
 access to specific APIs for a given format.
 
 
-
 Authors:
 
 Brian Nickel brian.nic...@gmail.com
@@ -49,20 +53,15 @@
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%dir %_prefix/lib/mono/taglib-sharp
-%dir %_prefix/lib/mono/gac/taglib-sharp
-%dir %_prefix/lib/mono/gac/taglib-sharp/%{version}__db62eba44689b5b0
-%dir %_prefix/lib/mono/gac/policy.2.0.taglib-sharp
-%dir %_prefix/lib/mono/gac/policy.2.0.taglib-sharp/0.0.0.0__db62eba44689b5b0
-%_prefix/lib/mono/gac/taglib-sharp/*/*.dll*
-%_prefix/lib/mono/gac/policy.2.0.taglib-sharp/*/*
-%_prefix/lib/mono/taglib-sharp/taglib-sharp.dll
+%{_libexecdir}/mono/gac/
+%{_libexecdir}/mono/
 
 %package devel
 License:LGPLv2.1+
-Group:  Development/Languages/Mono
 Summary:Multimedia metadata reading/writing library for popular formats
+Group:  Development/Languages/Mono
 Requires:   %{name} = %{version}
+Requires:   pkgconfig
 
 %description devel
 TagLib# is a metadata or tag reader and writer library that supports
@@ -71,29 +70,33 @@
 access to specific APIs for a given format.
 
 
-
 Authors:
 
 Brian Nickel brian.nic...@gmail.com
 Aaron Bockover abocko...@novell.com
 
+
 %files devel
 %defattr(-, root, root)
-%_prefix/share/pkgconfig/taglib-sharp.pc
+%{_datadir}/pkgconfig/*.pc
 
 %prep
 %setup -q
 
 %build
-%{?env_options}
-./configure --prefix=/usr --disable-docs
-make
+%configure \
+   --libdir=%{_libexecdir} \
+   --disable-docs
+make %{?_smp_mflags}
 
 %install
-%{?env_options}
-make install DESTDIR=$RPM_BUILD_ROOT
+# For compatibility with = 1110.
+make DESTDIR=%{buildroot} install
+# Move the .pc file to /usr/share/pkgconfig
+install -Dm 0644 %{name}.pc %{buildroot}%{_datadir}/pkgconfig/%{name}.pc
+find %{buildroot}%{_libexecdir} -name '*.pc' -type f -delete -print
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %changelog

++ taglib-sharp-2.0.3.7.tar.bz2 - taglib-sharp-2.0.4.0.tar.bz2 ++
 53950 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org