From 1a60b81e84e95dbee9f775d281b20408798dfa8064ad1681703a72c880874033 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 11 Mar 2019 13:55:03 +0000 Subject: [PATCH 1/3] - Update to version 0.4.5 * autogen: add default patch prefix * autogen.sh: Implement GNOME Build API * autogen.sh: use exec instead of waiting for configure to finish * autogen.sh: use quoted string variables * configure: Remove AM_MAINTAINER_MODE * Use Xfree rather than XFree for consistency * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXcomposite?expand=0&rev=15 --- libXcomposite-0.4.4.tar.bz2 | 3 --- libXcomposite-0.4.5.tar.bz2 | 3 +++ libXcomposite.changes | 13 +++++++++++++ libXcomposite.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 libXcomposite-0.4.4.tar.bz2 create mode 100644 libXcomposite-0.4.5.tar.bz2 diff --git a/libXcomposite-0.4.4.tar.bz2 b/libXcomposite-0.4.4.tar.bz2 deleted file mode 100644 index 7fe5f7e..0000000 --- a/libXcomposite-0.4.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ede250cd207d8bee4a338265c3007d7a68d5aca791b6ac41af18e9a2aeb34178 -size 283746 diff --git a/libXcomposite-0.4.5.tar.bz2 b/libXcomposite-0.4.5.tar.bz2 new file mode 100644 index 0000000..1ca5243 --- /dev/null +++ b/libXcomposite-0.4.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f +size 316993 diff --git a/libXcomposite.changes b/libXcomposite.changes index df2147d..67d0474 100644 --- a/libXcomposite.changes +++ b/libXcomposite.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Mar 11 13:49:52 UTC 2019 - Stefan Dirsch + +- Update to version 0.4.5 + * autogen: add default patch prefix + * autogen.sh: Implement GNOME Build API + * autogen.sh: use exec instead of waiting for configure to finish + * autogen.sh: use quoted string variables + * configure: Remove AM_MAINTAINER_MODE + * Use Xfree rather than XFree for consistency + * Update configure.ac bug URL for gitlab migration + * Update README for gitlab migration + ------------------------------------------------------------------- Thu Apr 24 23:21:30 UTC 2014 - tobias.johannes.klausmann@mni.thm.de diff --git a/libXcomposite.spec b/libXcomposite.spec index ae7a408..325b24c 100644 --- a/libXcomposite.spec +++ b/libXcomposite.spec @@ -1,7 +1,7 @@ # # spec file for package libXcomposite # -# Copyright (c) 2014 SUSE LINUX Products 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 @@ -18,7 +18,7 @@ Name: libXcomposite %define lname libXcomposite1 -Version: 0.4.4 +Version: 0.4.5 Release: 0 Summary: X11 protocol Composite extension client library License: MIT From 76c482c22943ac8e94d80132e2aad49099f444de8b985d539ddb2a74292b6491 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 28 May 2019 14:03:46 +0000 Subject: [PATCH 2/3] - marked baselibs.conf as sourcefile in specfile OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXcomposite?expand=0&rev=16 --- libXcomposite.changes | 5 +++++ libXcomposite.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libXcomposite.changes b/libXcomposite.changes index 67d0474..bb4c976 100644 --- a/libXcomposite.changes +++ b/libXcomposite.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 28 14:00:03 UTC 2019 - Stefan Dirsch + +- marked baselibs.conf as sourcefile in specfile + ------------------------------------------------------------------- Mon Mar 11 13:49:52 UTC 2019 - Stefan Dirsch diff --git a/libXcomposite.spec b/libXcomposite.spec index 325b24c..66e1862 100644 --- a/libXcomposite.spec +++ b/libXcomposite.spec @@ -12,7 +12,7 @@ # 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/ # @@ -27,7 +27,8 @@ Url: http://wiki.freedesktop.org/wiki/Software/CompositeExt #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXcomposite #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXcomposite/ -Source: http://xorg.freedesktop.org/archive/individual/lib/%name-%version.tar.bz2 +Source0 http://xorg.freedesktop.org/archive/individual/lib/%name-%version.tar.bz2 +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool BuildRequires: fdupes From 19e1f87b789ba99239fc1cd3e23ad564a201f463520896be0d03adb03f3fd20d Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 28 May 2019 15:05:42 +0000 Subject: [PATCH 3/3] fixed typo OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXcomposite?expand=0&rev=17 --- libXcomposite.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libXcomposite.spec b/libXcomposite.spec index 66e1862..03f7083 100644 --- a/libXcomposite.spec +++ b/libXcomposite.spec @@ -27,7 +27,7 @@ Url: http://wiki.freedesktop.org/wiki/Software/CompositeExt #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXcomposite #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXcomposite/ -Source0 http://xorg.freedesktop.org/archive/individual/lib/%name-%version.tar.bz2 +Source0: http://xorg.freedesktop.org/archive/individual/lib/%name-%version.tar.bz2 Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool