Hello community,

here is the log from the commit of package solfege for openSUSE:Factory checked 
in at 2016-09-21 18:49: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  2014-11-10 
17:29:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.solfege.new/solfege.changes     2016-09-21 
18:49:16.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Sep 19 07:45:54 UTC 2016 - davejpla...@gmail.com
+
+- Update to version 3.22.2
+- Bugfix version
+- Changelog not up to date backport from unstable GTK3 3.23.x
+- Use automatic dependencies and txt2man for > 1320
+- Rebased solfege-python-fixcompile.patch
+
+-------------------------------------------------------------------

Old:
----
  solfege-3.22.1.tar.gz

New:
----
  solfege-3.22.2.tar.xz
  solfege-3.22.2.tar.xz.sig

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

Other differences:
------------------
++++++ solfege.spec ++++++
--- /var/tmp/diff_new_pack.b06G6C/_old  2016-09-21 18:49:19.000000000 +0200
+++ /var/tmp/diff_new_pack.b06G6C/_new  2016-09-21 18:49:19.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package solfege
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,19 @@
 
 
 #
+%if 0%{?suse_version} > 1320 || 0%{?is_opensuse} == 1
+%define usemyprovides 0
+%else
 %define usemyprovides 1
+%endif
 
 Name:           solfege
 Summary:        An ear training program
 License:        GPL-3.0+
 Group:          Productivity/Multimedia/Sound/Utilities
-Version:        3.22.1
+Version:        3.22.2
 Release:        0
-Url:            http://www.solfege.org/
+Url:            https://www.gnu.org/software/solfege/
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -36,14 +40,18 @@
 BuildRequires:  swig
 BuildRequires:  texinfo
 BuildRequires:  update-desktop-files
+%if 0%{?suse_version} > 1320 || 0%{?is_opensuse} == 1
+BuildRequires:  txt2man
+%endif
 
 %if 0%{?usemyprovides} == 1
 %define _use_internal_dependency_generator 0
 %define my_provides /tmp/my-provides
 %endif
 
-Source0:        %{name}-%{version}.tar.gz
+Source0:        http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
 Source1:        lessonfile_editor.1
+Source2:        http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
 Patch0:         solfege-configure-fix.dif
 Patch1:         solfege-python-fixcompile.patch
 Requires:       python-gtk
@@ -63,9 +71,12 @@
 %setup -q
 %patch0
 %patch1
-# hack to avoid txt2man (which is missing in SUSE distro)
+# hack to avoid txt2man (which is missing in prior SUSE distro)
+%if 0%{?suse_version} > 1320 || 0%{?is_opensuse} == 1
+%else
 touch *.1
 cp %{SOURCE1} .
+%endif
 
 %build
 autoreconf -fi

++++++ solfege-python-fixcompile.patch ++++++
--- /var/tmp/diff_new_pack.b06G6C/_old  2016-09-21 18:49:19.000000000 +0200
+++ /var/tmp/diff_new_pack.b06G6C/_new  2016-09-21 18:49:19.000000000 +0200
@@ -1,8 +1,8 @@
 Index: Makefile.in
 ===================================================================
---- Makefile.in.orig   2011-09-26 10:41:59.554190539 +0200
-+++ Makefile.in        2011-09-26 10:42:24.477860639 +0200
-@@ -147,7 +147,7 @@ install-program-files: mkinstalldirs
+--- Makefile.in.orig
++++ Makefile.in
+@@ -149,7 +149,7 @@ install-program-files: mkinstalldirs
  
  compileall:
  ifneq "$(nopycompile)" "YES"


Reply via email to