- 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
This commit is contained in:
parent
50c04587cb
commit
c69250adb7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c557abbe4c7d45268f0541ee3d8f9a1a8799692fcc28aa33f39db93cc2e65007
|
|
||||||
size 305284
|
|
3
xcb-util-wm-0.3.9.tar.bz2
Normal file
3
xcb-util-wm-0.3.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:038f9bdb917b1f6d98a164f57dfb32212a102d771ab6f03de49fef3786746030
|
||||||
|
size 320472
|
@ -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
|
Wed Mar 21 10:37:02 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -14,8 +14,10 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: xcb-util-wm
|
Name: xcb-util-wm
|
||||||
Version: 0.3.8
|
Version: 0.3.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XCB utility module for client- and WM-side ICCCM helpers
|
Summary: XCB utility module for client- and WM-side ICCCM helpers
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -27,9 +29,10 @@ Url: http://xcb.freedesktop.org/
|
|||||||
Source: %name-%version.tar.bz2
|
Source: %name-%version.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.62, automake, libtool
|
#git#BuildRequires: autoconf >= 2.62, automake, libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(xcb) >= 1.4, pkgconfig(xcb-proto) >= 1.6
|
BuildRequires: pkgconfig(xcb) >= 1.4
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.6.0
|
BuildRequires: pkgconfig(xcb-proto) >= 1.6
|
||||||
|
BuildRequires: pkgconfig(xorg-macros) >= 1.6.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The XCB util modules provide a number of libraries which sit on top
|
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.
|
- 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
|
Summary: XCB utility module for client- and WM-side ICCCM helpers
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libxcb-ewmh1
|
%description -n libxcb-ewmh2
|
||||||
The XCB util modules provide a number of libraries which sit on top
|
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
|
of libxcb, the core X protocol library, and some of the extension
|
||||||
libraries.
|
libraries.
|
||||||
@ -69,7 +72,8 @@ Included in this package is:
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the XCB EWMH/ICCCM utility modules
|
Summary: Development files for the XCB EWMH/ICCCM utility modules
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libxcb-ewmh1 = %version, libxcb-icccm4 = %version
|
Requires: libxcb-ewmh2 = %version
|
||||||
|
Requires: libxcb-icccm4 = %version
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The XCB util modules provide a number of libraries which sit on top
|
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.
|
libraries.
|
||||||
|
|
||||||
This package contains the development headers for the library found
|
This package contains the development headers for the library found
|
||||||
in libxcb-ewmh1, libxcb-icccm4.
|
in libxcb-ewmh2, libxcb-icccm4.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -90,14 +94,14 @@ make %{?_smp_mflags}
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
rm -f "%buildroot/%_libdir"/*.la
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
|
|
||||||
%post -n libxcb-ewmh1 -p /sbin/ldconfig
|
%post -n libxcb-ewmh2 -p /sbin/ldconfig
|
||||||
%postun -n libxcb-ewmh1 -p /sbin/ldconfig
|
%postun -n libxcb-ewmh2 -p /sbin/ldconfig
|
||||||
%post -n libxcb-icccm4 -p /sbin/ldconfig
|
%post -n libxcb-icccm4 -p /sbin/ldconfig
|
||||||
%postun -n libxcb-icccm4 -p /sbin/ldconfig
|
%postun -n libxcb-icccm4 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libxcb-ewmh1
|
%files -n libxcb-ewmh2
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libxcb-ewmh.so.1*
|
%_libdir/libxcb-ewmh.so.2*
|
||||||
|
|
||||||
%files -n libxcb-icccm4
|
%files -n libxcb-icccm4
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user