Hello community,

here is the log from the commit of package python-eyeD3 for openSUSE:Factory 
checked in at 2013-09-09 19:49:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-eyeD3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-eyeD3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-eyeD3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-eyeD3/python-eyeD3.changes        
2011-12-06 13:53:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-eyeD3.new/python-eyeD3.changes   
2013-09-09 19:49:15.000000000 +0200
@@ -1,0 +2,15 @@
+Sun Sep  8 20:28:17 UTC 2013 - [email protected]
+
+- Update to 0.7.3:
+  * Allow setup.py to run with having ``paver`` installed.
+  * [statistics plgin] Don't crash when 0 files are processed.
+- Changes from 0.6.18 to 0.7.2:
+  * Many new features and bug fixes.  Please see docs/changelog.rst.
+  * This release is **NOT** API compatible with 0.6.x. The majority of the
+    command line interface has been preserved although many options have
+    either changed or been removed.
+- Add python-devel and -setuptools dependencies.
+- Update build step: no more ./configure, make.
+- Don't use INSTALLED_FILES anymore.
+
+-------------------------------------------------------------------

Old:
----
  eyeD3-0.6.18.tar.gz

New:
----
  eyeD3-0.7.3.tgz

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

Other differences:
------------------
++++++ python-eyeD3.spec ++++++
--- /var/tmp/diff_new_pack.jJ0hX2/_old  2013-09-09 19:49:16.000000000 +0200
+++ /var/tmp/diff_new_pack.jJ0hX2/_new  2013-09-09 19:49:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-eyeD3
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,19 +16,19 @@
 #
 
 
-
 Name:           python-eyeD3
-BuildRequires:  python-devel
 Summary:        Python Module for ID3 Tag Manipulation
-Version:        0.6.18
-Release:        0
-Source0:        http://eyed3.nicfit.net/releases/eyeD3-%{version}.tar.gz
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Utilities
+Version:        0.7.3
+Release:        0
+Source0:        http://eyed3.nicfit.net/releases/eyeD3-%{version}.tgz
 Url:            http://eyed3.nicfit.net/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Recommends:     python-magic
+BuildRequires:  python-devel
 BuildRequires:  python-magic
+BuildRequires:  python-setuptools
 %{py_requires}
 %if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
 BuildArch:      noarch
@@ -43,21 +43,17 @@
 %setup -n eyeD3-%{version}
 
 %build
-./configure
-export CFLAGS="$RPM_OPT_FLAGS" 
 %__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}/"
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%__python setup.py install --prefix="%{_prefix}" --root=%{buildroot}
+%__install -d -m755 "%{buildroot}/%{_bindir}"
+%__install -m755 bin/eyeD3 "%{buildroot}/%{_bindir}/"
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root)
-%doc AUTHORS COPYING README ChangeLog NEWS README.html TODO
+%doc AUTHORS ChangeLog COPYING README.rst
 %{_bindir}/eyeD3
+%{python_sitelib}/*
 
 %changelog

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

Reply via email to