Hello community,

here is the log from the commit of package jamin for openSUSE:Factory checked 
in at 2012-09-26 10:00:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jamin (Old)
 and      /work/SRC/openSUSE:Factory/.jamin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jamin", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jamin/jamin.changes      2011-10-18 
14:15:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jamin.new/jamin.changes 2012-09-26 
10:00:49.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 26 06:46:36 UTC 2012 - [email protected]
+
+- Add jamin-link-to-dl.patch to explicitly link to -ldl 
+
+-------------------------------------------------------------------

New:
----
  jamin-link-to-dl.patch

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

Other differences:
------------------
++++++ jamin.spec ++++++
--- /var/tmp/diff_new_pack.cHbeK9/_old  2012-09-26 10:00:50.000000000 +0200
+++ /var/tmp/diff_new_pack.cHbeK9/_new  2012-09-26 10:00:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jamin
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,22 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           jamin
-BuildRequires:  alsa-devel fftw3-devel gtk2-devel intltool jack-devel 
ladspa-devel liblo-devel
-BuildRequires:  libxml2-devel perl-XML-Parser shared-mime-info 
update-desktop-files
+BuildRequires:  alsa-devel
+BuildRequires:  fftw3-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  intltool
+BuildRequires:  jack-devel
+BuildRequires:  ladspa-devel
+BuildRequires:  liblo-devel
 BuildRequires:  libtool
+BuildRequires:  libxml2-devel
+BuildRequires:  perl-XML-Parser
+BuildRequires:  shared-mime-info
+BuildRequires:  update-desktop-files
 Summary:        JACK Audio Mastering Interface
-Version:        0.95.0
-Release:        235
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Editors and Convertors
+Version:        0.95.0
+Release:        0
 Url:            http://jamin.sf.net
-Requires:       jack ladspa
+Requires:       jack
+Requires:       ladspa
 Source:         %{name}-%{version}.tar.bz2
-Patch:          jamin-ladspa-path-fix.diff
+Patch1:         jamin-ladspa-path-fix.diff
+Patch2:         jamin-link-to-dl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         shared-mime-info
 
@@ -40,19 +49,10 @@
 of stereo input streams.  It uses LADSPA for digital signal processing
 (DSP).
 
-
-
-Authors:
---------
-    Jan Depner
-    Steve Harris
-    Jack O'Quin
-    Ron Parker
-    Patrick Shirkey
-
 %prep
 %setup -q
-%patch -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 intltoolize -f
@@ -62,14 +62,13 @@
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
+
 mv $RPM_BUILD_ROOT%{_datadir}/icons $RPM_BUILD_ROOT%{_datadir}/pixmaps
 rm -f $RPM_BUILD_ROOT%{_libdir}/ladspa/*.la
+
 %suse_update_desktop_file %name AudioVideo AudioVideoEditing
 %find_lang %{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 usr/bin/update-mime-database usr/share/mime >/dev/null || :
 

++++++ jamin-link-to-dl.patch ++++++
Index: jamin-0.95.0/src/Makefile.am
===================================================================
--- jamin-0.95.0.orig/src/Makefile.am
+++ jamin-0.95.0/src/Makefile.am
@@ -11,7 +11,7 @@ libnopt_a_SOURCES     = interface.c interfac
 libnopt_a_CFLAGS       = -g @JAMIN_CFLAGS@
 
 jamin_CFLAGS           = @CFLAGS_OPT@ @JAMIN_CFLAGS@
-jamin_LDADD            = libnopt.a @PACKAGE_LIBS@ @JAMIN_LIBS@
+jamin_LDADD            = libnopt.a -ldl @PACKAGE_LIBS@ @JAMIN_LIBS@
 
 bin_PROGRAMS           = jamin @OSC_PROGS@
 EXTRA_PROGRAMS         = jamin-scene
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to