Hello community,

here is the log from the commit of package lmms for openSUSE:Factory checked in 
at 2015-02-16 21:46:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lmms (Old)
 and      /work/SRC/openSUSE:Factory/.lmms.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lmms"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lmms/lmms.changes        2014-08-03 
15:37:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lmms.new/lmms.changes   2015-02-16 
21:46:36.000000000 +0100
@@ -1,0 +2,45 @@
+Sun Feb 15 11:23:29 UTC 2015 - [email protected]
+
+- Change URL project link and some spec file changes
+
+-------------------------------------------------------------------
+Sat Feb 14 23:15:06 UTC 2015 - [email protected]
+
+- Use real 1.1.0 tarball
+  The previous commit used a random git commit, even if it said 1.1.0
+- Revert back to lmms-1.0.0-crippled_stk.patch
+- Remove precheckin_cripple_tarball.sh and related
+  The real 1.1.0 tarball doesn't contain the problematic file anymore
+- Update the Source tag with the new download URL
+- lmms-1.1.0-return.patch keeps substituting lmms-1.0.0-return.patch
+  Just to make the factory-auto script happy
+
+-------------------------------------------------------------------
+Fri Dec 26 21:03:42 UTC 2014 - [email protected]
+
+- Rebased crippled_stk.patch
+  lmms-1.1.0-crippled_stk.patch
+- Added more output to precheckin_cripple_tarball.sh
+- Fixed lmms-1.1.0-return.patch. Only file location changed.
+- Update to version 1.1.0
+  Most interesting upstream changes:
+  * New FX Mixer
+  * New Instruments:
+    + Nescaline - Nintendo Entertainment System(R) sound emulator
+    + Watsyn - Advanced wavetable synth
+    + Monstro - Advanced triple oscillator synth
+    + Carla - Audio plugin host (Linux only)
+  * Instrument Enhancements:
+    + AudioFileProcessor - Adjustable loop points
+    + Kicker - Temposyncable envelope, higher max; distortion enhancements
+    + LB302 - Fix note sticking, playback bugs
+  * UI Improvements
+    + Piano Roll:
+      Ctrl + Left/Right Arrow keys now moves selected notes by one bar
+      Shift + Up/Down now moves selected notes by one semitone
+  * Enabled toggling of knob scale in context menu (Linear/Logarithmic)
+  * Added ability to record automations
+  * Added support for undo/redo in Piano Roll
+  * Bug Fixes
+
+-------------------------------------------------------------------

Old:
----
  lmms-1.0.0-return.patch
  lmms-1.0.3-src-crippled.tar.bz2
  lmms-1.0.3-src.tar.bz2
  precheckin_cripple_tarball.sh

New:
----
  lmms-1.1.0-return.patch
  v1.1.0.tar.gz

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

Other differences:
------------------
++++++ lmms.spec ++++++
--- /var/tmp/diff_new_pack.Oolkmw/_old  2015-02-16 21:46:37.000000000 +0100
+++ /var/tmp/diff_new_pack.Oolkmw/_new  2015-02-16 21:46:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lmms
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,38 +16,22 @@
 #
 
 
-# NOTE: Some parts of the upstream tarball have to removed. This can be done
-# by simply running "sh precheckin_cripple_tarball.sh"
-
-%bcond_without distributable
 %bcond_without crippled_stk
 
 Name:           lmms
-Version:        1.0.3
+Version:        1.1.0
 Release:        0
 Summary:        Linux MultiMedia Studio
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Midi
-Url:            http://lmms.sourceforge.net/
-
-# By default we have to use the crippled tarball. See the bcond_withour above.
-
-%if %{with distributable}
-Source0:        lmms-%{version}-src-crippled.tar.bz2
-%else
-Source0:        
http://downloads.sourceforge.net/lmms/lmms-%{version}-src.tar.bz2
-%endif
-
-# Used for removing files that are not allowed to be distributed by us
-Source99:       precheckin_cripple_tarball.sh
+Url:            https://lmms.io/
+Source0:        https://github.com/LMMS/lmms/archive/v%{version}.tar.gz
 # PATCH-FIX-OPENSUSE Patch for providing proper return code in a function
-Patch2:         lmms-1.0.0-return.patch
+Patch2:         lmms-1.1.0-return.patch
 # PATCH-FIX-OPENSUSE Some parts cannot be build because stk misses some files 
due to legal issues (bnc#761147)
 Patch4:         lmms-1.0.0-crippled_stk.patch
-
 # We don't add portaudio-devel and/or sdl to the build requires because both
 # are built to use pulseaudio. Therefore they are unnecessary.
-
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -72,6 +56,9 @@
 BuildRequires:  pkgconfig(vorbisenc)
 BuildRequires:  pkgconfig(vorbisfile)
 BuildRequires:  pkgconfig(zlib)
+# VeSTige needs wineserver for using VST plugins
+Requires:       %{_bindir}/wineserver
+Recommends:     %{_bindir}/wine
 %ifarch %ix86
 BuildRequires:  wine-devel
 %else
@@ -84,9 +71,6 @@
 BuildRequires:  wine-devel-32bit
 %endif
 %endif
-Recommends:     %{_bindir}/wine
-# VeSTige needs wineserver for using VST plugins
-Requires:       %{_bindir}/wineserver
 
 %description
 LMMS is a free cross-platform music studio which allows you to produce music
@@ -119,7 +103,7 @@
       -DCMAKE_BUILD_TYPE=Release \
       -DCMAKE_VERBOSE_MAKEFILE=TRUE \
       ..
-make %{?_smp_flags}
+make %{?_smp_mflags}
 
 %install
 cd build
@@ -128,7 +112,7 @@
 # Debian menu system
 rm -r '%{buildroot}%{_datadir}/menu'
 mkdir -p '%{buildroot}%{_defaultdocdir}/lmms/'
-%fdupes -s %buildroot/%{_datadir}
+%fdupes -s %{buildroot}/%{_datadir}
 
 %post
 %icon_theme_cache_post

++++++ lmms-1.0.0-return.patch -> lmms-1.1.0-return.patch ++++++
--- /work/SRC/openSUSE:Factory/lmms/lmms-1.0.0-return.patch     2014-05-10 
08:02:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lmms.new/lmms-1.1.0-return.patch        
2015-02-16 21:46:36.000000000 +0100
@@ -1,6 +1,6 @@
-diff -urN lmms-1.0.0.old/plugins/midi_import/portsmf/allegro.cpp 
lmms-1.0.0/plugins/midi_import/portsmf/allegro.cpp
---- lmms-1.0.0.old/plugins/midi_import/portsmf/allegro.cpp     2014-03-24 
00:00:39.000000000 +0100
-+++ lmms-1.0.0/plugins/midi_import/portsmf/allegro.cpp 2014-03-24 
07:57:08.376352912 +0100
+diff -urN lmms-1.1.0.old/plugins/midi_import/portsmf/allegro.cpp 
lmms-1.1.0/plugins/midi_import/portsmf/allegro.cpp
+--- lmms-1.1.0.old/plugins/MidiImport/portsmf/allegro.cpp      2014-12-26 
00:00:39.000000000 +0100
++++ lmms-1.1.0/plugins/MidiImport/portsmf/allegro.cpp  2014-12-26 
17:57:08.376352912 +0100
 @@ -2298,6 +2298,7 @@
          tr++;
      }

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to