Hello community,
here is the log from the commit of package fossil for openSUSE:Factory checked in at 2017-02-27 18:44:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fossil (Old)
and /work/SRC/openSUSE:Factory/.fossil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fossil"
Changes:
--------
--- /work/SRC/openSUSE:Factory/fossil/fossil.changes 2016-07-01 09:58:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fossil.new/fossil.changes 2017-02-27 18:44:01.526149633 +0100
@@ -1,0 +2,62 @@
+Thu Feb 16 11:50:24 UTC 2017 - idonmez(a)suse.com
+
+- Update to version 1.37:
+ Changes for Version 1.37 (2017-01-16)
+
+ * Add checkbox widgets to various web pages.
+ * Add the fossil all ui command
+ * Add the /file webpage
+ * Enhance the /brlist webpage to make use of branch colors.
+ * Add support for the ms=EXACT|LIKE|GLOB|REGEXP query parameter
+ on the /timeline webpage, with associated form widgets.
+ * Enhance the changes and status commands with many new filter
+ options so that specific kinds of changes can be found without
+ having to pipe through grep or sed.
+ * Enhanced the fossil sql command so that it opens the checkout
+ database and the configuration database in addition to the
+ respository database.
+ * TH1 enhancements:
+ * Add [unversioned content] command.
+ * Add [unversioned list] command.
+ * Add project_description variable.
+ * Rename crnl-glob setting to crlf-glob, but keep crnl-glob as
+ a compatibility alias.
+ * Added the --command option to the diff command.
+ * Fix a C99-ism that prevents the 1.36 release from building
+ with MSVC.
+ * Fix ticket set when using the "+" prefix with fields from the
+ "ticketchng" table.
+ * Remove the "fusefs" command from builds that do not have the
+ underlying support enabled.
+ * Fixes for incremental git import/export.
+ * Minor security enhancements to encrypted repositories.
+
+ Changes for Version 1.36 (2016-10-24)
+
+ * Add support for unversioned content, the fossil unversioned
+ command and the /uv and /uvlist web pages.
+ * The download page is moved into unversioned content so that
+ the self-hosting Fossil websites no longer uses any external
+ content.
+ * Added the "Search" button to the graphical diff generated by
+ the --tk option on the diff command.
+ * Added the "--checkin VERSION" option to the diff command.
+ * Various performance enhancements to the diff command.
+ * Update internal Unicode character tables, used in regular
+ expression handling, from version 8.0 to 9.0.
+ * Fix multi-line timeline bug
+ * Enhance the fossil purge command.
+ * New command fossil shell.
+ * SQL parameters whose names are all lower-case in Ticket Report
+ SQL queries are filled in using HTTP query parameter values.
+ * Added support for child projects that are able to pull from
+ their parent but not push.
+ * Added the -nocomplain option to the TH1 "query" command.
+ * Added support for the chng=GLOBLIST query parameter on the
+ /timeline webpage.
+
+- Refresh fossil-1.30-remove_date_time.patch and rename it to
+ fossil-1.37-remove_date_time.patch
+- Drop support for < openSUSE 11.4
+
+-------------------------------------------------------------------
Old:
----
fossil-1.30-remove_date_time.patch
fossil-src-1.35.tar.gz
New:
----
fossil-1.37-remove_date_time.patch
fossil-src-1.37.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ fossil.spec ++++++
--- /var/tmp/diff_new_pack.okqYTr/_old 2017-02-27 18:44:02.246047948 +0100
+++ /var/tmp/diff_new_pack.okqYTr/_new 2017-02-27 18:44:02.246047948 +0100
@@ -1,7 +1,7 @@
#
# spec file for package fossil
#
-# 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
@@ -17,15 +17,17 @@
%define with_system_sqlite 0%{?suse_version} > 1320
+%define tar_version 2017-01-16_205854_1669115ab9
+
Name: fossil
-Version: 1.35
+Version: 1.37
Release: 0
Summary: Simple, high-reliability, distributed software configuration management
License: BSD-2-Clause
Group: Development/Tools/Version Control
Url: https://www.fossil-scm.org/
-Source: https://www.fossil-scm.org/download/%{name}-src-%{version}.tar.gz
-Patch1: fossil-1.30-remove_date_time.patch
+Source: https://www.fossil-scm.org/index.html/uv/download/%{name}-src-%{version}.ta…
+Patch1: fossil-1.37-remove_date_time.patch
BuildRequires: fuse-devel
BuildRequires: gcc
BuildRequires: tcl
@@ -34,11 +36,7 @@
%if 0%{with_system_sqlite}
BuildRequires: sqlite3-devel >= 3.8.7
%endif
-%if 0%{?suse_version} >= 1140
-BuildRequires: libopenssl-devel
-%else
BuildRequires: openssl-devel
-%endif
%description
There are plenty of open-source version control systems available on
@@ -86,7 +84,7 @@
ever been lost after having been committed to a Fossil repository.
%prep
-%setup -q
+%setup -q -n Fossil_%{tar_version}
# test package version and source version match
grep -qFx %{version} VERSION
%patch1 -p1
++++++ fossil-1.30-remove_date_time.patch -> fossil-1.37-remove_date_time.patch ++++++
--- /work/SRC/openSUSE:Factory/fossil/fossil-1.30-remove_date_time.patch 2016-07-01 09:58:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fossil.new/fossil-1.37-remove_date_time.patch 2017-02-27 18:44:01.350174490 +0100
@@ -1,22 +1,8 @@
-From: Andreas Stieger <andreas.stieger(a)gmx.de>
-Date: Tue, 23 Sep 2014 00:14:29 +0100
-Subject: Remove __DATE and __TIME__ to prevent unneccessary rebuilds
-Upstream: never
-References:
-
-fossil.i586: W: file-contains-date-and-time /usr/bin/fossil
-Your file uses __DATE and __TIME__ this causes the package to rebuild when
-not needed
-
----
- src/main.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-Index: fossil-1.35/src/main.c
+Index: Fossil_2017-01-16_205854_1669115ab9/src/main.c
===================================================================
---- fossil-1.35.orig/src/main.c 2016-06-27 13:46:41.846056514 +0200
-+++ fossil-1.35/src/main.c 2016-06-27 13:47:37.418587959 +0200
-@@ -1028,8 +1028,8 @@ static void get_version_blob(
+--- Fossil_2017-01-16_205854_1669115ab9.orig/src/main.c
++++ Fossil_2017-01-16_205854_1669115ab9/src/main.c
+@@ -922,8 +922,8 @@ static void get_version_blob(
blob_zero(pOut);
blob_appendf(pOut, "This is fossil version %s\n", get_version());
if( !bVerbose ) return;
@@ -24,6 +10,6 @@
- __DATE__, __TIME__, COMPILER_NAME, sizeof(void*)*8);
+ blob_appendf(pOut, "Compiled using %s (%d-bit)\n",
+ COMPILER_NAME, sizeof(void*)*8);
- blob_appendf(pOut, "SQLite %s %.30s\n", sqlite3_libversion(),
- sqlite3_sourceid());
blob_appendf(pOut, "Schema version %s\n", AUX_SCHEMA_MAX);
+ #if defined(FOSSIL_ENABLE_MINIZ)
+ blob_appendf(pOut, "miniz %s, loaded %s\n", MZ_VERSION, mz_version());
++++++ fossil-src-1.35.tar.gz -> fossil-src-1.37.tar.gz ++++++
++++ 91721 lines of diff (skipped)
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 - jengelh(a)inai.de
+
+- Trim irrelevant parts from description
+
+-------------------------------------------------------------------
+Tue Jan 17 08:30:49 UTC 2017 - olaf(a)aepfle.de
+
+- change mode from localonly to disabled in _service
+- fix build on nonx86
+
+-------------------------------------------------------------------
+Mon Aug 15 09:42:36 UTC 2016 - olaf(a)aepfle.de
+
+- 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