Accepting request 533728 from X11:XOrg
- added COPYING to %doc - mention baselibs.conf as source in specfile - Update to version 1.2: Version 1.2 of the X-Resource extension (added in xserver 1.13) added some new requests allowing inspection of every resource for a client, the bytes used per resource, and the PIDs of local clients. This is the release for the corresponding client library. OBS-URL: https://build.opensuse.org/request/show/533728 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXres?expand=0&rev=9
This commit is contained in:
commit
9eb1676db5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26899054aa87f81b17becc68e8645b240f140464cf90c42616ebb263ec5fa0e5
|
||||
size 282925
|
3
libXres-1.2.0.tar.bz2
Normal file
3
libXres-1.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff75c1643488e64a7cfbced27486f0f944801319c84c18d3bd3da6bf28c812d4
|
||||
size 286635
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 12 17:39:36 UTC 2017 - sndirsch@suse.com
|
||||
|
||||
- added COPYING to %doc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 12 03:53:35 UTC 2017 - sndirsch@suse.com
|
||||
|
||||
- mention baselibs.conf as source in specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 11 22:52:40 UTC 2017 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
- Update to version 1.2:
|
||||
Version 1.2 of the X-Resource extension (added in xserver 1.13) added some
|
||||
new requests allowing inspection of every resource for a client, the bytes
|
||||
used per resource, and the PIDs of local clients.
|
||||
This is the release for the corresponding client library.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 1 19:54:00 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libXres
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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: libXres
|
||||
%define lname libXRes1
|
||||
Version: 1.0.7
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: X Resource extension client library
|
||||
License: MIT
|
||||
@ -28,6 +28,7 @@ Url: http://xorg.freedesktop.org/
|
||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXRes
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXRes/
|
||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||
BuildRequires: pkgconfig
|
||||
@ -84,6 +85,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%_libdir/libXRes.so.1*
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user