Hello community,

here is the log from the commit of package dssi for openSUSE:Factory checked in 
at 2012-01-11 15:36:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dssi (Old)
 and      /work/SRC/openSUSE:Factory/.dssi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dssi", Maintainer is "ti...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dssi/dssi.changes        2011-10-03 
09:16:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dssi.new/dssi.changes   2012-01-11 
15:36:52.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Jan 10 22:36:55 UTC 2012 - reddw...@opensuse.org
+
+- Update to version 1.1.1:
+  * Fix to a crash on startup in one of the example plugins
+    (less_trivial_synth)
+- Run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  dssi-1.1.0.tar.bz2

New:
----
  dssi-1.1.1.tar.gz

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

Other differences:
------------------
++++++ dssi.spec ++++++
--- /var/tmp/diff_new_pack.bCRymN/_old  2012-01-11 15:37:04.000000000 +0100
+++ /var/tmp/diff_new_pack.bCRymN/_new  2012-01-11 15:37:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dssi
 #
-# 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
@@ -18,17 +18,25 @@
 
 
 Name:           dssi
-BuildRequires:  alsa-devel gcc-c++ ladspa-devel libjack-devel liblo-devel 
libsndfile-devel pkg-config
-BuildRequires:  libtool
-Summary:        Disposable Soft Synth Interface
-Version:        1.1.0
-Release:        5
+Version:        1.1.1
+Release:        0
 License:        GPL-2.0+ ; LGPL-2.1+ ; SUSE-Public-Domain
+Summary:        Disposable Soft Synth Interface
+Url:            http://dssi.sf.net/
 Group:          Development/Libraries/C and C++
-Source:         %{name}-%{version}.tar.bz2
-Patch:          dssi-add-missing-closedir.diff
+Source:         
http://downloads.sourceforge.net/project/dssi/dssi/1.1.1/%{name}-%{version}.tar.gz
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
+Patch0:         dssi-add-missing-closedir.diff
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1:         dssi-linking.patch
-Url:            http://dssi.sf.net/
+BuildRequires:  alsa-devel
+BuildRequires:  gcc-c++
+BuildRequires:  ladspa-devel
+BuildRequires:  libjack-devel
+BuildRequires:  liblo-devel
+BuildRequires:  libsndfile-devel
+BuildRequires:  libtool
+BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,19 +48,18 @@
 
 %package devel
 Summary:        Development Package for DSSI plugins
-License:        GPL-2.0+ ; LGPL-2.1+ ; SUSE-Public-Domain
 Group:          Development/Libraries/C and C++
 # note: dssi-devel doesn't require dssi itself; this contains just
 # a header and a pkgconfig file.
-Requires:       glibc-devel, ladspa-devel
+Requires:       glibc-devel
+Requires:       ladspa-devel
 
 %description devel
 This package contains files to be needed for building DSSI plugins.
 
-
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 %patch1
 
 %build
@@ -62,8 +69,8 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm -f $RPM_BUILD_ROOT%{_libdir}/dssi/*.la
+%make_install
+rm -f %{buildroot}%{_libdir}/dssi/*.la
 make -C examples clean
 rm -rf examples/.deps
 rm -f examples/.cvsignore

++++++ dssi-linking.patch ++++++
--- /var/tmp/diff_new_pack.bCRymN/_old  2012-01-11 15:37:04.000000000 +0100
+++ /var/tmp/diff_new_pack.bCRymN/_new  2012-01-11 15:37:04.000000000 +0100
@@ -1,7 +1,7 @@
 --- configure.ac.orig
 +++ configure.ac
 @@ -3,10 +3,14 @@ dnl Process this file with autoconf to p
- AC_INIT(DSSI, 1.1.0, dssi-de...@lists.sourceforge.net)
+ AC_INIT(DSSI, 1.1.1, dssi-de...@lists.sourceforge.net)
  
  AC_CONFIG_SRCDIR(dssi/dssi.h)
 -AM_INIT_AUTOMAKE

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

Reply via email to