Hello community,

here is the log from the commit of package solfege for openSUSE:Factory checked 
in at 2013-08-04 17:24:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/solfege (Old)
 and      /work/SRC/openSUSE:Factory/.solfege.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "solfege"

Changes:
--------
--- /work/SRC/openSUSE:Factory/solfege/solfege.changes  2012-01-30 
12:28:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.solfege.new/solfege.changes     2013-08-04 
17:24:14.000000000 +0200
@@ -1,0 +2,8 @@
+Sat Aug  3 18:32:20 UTC 2013 - stephan.ba...@suse.com
+
+- update to version 3.22.0 which contains several steps from the previous
+  version
+- removed broken script to find Python scripts with bad permissions. Now using
+  a command with explicit file location
+
+-------------------------------------------------------------------

Old:
----
  solfege-3.20.3.tar.bz2

New:
----
  solfege-3.22.0.tar.gz

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

Other differences:
------------------
++++++ solfege.spec ++++++
--- /var/tmp/diff_new_pack.kwCI2P/_old  2013-08-04 17:24:15.000000000 +0200
+++ /var/tmp/diff_new_pack.kwCI2P/_new  2013-08-04 17:24:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package solfege
 #
-# 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
@@ -14,15 +14,18 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
+#
 %define usemyprovides 1
 
 Name:           solfege
 Summary:        An ear training program
-Version:        3.20.3
-Release:        0
-# Solfege has updated it's license.
 License:        GPL-3.0+
 Group:          Productivity/Multimedia/Sound/Utilities
+Version:        3.22.0
+Release:        0
+# Solfege has updated it's license.
 Url:            http://www.solfege.org/
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
@@ -40,11 +43,12 @@
 %define my_provides /tmp/my-provides
 %endif
 
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.gz
 Source1:        lessonfile_editor.1
 Patch0:         solfege-configure-fix.dif
 Patch1:         solfege-python-fixcompile.patch
-Requires:       python-gtk timidity
+Requires:       python-gtk
+Requires:       timidity
 Recommends:     lilypond
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -89,9 +93,7 @@
 %find_lang %{name}
 %fdupes -s %{buildroot}
 # Fix any .py files with shebangs and wrong permissions.
-if test -n `find %{buildroot} -name "*.py" -perm 0644 -print0|xargs -0r grep 
-l '#!'`; \
-then chmod -f 0755 `find %{buildroot} -name "*.py" -perm 0644 -print0|xargs 
-0r grep -l '#!'`; \
-fi
+chmod 0755 %{buildroot}/usr/share/solfege/solfege/_version.py
 
 %post
 /sbin/ldconfig

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

Reply via email to