Hello community,

here is the log from the commit of package jack-rack for openSUSE:Factory 
checked in at 2018-02-16 21:43:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jack-rack (Old)
 and      /work/SRC/openSUSE:Factory/.jack-rack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jack-rack"

Fri Feb 16 21:43:39 2018 rev:28 rq:576995 version:1.4.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/jack-rack/jack-rack.changes      2011-12-05 
20:33:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.jack-rack.new/jack-rack.changes 2018-02-16 
21:43:41.989192056 +0100
@@ -1,0 +2,7 @@
+Thu Feb 15 12:39:19 UTC 2018 - [email protected]
+
+- Disabled gnome support to fix Factory build, see boo#1078841
+- Ran spec cleaner and enabled alsa and libxml2 support.
+- Removed obsolete 10.2 patch jack-rack-gtk-old-tooltip-fix.diff
+
+-------------------------------------------------------------------

Old:
----
  jack-rack-gtk-old-tooltip-fix.diff

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

Other differences:
------------------
++++++ jack-rack.spec ++++++
--- /var/tmp/diff_new_pack.gMZiu4/_old  2018-02-16 21:43:42.697166524 +0100
+++ /var/tmp/diff_new_pack.gMZiu4/_new  2018-02-16 21:43:42.697166524 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jack-rack
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -15,65 +15,69 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           jack-rack
-BuildRequires:  automake
-BuildRequires:  jack-devel
-BuildRequires:  ladspa-devel
-BuildRequires:  libgnomeui-devel
-BuildRequires:  liblrdf-devel
-BuildRequires:  libraptor-devel
-BuildRequires:  update-desktop-files
-Summary:        LADSPA Effects Rack for JACK
 Version:        1.4.7
 Release:        0
+Summary:        LADSPA Effects Rack for JACK
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Utilities
-Requires:       jack ladspa
+Url:            http://jack-rack.sf.net/
 Source:         %{name}-%{version}.tar.bz2
-Patch:          jack-rack-undeprec.dif
+Patch0:         jack-rack-undeprec.dif
 Patch1:         jack-rack-inc-fix.diff
-Patch2:         jack-rack-gtk-old-tooltip-fix.diff
 Patch3:         jack-rack-ld_fix.diff
-Url:            http://jack-rack.sf.net/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
+BuildRequires:  ladspa-devel
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(gail)
+BuildRequires:  pkgconfig(gdk-2.0)
+BuildRequires:  pkgconfig(gdk-x11-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-unix-print-2.0)
+BuildRequires:  pkgconfig(gtk+-x11-2.0)
+BuildRequires:  pkgconfig(jack)
+BuildRequires:  pkgconfig(libxml-2.0)
+#BuildRequires:  libgnomeui-devel
+#BuildRequires:  pkgconfig(lrdf)
+#BuildRequires:  pkgconfig(raptor2)
+Requires:       jack
+Requires:       ladspa
 
 %description
 JACK Rack is a stereo LADSPA effects rack for the JACK audio API.  You
 can insert LADSPA effects through JACK Rack. It uses GTK+ 2 for the
 GUI.
 
-
-
-Authors:
---------
-    Bob Ham <[email protected]>
-
 %prep
 %setup -q
-%patch
+%patch0
 %patch1
-%if %suse_version < 1030
-%patch2
-%endif
 %patch3
 
 %build
 autoreconf -fi
 %configure \
-    --disable-desktop-inst
+    --disable-gnome
+
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %suse_update_desktop_file jack-rack AudioVideo Music
 %find_lang %{name}
 
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
 
 %files -f %{name}.lang
-%defattr(-, root, root)
-%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO
+%doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO
+%license COPYING
 %{_bindir}/*
 %{_datadir}/applications/*
 %dir %{_datadir}/dtds


Reply via email to