Hello community,

here is the log from the commit of package python-eyeD3 for openSUSE:Factory 
checked in at 2011-12-06 13:53:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-eyeD3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-eyeD3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-eyeD3", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-eyeD3/python-eyeD3.changes        
2011-09-23 12:42:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-eyeD3.new/python-eyeD3.changes   
2011-12-06 13:53:24.000000000 +0100
@@ -1,0 +2,17 @@
+Sun Nov 27 15:17:40 UTC 2011 - [email protected]
+
+- update to 0.6.18:
+  * supports disc number frames
+  * adds %Y (year) and %G (genre) substitution variables for file renames
+  * improves XML (--jep-118) escaping
+  * adds and a new output (--rfc822) format
+  * makes --rename no longer clobber files
+  * adds the new option --itunes to write only iTunes-accepted genres
+  * if available, the "magic" module will be used to determine mimetypes when
+    the filename is not enough
+  * --set-encoding can be used along with a version conversion arg to apply a
+    new encoding to the new tag
+  * less crashing now occurs when invalid user text frames or invalid BPM
+    values are encountered
+
+-------------------------------------------------------------------

Old:
----
  eyeD3-0.6.17.tar.bz2

New:
----
  eyeD3-0.6.18.tar.gz

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

Other differences:
------------------
++++++ python-eyeD3.spec ++++++
--- /var/tmp/diff_new_pack.bFWIBy/_old  2011-12-06 13:53:25.000000000 +0100
+++ /var/tmp/diff_new_pack.bFWIBy/_new  2011-12-06 13:53:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-eyeD3 (Version 0.6.17)
+# spec file for package python-eyeD3
 #
-# Copyright (c) 2009 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,20 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           python-eyeD3
 BuildRequires:  python-devel
 Summary:        Python Module for ID3 Tag Manipulation
-Version:        0.6.17
-Release:        2
-Source0:        eyeD3-%{version}.tar.bz2
+Version:        0.6.18
+Release:        0
+Source0:        http://eyed3.nicfit.net/releases/eyeD3-%{version}.tar.gz
 License:        GPL v2 or later
 Group:          Productivity/Multimedia/Sound/Utilities
 Url:            http://eyed3.nicfit.net/
-AutoReqProv:    on
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Recommends:     python-magic
+BuildRequires:  python-magic
 %{py_requires}
 %if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
 BuildArch:      noarch
@@ -39,32 +39,25 @@
 versions 1.0, 1.1, 2.3, and 2.4 of the ID3 standard. It can also
 retrieve information, such as length and bit rate, from an MP3 file.
 
-
-
-Authors:
---------
-    Travis Shirk <[email protected]>
-    Ryan Finnie <[email protected]>
-
 %prep
 %setup -n eyeD3-%{version}
 
 %build
 ./configure
 export CFLAGS="$RPM_OPT_FLAGS" 
-python setup.py build
+%__python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--record-rpm=INSTALLED_FILES
-install -d -m755 $RPM_BUILD_ROOT/%{_bindir}
-install -m755 bin/eyeD3 $RPM_BUILD_ROOT/%{_bindir}
+%__python setup.py install --prefix="%{_prefix}" --root="$RPM_BUILD_ROOT" 
--record-rpm=INSTALLED_FILES
+%__install -d -m755 "$RPM_BUILD_ROOT/%{_bindir}"
+%__install -m755 bin/eyeD3 "$RPM_BUILD_ROOT/%{_bindir}/"
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{?buildroot:%__rm -rf "%{buildroot}"}
 
 %files -f INSTALLED_FILES
 %defattr(-,root,root)
-%doc AUTHORS COPYING README ChangeLog NEWS README.html THANKS TODO
-%{_bindir}/*
+%doc AUTHORS COPYING README ChangeLog NEWS README.html TODO
+%{_bindir}/eyeD3
 
 %changelog

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

Reply via email to