Hello community,
here is the log from the commit of package xfce4-dev-tools for openSUSE:Factory
checked in at 2019-08-19 20:47:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-dev-tools (Old)
and /work/SRC/openSUSE:Factory/.xfce4-dev-tools.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-dev-tools"
Mon Aug 19 20:47:33 2019 rev:32 rq:724071 version:4.14.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-dev-tools/xfce4-dev-tools.changes
2015-03-09 10:05:58.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.xfce4-dev-tools.new.22127/xfce4-dev-tools.changes
2019-08-19 20:47:35.713095813 +0200
@@ -1,0 +2,32 @@
+Fri Aug 16 12:54:04 UTC 2019 - Maurizio Galli <[email protected]>
+
+- Fixed sources in spec file
+
+-------------------------------------------------------------------
+Sun Aug 11 20:48:54 UTC 2019 - Maurizio Galli <[email protected]>
+
+- Update to version 4.14.0
+ * Bump to 4.14.0
+- Added bcond to build with git master source
+- Cleaned spec file
+
+-------------------------------------------------------------------
+Thu Jun 27 13:23:16 UTC 2019 - Marcel Kuehlhorn <[email protected]>
+
+- Update to Version 4.13.0
+ * Merge exo-csource modifications in xdt-csource
+ * xdt-csource will replace exo-csource (projects using
+ exo-csource need to be updated)
+ * The work started in issue bxo#6449 but the full migration has
+ never been done.
+ * Remove svn support in xdt-autogen
+ * Simplify a bit the XDT_AUTOGEN_REQUIRED_VERSION detection
+ * Remove the check of the unused doc submodule
+ * Remove useless macros: m4macros/xdt-python.m4
+ and m4macros/xdt-xfce.m4 are not used
+ * Remove xdt-commit, used to generate Changelog, now done via
+ make distcheck
+ * No -Wshadow flag for enable_debug=full (bxo#11637).
+ Use it only for enable_debug=yes.
+
+-------------------------------------------------------------------
Old:
----
xfce4-dev-tools-4.12.0.tar.bz2
New:
----
_service
xfce4-dev-tools-4.14.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-dev-tools.spec ++++++
--- /var/tmp/diff_new_pack.IxP7dF/_old 2019-08-19 20:47:36.221095705 +0200
+++ /var/tmp/diff_new_pack.IxP7dF/_new 2019-08-19 20:47:36.225095704 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xfce4-dev-tools
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,25 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%bcond_with git
Name: xfce4-dev-tools
-Version: 4.12.0
+Version: 4.14.0
Release: 0
Summary: Xfce Development Tools
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: Development/Tools/Other
-Url: http://www.xfce.org/
-Source:
http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.12/%{name}-%{version}.tar.bz2
+URL: https://www.xfce.org/
+Source0:
https://archive.xfce.org/src/xfce/xfce4-dev-tools/4.14/%{name}-%{version}.tar.bz2
BuildRequires: pkgconfig(glib-2.0)
Requires: autoconf
Requires: automake
Requires: intltool
Requires: libtool
Requires: make
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The Xfce development tools are a collection of tools and macros for
@@ -38,20 +38,25 @@
versions of Xfce.
%prep
-%setup -q
+%autosetup
%build
+%if %{with git}
+NOCONFIGURE=1 ./autogen.sh
+%configure \
+ --enable-maintainer-mode
+%else
%configure
-make %{?_smp_mflags}
+%endif
+%make_build
%install
%make_install
%files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog HACKING NEWS README
+%doc AUTHORS ChangeLog HACKING NEWS README
+%license COPYING
%{_bindir}/xdt-autogen
-%{_bindir}/xdt-commit
%{_bindir}/xdt-csource
%dir %{_datadir}/xfce4
%dir %{_datadir}/xfce4/dev-tools
++++++ _service ++++++
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://git.xfce.org/xfce/xfce4-dev-tools/</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">[email protected]</param>
<param name="versionrewrite-pattern">xfce4devtools(.*)</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="disabled"/>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
</services>
++++++ xfce4-dev-tools-4.12.0.tar.bz2 -> xfce4-dev-tools-4.14.0.tar.bz2 ++++++
++++ 8776 lines of diff (skipped)