Hello community,

here is the log from the commit of package qtractor for openSUSE:Factory 
checked in at 2013-09-09 21:30:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qtractor (Old)
 and      /work/SRC/openSUSE:Factory/.qtractor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qtractor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qtractor/qtractor.changes        2013-01-07 
17:38:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qtractor.new/qtractor.changes   2013-09-09 
21:30:28.000000000 +0200
@@ -1,0 +2,16 @@
+Sat Sep  7 09:30:28 UTC 2013 - reddw...@opensuse.org
+
+- Add qtractor-0.5.10-cflags.patch: Use RPM_OPT_FLAGS.
+- Remove qtractor--fix_desktop_file.patch: No longer needed patch
+- Add LV2 support (BuildRequires: pkgconfig(lilv-0))
+- Add --disable-sse configure option.
+- Add %icon_theme_cache, %mime_database and %desktop_database scriplets
+- Add SVG icons to file list
+- Run %make_install with STRIP=:
+
+-------------------------------------------------------------------
+Sat Aug 24 23:17:21 UTC 2013 - prus...@opensuse.org
+
+- update to 0.5.10: see ChangeLog
+
+-------------------------------------------------------------------

Old:
----
  qtractor-0.5.7.tar.gz
  qtractor-fix_desktop_file.patch

New:
----
  qtractor-0.5.10-cflags.patch
  qtractor-0.5.10.tar.gz

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

Other differences:
------------------
++++++ qtractor.spec ++++++
--- /var/tmp/diff_new_pack.qDf1Ch/_old  2013-09-09 21:30:29.000000000 +0200
+++ /var/tmp/diff_new_pack.qDf1Ch/_new  2013-09-09 21:30:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qtractor
 #
-# Copyright (c) 2012 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
@@ -17,7 +17,7 @@
 
 
 Name:           qtractor
-Version:        0.5.7
+Version:        0.5.10
 Release:        0
 Summary:        An Audio/MIDI multi-track sequencer
 License:        GPL-2.0+
@@ -25,8 +25,9 @@
 Url:            http://qtractor.sourceforge.net/
 Source:         
http://prdownloads.sourceforge.net/qtractor/qtractor-%{version}.tar.gz
 Patch0:         %{name}-nodatetime.patch
-Patch1:         %{name}-fix_desktop_file.patch
+Patch1:         qtractor-0.5.10-cflags.patch
 BuildRequires:  alsa-devel
+BuildRequires:  desktop-file-utils
 BuildRequires:  dssi-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  ladspa-devel
@@ -37,7 +38,8 @@
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libsndfile-devel >= 1.0.11
 BuildRequires:  libvorbis-devel
-BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(lilv-0)
+BuildRequires:  pkgconfig(shared-mime-info)
 Requires:       jack
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -57,11 +59,11 @@
 %patch1
 
 %build
-%configure
+%configure --disable-sse
 make %{?_smp_mflags}
 
 %install
-%make_install
+%make_install STRIP=:
 
 L="$PWD/%{name}.lang"
 echo -n > "$L"
@@ -76,13 +78,23 @@
 %clean
 %{?buildroot:%__rm -rf '%{buildroot}'}
 
+%post
+%icon_theme_cache_post
+%mime_database_post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%mime_database_postun
+%icon_theme_cache_postun
+
 %files -f "%{name}.lang"
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog README TODO
 %{_bindir}/qtractor
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/*/*/apps/%{name}.png
-%{_datadir}/icons/*/*/mimetypes/application-x-%{name}-*.png
+%{_datadir}/icons/*/*/apps/%{name}.*
+%{_datadir}/icons/*/*/mimetypes/application-x-%{name}-*.*
 %{_datadir}/mime/packages/qtractor.xml
 
 %changelog

++++++ qtractor-0.5.10-cflags.patch ++++++
Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -345,6 +345,7 @@ for X in $ac_with_paths; do
   fi
 done
 
+ac_cflags="$CFLAGS"
 
 # Check for proper Qt version.
 AC_CACHE_CHECK([for Qt library version >= 4.4],
Index: configure
===================================================================
--- configure.orig
+++ configure
@@ -4287,6 +4287,7 @@ for X in $ac_with_paths; do
   fi
 done
 
+ac_cflags="$CFLAGS"
 
 # Check for proper Qt version.
 
===================================================================
++++++ qtractor-0.5.7.tar.gz -> qtractor-0.5.10.tar.gz ++++++
++++ 94097 lines of diff (skipped)

++++++ qtractor-nodatetime.patch ++++++
--- /var/tmp/diff_new_pack.qDf1Ch/_old  2013-09-09 21:30:29.000000000 +0200
+++ /var/tmp/diff_new_pack.qDf1Ch/_new  2013-09-09 21:30:29.000000000 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- src/qtractorMainForm.cpp.orig
 +++ src/qtractorMainForm.cpp
-@@ -4845,7 +4845,7 @@ void qtractorMainForm::helpAbout (void)
+@@ -5384,7 +5384,7 @@ void qtractorMainForm::helpAbout (void)
        sText += "<b>" QTRACTOR_TITLE " - " + tr(QTRACTOR_SUBTITLE) + "</b><br 
/>\n";
        sText += "<br />\n";
        sText += tr("Version") + ": <b>" QTRACTOR_VERSION "</b><br />\n";

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

Reply via email to