From 1d318ad1679428e6d24c2bb98c480de5a5b5b4081b4df10d0ba6191e6141677e Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 27 Apr 2014 16:27:51 +0000 Subject: [PATCH] - raise version number to 7.6_1.10 in order to fix build OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-proto?expand=0&rev=2 --- xcb-proto.changes | 5 +++++ xcb-proto.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/xcb-proto.changes b/xcb-proto.changes index 1291f11..d157190 100644 --- a/xcb-proto.changes +++ b/xcb-proto.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 27 16:26:03 UTC 2014 - sndirsch@suse.com + +- raise version number to 7.6_1.10 in order to fix build + ------------------------------------------------------------------- Wed Apr 23 16:41:57 UTC 2014 - tobias.johannes.klausmann@mni.thm.de diff --git a/xcb-proto.spec b/xcb-proto.spec index 36c5875..77bdc15 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -15,8 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%define dirsuffix 1.10.1 + Name: xcb-proto -Version: 1.10.1 +Version: 7.6_%{dirsuffix} BuildRequires: pkg-config BuildRequires: python-base @@ -32,7 +34,7 @@ Summary: The X Protocol License: MIT Group: Development/Libraries/X11 #Source URL: http://xorg.freedesktop.org/archive/individual/xcb/ -Source: %{name}-%{version}.tar.bz2 +Source: %{name}-%{dirsuffix}.tar.bz2 %description The XCB Protocol Headers for X development @@ -60,7 +62,7 @@ libraries that used to parse an XML description and create objects used by Python code generators in individual language bindings. %prep -%setup -q +%setup -q -n %{name}-%{dirsuffix} %build autoreconf -fi