[python-eyed3/el6] Update to 0.7.5

pjp pjp at fedoraproject.org
Fri Nov 28 14:02:15 UTC 2014


commit 947d519717716685620767bc6a23183499fe304e
Author: P J P <pjp at fedoraproject.org>
Date:   Fri Nov 28 19:32:04 2014 +0530

    Update to 0.7.5

 .gitignore                     |    1 +
 0002-Fix-gnu-gpl-address.patch |  476 ++++++++++++++++++++++++++++++++++++++++
 python-eyed3.spec              |    9 +-
 sources                        |    2 +-
 4 files changed, 484 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d35058..3c8907f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ eyeD3-0.6.18.tar.gz
 /eyeD3-0.7.2.tgz
 /eyeD3-0.7.3.tgz
 /eyeD3-0.7.4.tgz
+/eyeD3-0.7.5.tgz
diff --git a/0002-Fix-gnu-gpl-address.patch b/0002-Fix-gnu-gpl-address.patch
new file mode 100644
index 0000000..a388a4e
--- /dev/null
+++ b/0002-Fix-gnu-gpl-address.patch
@@ -0,0 +1,476 @@
+diff -Naurp eyeD3-0.7.5.0/COPYING eyeD3-0.7.5/COPYING
+--- eyeD3-0.7.5.0/COPYING	2012-10-24 06:08:29.000000000 +0530
++++ eyeD3-0.7.5/COPYING	2014-11-28 16:48:14.232535311 +0530
+@@ -250,7 +250,7 @@ Foundation.
+   10. If you wish to incorporate parts of the Program into other free
+ programs whose distribution conditions are different, write to the author
+ to ask for permission.  For software which is copyrighted by the Free
+-Software Foundation, write to the Free Software Foundation; we sometimes
++Software Foundation, see <http://www.gnu.org/licenses/>. Foundation; we sometimes
+ make exceptions for this.  Our decision will be guided by the two goals
+ of preserving the free status of all derivatives of our free software and
+ of promoting the sharing and reuse of software generally.
+@@ -304,8 +304,7 @@ the "copyright" line and a pointer to wh
+     GNU General Public License for more details.
+ 
+     You should have received a copy of the GNU General Public License
+-    along with this program; if not, write to the Free Software
+-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++    along with this program; if not, see <http://www.gnu.org/licenses/>.
+ 
+ 
+ Also add information on how to contact you by electronic and paper mail.
+diff -Naurp eyeD3-0.7.5.0/examples/chapters.py eyeD3-0.7.5/examples/chapters.py
+--- eyeD3-0.7.5.0/examples/chapters.py	2013-07-08 07:48:53.000000000 +0530
++++ eyeD3-0.7.5/examples/chapters.py	2014-11-28 16:47:47.785534211 +0530
+@@ -14,8 +14,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from __future__ import print_function
+diff -Naurp eyeD3-0.7.5.0/examples/tag_example.py eyeD3-0.7.5/examples/tag_example.py
+--- eyeD3-0.7.5.0/examples/tag_example.py	2012-11-14 10:07:56.000000000 +0530
++++ eyeD3-0.7.5/examples/tag_example.py	2014-11-28 16:47:47.791534211 +0530
+@@ -14,8 +14,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from eyed3.id3 import Tag
+diff -Naurp eyeD3-0.7.5.0/pavement.py eyeD3-0.7.5/pavement.py
+--- eyeD3-0.7.5.0/pavement.py	2014-09-06 00:02:25.000000000 +0530
++++ eyeD3-0.7.5/pavement.py	2014-11-28 16:47:47.771534210 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from __future__ import print_function
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/compat.py eyeD3-0.7.5/src/eyed3/compat.py
+--- eyeD3-0.7.5.0/src/eyed3/compat.py	2013-11-09 05:46:26.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/compat.py	2014-11-28 16:47:47.941534218 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ '''
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/core.py eyeD3-0.7.5/src/eyed3/core.py
+--- eyeD3-0.7.5.0/src/eyed3/core.py	2014-05-26 00:32:14.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/core.py	2014-11-28 16:47:47.852534214 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ '''Basic core types and utilities.'''
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/id3/apple.py eyeD3-0.7.5/src/eyed3/id3/apple.py
+--- eyeD3-0.7.5.0/src/eyed3/id3/apple.py	2012-11-24 22:22:54.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/id3/apple.py	2014-11-28 16:47:47.929534217 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ '''
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/id3/frames.py eyeD3-0.7.5/src/eyed3/id3/frames.py
+--- eyeD3-0.7.5.0/src/eyed3/id3/frames.py	2014-08-09 05:04:30.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/id3/frames.py	2014-11-28 16:47:47.936534217 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ import re
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/id3/headers.py eyeD3-0.7.5/src/eyed3/id3/headers.py
+--- eyeD3-0.7.5.0/src/eyed3/id3/headers.py	2013-07-08 09:31:12.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/id3/headers.py	2014-11-28 16:47:47.921534217 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ import math, binascii
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/id3/__init__.py eyeD3-0.7.5/src/eyed3/id3/__init__.py
+--- eyeD3-0.7.5.0/src/eyed3/id3/__init__.py	2014-09-05 10:49:20.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/id3/__init__.py	2014-11-28 16:47:47.925534217 +0530
+@@ -12,8 +12,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ import string, re, types
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/id3/tag.py eyeD3-0.7.5/src/eyed3/id3/tag.py
+--- eyeD3-0.7.5.0/src/eyed3/id3/tag.py	2014-09-05 10:49:50.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/id3/tag.py	2014-11-28 16:47:47.909534216 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ import os
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/info.py eyeD3-0.7.5/src/eyed3/info.py
+--- eyeD3-0.7.5.0/src/eyed3/info.py	2014-09-05 12:25:37.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/info.py	2014-11-28 16:47:47.944534218 +0530
+@@ -12,8 +12,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ import os
+@@ -287,7 +286,7 @@ Foundation.
+   10. If you wish to incorporate parts of the Program into other free
+ programs whose distribution conditions are different, write to the author
+ to ask for permission.  For software which is copyrighted by the Free
+-Software Foundation, write to the Free Software Foundation; we sometimes
++Software Foundation, see <http://www.gnu.org/licenses/>. Foundation; we sometimes
+ make exceptions for this.  Our decision will be guided by the two goals
+ of preserving the free status of all derivatives of our free software and
+ of promoting the sharing and reuse of software generally.
+@@ -341,8 +340,7 @@ the "copyright" line and a pointer to wh
+     GNU General Public License for more details.
+ 
+     You should have received a copy of the GNU General Public License
+-    along with this program; if not, write to the Free Software
+-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++    along with this program; if not, see <http://www.gnu.org/licenses/>.
+ 
+ 
+ Also add information on how to contact you by electronic and paper mail.
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/info.py.in eyeD3-0.7.5/src/eyed3/info.py.in
+--- eyeD3-0.7.5.0/src/eyed3/info.py.in	2013-11-07 09:51:22.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/info.py.in	2014-11-28 16:48:04.534534926 +0530
+@@ -12,8 +12,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ import os
+@@ -287,7 +286,7 @@ Foundation.
+   10. If you wish to incorporate parts of the Program into other free
+ programs whose distribution conditions are different, write to the author
+ to ask for permission.  For software which is copyrighted by the Free
+-Software Foundation, write to the Free Software Foundation; we sometimes
++Software Foundation, see <http://www.gnu.org/licenses/>. Foundation; we sometimes
+ make exceptions for this.  Our decision will be guided by the two goals
+ of preserving the free status of all derivatives of our free software and
+ of promoting the sharing and reuse of software generally.
+@@ -341,8 +340,7 @@ the "copyright" line and a pointer to wh
+     GNU General Public License for more details.
+ 
+     You should have received a copy of the GNU General Public License
+-    along with this program; if not, write to the Free Software
+-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++    along with this program; if not, see <http://www.gnu.org/licenses/>.
+ 
+ 
+ Also add information on how to contact you by electronic and paper mail.
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/__init__.py eyeD3-0.7.5/src/eyed3/__init__.py
+--- eyeD3-0.7.5.0/src/eyed3/__init__.py	2013-11-17 04:43:10.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/__init__.py	2014-11-28 16:47:47.857534214 +0530
+@@ -12,8 +12,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ '''Top-level module.'''
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/main.py eyeD3-0.7.5/src/eyed3/main.py
+--- eyeD3-0.7.5.0/src/eyed3/main.py	2013-11-22 08:38:46.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/main.py	2014-11-28 16:47:47.795534211 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from __future__ import print_function
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/mp3/headers.py eyeD3-0.7.5/src/eyed3/mp3/headers.py
+--- eyeD3-0.7.5.0/src/eyed3/mp3/headers.py	2013-07-21 07:57:08.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/mp3/headers.py	2014-11-28 16:47:47.896534216 +0530
+@@ -12,8 +12,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from math import log10
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/mp3/__init__.py eyeD3-0.7.5/src/eyed3/mp3/__init__.py
+--- eyeD3-0.7.5.0/src/eyed3/mp3/__init__.py	2013-11-07 09:51:22.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/mp3/__init__.py	2014-11-28 16:47:47.902534216 +0530
+@@ -12,8 +12,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ import os, re
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/classic.py eyeD3-0.7.5/src/eyed3/plugins/classic.py
+--- eyeD3-0.7.5.0/src/eyed3/plugins/classic.py	2014-07-21 07:07:15.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/plugins/classic.py	2014-11-28 16:47:47.801534211 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from __future__ import print_function
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/examples.py eyeD3-0.7.5/src/eyed3/plugins/examples.py
+--- eyeD3-0.7.5.0/src/eyed3/plugins/examples.py	2013-09-02 08:37:11.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/plugins/examples.py	2014-11-28 16:47:47.805534212 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from __future__ import print_function
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/fixup.py eyeD3-0.7.5/src/eyed3/plugins/fixup.py
+--- eyeD3-0.7.5.0/src/eyed3/plugins/fixup.py	2014-07-21 08:12:57.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/plugins/fixup.py	2014-11-28 16:47:47.848534214 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from __future__ import print_function
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/__init__.py eyeD3-0.7.5/src/eyed3/plugins/__init__.py
+--- eyeD3-0.7.5.0/src/eyed3/plugins/__init__.py	2014-04-19 08:50:41.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/plugins/__init__.py	2014-11-28 16:47:47.812534212 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from __future__ import print_function
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/itunes.py eyeD3-0.7.5/src/eyed3/plugins/itunes.py
+--- eyeD3-0.7.5.0/src/eyed3/plugins/itunes.py	2012-11-26 07:11:04.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/plugins/itunes.py	2014-11-28 16:47:47.830534213 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from __future__ import print_function
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/lameinfo.py eyeD3-0.7.5/src/eyed3/plugins/lameinfo.py
+--- eyeD3-0.7.5.0/src/eyed3/plugins/lameinfo.py	2013-08-03 11:33:16.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/plugins/lameinfo.py	2014-11-28 16:47:47.814534212 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from __future__ import print_function
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/mp3.py eyeD3-0.7.5/src/eyed3/plugins/mp3.py
+--- eyeD3-0.7.5.0/src/eyed3/plugins/mp3.py	2013-09-05 21:30:38.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/plugins/mp3.py	2014-11-28 16:47:47.819534212 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from __future__ import print_function
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/nfo.py eyeD3-0.7.5/src/eyed3/plugins/nfo.py
+--- eyeD3-0.7.5.0/src/eyed3/plugins/nfo.py	2013-11-07 09:51:22.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/plugins/nfo.py	2014-11-28 16:47:47.817534212 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from __future__ import print_function
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/statistics.py eyeD3-0.7.5/src/eyed3/plugins/statistics.py
+--- eyeD3-0.7.5.0/src/eyed3/plugins/statistics.py	2013-11-07 09:51:22.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/plugins/statistics.py	2014-11-28 16:47:47.827534213 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from __future__ import print_function
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/plugins/xep_118.py eyeD3-0.7.5/src/eyed3/plugins/xep_118.py
+--- eyeD3-0.7.5.0/src/eyed3/plugins/xep_118.py	2013-08-03 06:30:32.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/plugins/xep_118.py	2014-11-28 16:47:47.823534212 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ import os
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/utils/binfuncs.py eyeD3-0.7.5/src/eyed3/utils/binfuncs.py
+--- eyeD3-0.7.5.0/src/eyed3/utils/binfuncs.py	2013-07-12 08:00:41.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/utils/binfuncs.py	2014-11-28 16:47:47.862534214 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from ..compat import toByteString, BytesType, byteiter
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/utils/cli.py eyeD3-0.7.5/src/eyed3/utils/cli.py
+--- eyeD3-0.7.5.0/src/eyed3/utils/cli.py	2013-09-18 09:00:13.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/utils/cli.py	2014-11-28 16:47:47.881534215 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ '''
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/utils/console.py eyeD3-0.7.5/src/eyed3/utils/console.py
+--- eyeD3-0.7.5.0/src/eyed3/utils/console.py	2014-01-20 07:47:45.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/utils/console.py	2014-11-28 16:47:47.891534215 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ 
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/utils/__init__.py eyeD3-0.7.5/src/eyed3/utils/__init__.py
+--- eyeD3-0.7.5.0/src/eyed3/utils/__init__.py	2014-08-09 05:06:22.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/utils/__init__.py	2014-11-28 16:47:47.873534215 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ from __future__ import print_function
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/utils/log.py eyeD3-0.7.5/src/eyed3/utils/log.py
+--- eyeD3-0.7.5.0/src/eyed3/utils/log.py	2014-02-19 07:08:25.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/utils/log.py	2014-11-28 16:47:47.865534214 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ import logging
+diff -Naurp eyeD3-0.7.5.0/src/eyed3/utils/prompt.py eyeD3-0.7.5/src/eyed3/utils/prompt.py
+--- eyeD3-0.7.5.0/src/eyed3/utils/prompt.py	2014-03-28 10:52:57.000000000 +0530
++++ eyeD3-0.7.5/src/eyed3/utils/prompt.py	2014-11-28 16:47:47.879534215 +0530
+@@ -13,8 +13,7 @@
+ #  GNU General Public License for more details.
+ #
+ #  You should have received a copy of the GNU General Public License
+-#  along with this program; if not, write to the Free Software
+-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ #
+ ################################################################################
+ import sys as _sys
diff --git a/python-eyed3.spec b/python-eyed3.spec
index d76f38f..96a9774 100644
--- a/python-eyed3.spec
+++ b/python-eyed3.spec
@@ -1,6 +1,6 @@
 Name:           python-eyed3
-Version:        0.7.4
-Release:        5%{?dist}
+Version:        0.7.5
+Release:        1%{?dist}
 Summary:        Python audio data toolkit (ID3 and MP3)
 License:        GPLv2+
 URL:            http://eyed3.nicfit.net/
@@ -11,7 +11,7 @@ BuildRequires:  python-nose
 BuildRequires:  python-setuptools python-argparse
 Requires:       python-magic
 
-Patch1: 0001-Fix-sym-link-attack.patch
+Patch1: 0002-Fix-gnu-gpl-address.patch
 
 %description
 A Python module and program for processing ID3 tags. Information about
@@ -37,6 +37,9 @@ provided. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.
 %{python_sitelib}/eyeD3-%{version}-py%{python_version}.egg-info/
 
 %changelog
+* Fri Nov 28 2014 P J P <pjp at fedoraproject.org> - 0.7.5-1
+- New release
+
 * Wed Nov 19 2014 pjp <pjp at fedoraproject.org> - 0.7.4-5
 - fixed __python macros, added python-argparse as build dependency.
 
diff --git a/sources b/sources
index 38499b7..fd9f537 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-80d71338f53243cba1a2e2a86cde5635  eyeD3-0.7.4.tgz
+b8fe9582ffce1dd10bbe1babe47f8cc4  eyeD3-0.7.5.tgz


More information about the scm-commits mailing list