From 2a163684478e18cf5f1a6e6d8378241fe8dc95ce7eca53df8d16bf7ef991e793 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 27 Apr 2014 22:07:49 +0000 Subject: [PATCH 1/3] Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=12 --- libXfixes.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libXfixes.spec b/libXfixes.spec index f05ecf1..486acfd 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ # # spec file for package libXfixes # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 From df68e3cc36c4f55af7d867f259d76c99d9ba4cfa9bfe6e7b93507db68c64bd43 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 30 May 2016 13:17:43 +0000 Subject: [PATCH 2/3] - Update to version 5.0.2 * Remove fallback for _XEatDataWords, require libX11 1.6 for it OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=13 --- libXfixes-5.0.1.tar.bz2 | 3 --- libXfixes-5.0.2.tar.bz2 | 3 +++ libXfixes.changes | 6 ++++++ libXfixes.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 libXfixes-5.0.1.tar.bz2 create mode 100644 libXfixes-5.0.2.tar.bz2 diff --git a/libXfixes-5.0.1.tar.bz2 b/libXfixes-5.0.1.tar.bz2 deleted file mode 100644 index 438e796..0000000 --- a/libXfixes-5.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63bec085084fa3caaee5180490dd871f1eb2020ba9e9b39a30f93693ffc34767 -size 291978 diff --git a/libXfixes-5.0.2.tar.bz2 b/libXfixes-5.0.2.tar.bz2 new file mode 100644 index 0000000..ea85f1a --- /dev/null +++ b/libXfixes-5.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd20edfec084a1bed481d48dd4815dee88139fffad091418cdda081129a9aea +size 305007 diff --git a/libXfixes.changes b/libXfixes.changes index 2930af3..6f1c46f 100644 --- a/libXfixes.changes +++ b/libXfixes.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 30 13:15:29 UTC 2016 - sndirsch@suse.com + +- Update to version 5.0.2 + * Remove fallback for _XEatDataWords, require libX11 1.6 for it + ------------------------------------------------------------------- Wed May 29 22:45:00 UTC 2013 - tobias.johannes.klausmann@mni.thm.de diff --git a/libXfixes.spec b/libXfixes.spec index 486acfd..4e69c86 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ # # spec file for package libXfixes # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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: libXfixes %define lname libXfixes3 -Version: 5.0.1 +Version: 5.0.2 Release: 0 Summary: X11 miscellaneous "fixes" extension library License: MIT @@ -32,7 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(fixesproto) >= 5.0 -BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(x11) >= 1.6 BuildRequires: pkgconfig(xextproto) BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xproto) From 08d148884b3346a4d3bdc0054bf95e3b8d353cd81acc969f84375e4038d5ffb4 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 30 May 2016 13:30:31 +0000 Subject: [PATCH 3/3] - tagged baselibs.conf as source in specfile OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfixes?expand=0&rev=14 --- libXfixes.changes | 1 + libXfixes.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/libXfixes.changes b/libXfixes.changes index 6f1c46f..1d9ea2b 100644 --- a/libXfixes.changes +++ b/libXfixes.changes @@ -3,6 +3,7 @@ Mon May 30 13:15:29 UTC 2016 - sndirsch@suse.com - Update to version 5.0.2 * Remove fallback for _XEatDataWords, require libX11 1.6 for it +- tagged baselibs.conf as source in specfile ------------------------------------------------------------------- Wed May 29 22:45:00 UTC 2013 - tobias.johannes.klausmann@mni.thm.de diff --git a/libXfixes.spec b/libXfixes.spec index 4e69c86..0e46ac3 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -28,6 +28,7 @@ Url: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXfixes #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXfixes/ Source: 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: pkgconfig