Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2017-02-27 18:43:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and      /work/SRC/openSUSE:Factory/.carla.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "carla"

Changes:
--------
--- /work/SRC/openSUSE:Factory/carla/carla.changes      2017-02-05 
19:52:35.004298967 +0100
+++ /work/SRC/openSUSE:Factory/.carla.new/carla.changes 2017-02-27 
18:43:52.671400373 +0100
@@ -1,0 +2,17 @@
+Sun Feb  5 18:28:55 UTC 2017 - [email protected]
+
+- Trim irrelevant parts from description
+
+-------------------------------------------------------------------
+Tue Jan 17 08:30:49 UTC 2017 - [email protected]
+
+- change mode from localonly to disabled in _service
+- fix build on nonx86
+
+-------------------------------------------------------------------
+Mon Aug 15 09:42:36 UTC 2016 - [email protected]
+
+- Update to 1.9.6+git20160801.e07f144
+  + Fix build with gcc6
+
+-------------------------------------------------------------------

Old:
----
  carla-1.9.6+git20160305.f8933f9.tar.xz

New:
----
  carla-1.9.6+git20160801.e07f144.tar.xz

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

Other differences:
------------------
++++++ carla.spec ++++++
--- /var/tmp/diff_new_pack.xkoseQ/_old  2017-02-27 18:43:53.387299252 +0100
+++ /var/tmp/diff_new_pack.xkoseQ/_new  2017-02-27 18:43:53.391298687 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package carla
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -23,7 +23,7 @@
 %bcond_without rdflib
 %endif
 Name:           carla
-Version:        1.9.6+git20160305.f8933f9
+Version:        1.9.6+git20160801.e07f144
 Release:        0
 Summary:        An audio plugin host
 License:        GPL-2.0+
@@ -38,8 +38,8 @@
 
 %if %{defined fedora}
 BuildRequires:  pulseaudio-libs-devel
-BuildRequires:  qt5-qtbase-devel
 BuildRequires:  python3-PyQt4-devel
+BuildRequires:  qt5-qtbase-devel
 %else
 BuildRequires:  libpulse-devel
 BuildRequires:  libqt5-qtbase-devel
@@ -66,6 +66,7 @@
 BuildRequires:  gtk3-devel
 BuildRequires:  libX11-devel
 # for extra samplers support
+BuildRequires:  libgig-devel
 BuildRequires:  liblinuxsampler-devel
 BuildRequires:  liblo-devel
 BuildRequires:  libqt4-devel
@@ -73,33 +74,28 @@
 BuildRequires:  pkg-config
 
 %description
- Carla is an audio plugin host, with support for many audio drivers and plugin 
formats.
-It has some nice features like automation of parameters via MIDI CC and full 
OSC control.
-Currently supports LADSPA, DSSI, LV2, VST2/3 and AU plugin formats, plus GIG, 
SF2 and SFZ
-sounds banks.
-
-THIS IS A BETA RELEASE!
-
-1. Carla-Control is not available in the 2.0-beta versions yet
-2. Linux release has support for bridging Window plugins using Wine (32bit and 
64bit)
-3. Linux 32bit release will not load 64bit plugins even if ran on a 64bit 
system
-4. MacOS release is 64bit only but it can load 32bit plugins
-5. Windows builds do not support bridges (ie, 32bit plugins on a 64bit Carla) 
or Carla as a plugin
+Carla is an audio plugin host, with support for many audio drivers
+and plugin formats. It features automation of parameters via MIDI CC
+and full OSC control. It currently supports LADSPA, DSSI, LV2, VST2/3
+and AU plugin formats, plus GIG, SF2 and SFZ sounds banks.
+It futher supports bridging Window plugins using Wine.
 
 %package devel
-Summary:        Header files to access Carlas API
-Group:          Development/Libraries
+Summary:        Header files to access Carla's API
+Group:          Development/Libraries/C and C++
 BuildRequires:  pkg-config
 
 %description devel
-This package contains header files needed when writing software using Carla 
several APIs.
+This package contains header files needed when writing software using
+Carla's several APIs.
 
 %package vst
-Summary:        CarlaRack and CarlaPatchbay vst plugins
+Summary:        CarlaRack and CarlaPatchbay VST plugins
 Group:          Productivity/Multimedia/Sound/Utilities
 
 %description vst
-Carla vst plugins including CarlaPatchbayFX, CarlaPatchbay, CarlaRackFX, 
CarlaRack
+This package contanis Carla VST plugins, including CarlaPatchbayFX,
+CarlaPatchbay, CarlaRackFX, and CarlaRack.
 
 %prep
 %setup -q
@@ -114,12 +110,21 @@
 sed -i 's:pyuic4:py3uic4:' Makefile
 sed -i 's:wildcard /:wildcard $(DESTDIR)/:' Makefile
 %endif
-make %{?_smp_mflags} features
+make \
+%ifnarch %ix86 x86_64
+       BASE_OPTS= \
+%endif
+       %{?_smp_mflags} \
+       features
 
 # bulding with high -j numbers often results in build failures, thus we're 
disabling _smp_flags for now 
 %if 0%{?suse_version} > 1310
 # make %{?_smp_mflags} --trace
-make --trace
+make \
+%ifnarch %ix86 x86_64
+       BASE_OPTS= \
+%endif
+       --trace
 %else
 # Old make
 # make %{?_smp_mflags}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.xkoseQ/_old  2017-02-27 18:43:53.439291908 +0100
+++ /var/tmp/diff_new_pack.xkoseQ/_new  2017-02-27 18:43:53.439291908 +0100
@@ -1,5 +1,5 @@
 <services>
-  <service name="tar_scm" mode="localonly">
+  <service name="tar_scm" mode="disabled">
     <param name="url">https://github.com/falkTX/Carla.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
@@ -8,11 +8,11 @@
     <param name="revision">master</param>
     <param name="changesgenerate">enable</param>       
   </service>
-  <service name="recompress" mode="localonly">
+  <service name="recompress" mode="disabled">
     <param name="file">carla-*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="localonly">
+  <service name="set_version" mode="disabled">
     <param name="basename">carla</param>
   </service>
 </services>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.xkoseQ/_old  2017-02-27 18:43:53.467287953 +0100
+++ /var/tmp/diff_new_pack.xkoseQ/_new  2017-02-27 18:43:53.467287953 +0100
@@ -1,6 +1,6 @@
 <servicedata>
        <service name="tar_scm">
                <param name="url">https://github.com/falkTX/Carla.git</param>
-       <param 
name="changesrevision">f8933f9755f4752b2bc1ffd4e5c708b6628bfa9a</param>
+       <param 
name="changesrevision">e07f144bdcd11d95c8d3fa125d9c4f7e55022c77</param>
        </service>
-</servicedata>
\ No newline at end of file
+</servicedata>

++++++ carla-1.9.6+git20160305.f8933f9.tar.xz -> 
carla-1.9.6+git20160801.e07f144.tar.xz ++++++
/work/SRC/openSUSE:Factory/carla/carla-1.9.6+git20160305.f8933f9.tar.xz 
/work/SRC/openSUSE:Factory/.carla.new/carla-1.9.6+git20160801.e07f144.tar.xz 
differ: char 25, line 1


Reply via email to