From c69250adb786d17e7fa2b977c1280c3e5a0706307d7356c628ee1fabf0a93f60 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 31 May 2012 14:32:18 +0000 Subject: [PATCH] - update to version 0.3.9 * Replacing c++ class keyword in interface header. * Fix incomplete implementation of _NET_SUPPORTING_WM_CHECK. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util-wm?expand=0&rev=3 --- xcb-util-wm-0.3.8.tar.bz2 | 3 --- xcb-util-wm-0.3.9.tar.bz2 | 3 +++ xcb-util-wm.changes | 7 +++++++ xcb-util-wm.spec | 28 ++++++++++++++++------------ 4 files changed, 26 insertions(+), 15 deletions(-) delete mode 100644 xcb-util-wm-0.3.8.tar.bz2 create mode 100644 xcb-util-wm-0.3.9.tar.bz2 diff --git a/xcb-util-wm-0.3.8.tar.bz2 b/xcb-util-wm-0.3.8.tar.bz2 deleted file mode 100644 index f5d7496..0000000 --- a/xcb-util-wm-0.3.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c557abbe4c7d45268f0541ee3d8f9a1a8799692fcc28aa33f39db93cc2e65007 -size 305284 diff --git a/xcb-util-wm-0.3.9.tar.bz2 b/xcb-util-wm-0.3.9.tar.bz2 new file mode 100644 index 0000000..dce6342 --- /dev/null +++ b/xcb-util-wm-0.3.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:038f9bdb917b1f6d98a164f57dfb32212a102d771ab6f03de49fef3786746030 +size 320472 diff --git a/xcb-util-wm.changes b/xcb-util-wm.changes index b44f5e7..865da16 100644 --- a/xcb-util-wm.changes +++ b/xcb-util-wm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 31 14:23:01 UTC 2012 - sndirsch@suse.com + +- update to version 0.3.9 + * Replacing c++ class keyword in interface header. + * Fix incomplete implementation of _NET_SUPPORTING_WM_CHECK. + ------------------------------------------------------------------- Wed Mar 21 10:37:02 UTC 2012 - jengelh@medozas.de diff --git a/xcb-util-wm.spec b/xcb-util-wm.spec index 90d1092..46b134a 100644 --- a/xcb-util-wm.spec +++ b/xcb-util-wm.spec @@ -14,8 +14,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: xcb-util-wm -Version: 0.3.8 +Version: 0.3.9 Release: 0 Summary: XCB utility module for client- and WM-side ICCCM helpers License: MIT @@ -27,9 +29,10 @@ Url: http://xcb.freedesktop.org/ Source: %name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.62, automake, libtool -BuildRequires: pkgconfig -BuildRequires: pkgconfig(xcb) >= 1.4, pkgconfig(xcb-proto) >= 1.6 -BuildRequires: pkgconfig(xorg-macros) >= 1.6.0 +BuildRequires: pkgconfig +BuildRequires: pkgconfig(xcb) >= 1.4 +BuildRequires: pkgconfig(xcb-proto) >= 1.6 +BuildRequires: pkgconfig(xorg-macros) >= 1.6.0 %description The XCB util modules provide a number of libraries which sit on top @@ -40,11 +43,11 @@ Included in this package is: - icccm: Both client and window-manager helpers for ICCCM. -%package -n libxcb-ewmh1 +%package -n libxcb-ewmh2 Summary: XCB utility module for client- and WM-side ICCCM helpers Group: System/Libraries -%description -n libxcb-ewmh1 +%description -n libxcb-ewmh2 The XCB util modules provide a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. @@ -69,7 +72,8 @@ Included in this package is: %package devel Summary: Development files for the XCB EWMH/ICCCM utility modules Group: Development/Libraries/C and C++ -Requires: libxcb-ewmh1 = %version, libxcb-icccm4 = %version +Requires: libxcb-ewmh2 = %version +Requires: libxcb-icccm4 = %version %description devel The XCB util modules provide a number of libraries which sit on top @@ -77,7 +81,7 @@ of libxcb, the core X protocol library, and some of the extension libraries. This package contains the development headers for the library found -in libxcb-ewmh1, libxcb-icccm4. +in libxcb-ewmh2, libxcb-icccm4. %prep %setup -q @@ -90,14 +94,14 @@ make %{?_smp_mflags} %makeinstall rm -f "%buildroot/%_libdir"/*.la -%post -n libxcb-ewmh1 -p /sbin/ldconfig -%postun -n libxcb-ewmh1 -p /sbin/ldconfig +%post -n libxcb-ewmh2 -p /sbin/ldconfig +%postun -n libxcb-ewmh2 -p /sbin/ldconfig %post -n libxcb-icccm4 -p /sbin/ldconfig %postun -n libxcb-icccm4 -p /sbin/ldconfig -%files -n libxcb-ewmh1 +%files -n libxcb-ewmh2 %defattr(-,root,root) -%_libdir/libxcb-ewmh.so.1* +%_libdir/libxcb-ewmh.so.2* %files -n libxcb-icccm4 %defattr(-,root,root)