Accepting request 115343 from X11:XOrg
Pushing X11:XOrg OBS-URL: https://build.opensuse.org/request/show/115343 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libICE?expand=0&rev=2
This commit is contained in:
commit
638c384fb2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a8b1692f151a473cee8733df9aefe98f7e5f64dfe6d4213cb6231d7bf855b901
|
|
||||||
size 323808
|
|
3
libICE-1.0.8.tar.bz2
Normal file
3
libICE-1.0.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:24a991284d02ff0c789bc8d11ad2e4dffe144cb70f24e28f9ce3e8b1ee08b71e
|
||||||
|
size 365762
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 11 15:03:16 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.0.8:
|
||||||
|
+ Fix a number of issues found by static analysis and compiler
|
||||||
|
warnings
|
||||||
|
+ Large set of cleanups and improvements to the DocBook format
|
||||||
|
specs for the protocol and docs for the API.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 11 18:23:28 UTC 2012 - jengelh@medozas.de
|
Sat Feb 11 18:23:28 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
24
libICE.spec
24
libICE.spec
@ -14,22 +14,26 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: libICE
|
Name: libICE
|
||||||
%define lname libICE6
|
%define lname libICE6
|
||||||
Version: 1.0.7
|
Version: 1.0.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X11 Inter-Client Exchange Library
|
Summary: X11 Inter-Client Exchange Library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://xorg.freedesktop.org/
|
Url: http://xorg.freedesktop.org/
|
||||||
|
|
||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libICE
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libICE
|
||||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libICE/
|
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libICE/
|
||||||
Source: %name-%version.tar.bz2
|
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %_tmppath/%name-%version-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||||
BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.10
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(xproto), pkgconfig(xtrans)
|
BuildRequires: pkgconfig(xorg-macros) >= 1.12
|
||||||
|
BuildRequires: pkgconfig(xproto)
|
||||||
|
BuildRequires: pkgconfig(xtrans)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
There are numerous possible inter-client protocols, with many
|
There are numerous possible inter-client protocols, with many
|
||||||
@ -44,8 +48,8 @@ transport connection.
|
|||||||
Summary: X11 Inter-Client Exchange Library
|
Summary: X11 Inter-Client Exchange Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
# O/P added for 12.2
|
# O/P added for 12.2
|
||||||
Provides: xorg-x11-libICE = 7.6_%version-%release
|
Provides: xorg-x11-libICE = 7.6_%version-%release
|
||||||
Obsoletes: xorg-x11-libICE < 7.6_%version-%release
|
Obsoletes: xorg-x11-libICE < 7.6_%version-%release
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
The Inter-Client Exchange (ICE) protocol is intended to provide a
|
The Inter-Client Exchange (ICE) protocol is intended to provide a
|
||||||
@ -58,8 +62,8 @@ Summary: Development files for the X11 Inter-Client Exchange Library
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
# O/P added for 12.2
|
# O/P added for 12.2
|
||||||
Provides: xorg-x11-libICE-devel = 7.6_%version-%release
|
Provides: xorg-x11-libICE-devel = 7.6_%version-%release
|
||||||
Obsoletes: xorg-x11-libICE-devel < 7.6_%version-%release
|
Obsoletes: xorg-x11-libICE-devel < 7.6_%version-%release
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The Inter-Client Exchange (ICE) protocol is intended to provide a
|
The Inter-Client Exchange (ICE) protocol is intended to provide a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user