From 535ee6c5eeb9d83283fcf37d0426481e327130976e3fc95c06c7a6b152f45a83 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 7 Mar 2012 09:46:43 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=6 --- libICE.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/libICE.spec b/libICE.spec index 6352b92..4735bde 100644 --- a/libICE.spec +++ b/libICE.spec @@ -14,6 +14,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + + Name: libICE %define lname libICE6 Version: 1.0.7 @@ -21,15 +24,15 @@ Release: 0 Summary: X11 Inter-Client Exchange Library License: MIT 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-Web: http://cgit.freedesktop.org/xorg/lib/libICE/ Source: %name-%version.tar.bz2 -BuildRoot: %_tmppath/%name-%version-build +BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool -BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.10 -BuildRequires: pkgconfig(xproto), pkgconfig(xtrans) +BuildRequires: pkgconfig pkgconfig(xorg-macros) >= 1.10 +BuildRequires: pkgconfig(xproto) pkgconfig(xtrans) %description There are numerous possible inter-client protocols, with many @@ -44,8 +47,8 @@ transport connection. Summary: X11 Inter-Client Exchange Library Group: System/Libraries # O/P added for 12.2 -Provides: xorg-x11-libICE = 7.6_%version-%release -Obsoletes: xorg-x11-libICE < 7.6_%version-%release +Provides: xorg-x11-libICE = 7.6_%version-%release +Obsoletes: xorg-x11-libICE < 7.6_%version-%release %description -n %lname The Inter-Client Exchange (ICE) protocol is intended to provide a @@ -58,8 +61,8 @@ Summary: Development files for the X11 Inter-Client Exchange Library Group: Development/Libraries/C and C++ Requires: %lname = %version # O/P added for 12.2 -Provides: xorg-x11-libICE-devel = 7.6_%version-%release -Obsoletes: 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 %description devel The Inter-Client Exchange (ICE) protocol is intended to provide a From 08af056a63db87905fcdf949b97b2737446286b267eaf8f37d9b8624e69557c9 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 12 Apr 2012 10:43:53 +0000 Subject: [PATCH 2/2] Accepting request 113240 from home:vuntz:branches:X11:XOrg Update to 1.0.8 OBS-URL: https://build.opensuse.org/request/show/113240 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=7 --- libICE-1.0.7.tar.bz2 | 3 --- libICE-1.0.8.tar.bz2 | 3 +++ libICE.changes | 9 +++++++++ libICE.spec | 11 ++++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 libICE-1.0.7.tar.bz2 create mode 100644 libICE-1.0.8.tar.bz2 diff --git a/libICE-1.0.7.tar.bz2 b/libICE-1.0.7.tar.bz2 deleted file mode 100644 index 1c456b3..0000000 --- a/libICE-1.0.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8b1692f151a473cee8733df9aefe98f7e5f64dfe6d4213cb6231d7bf855b901 -size 323808 diff --git a/libICE-1.0.8.tar.bz2 b/libICE-1.0.8.tar.bz2 new file mode 100644 index 0000000..bdcad85 --- /dev/null +++ b/libICE-1.0.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a991284d02ff0c789bc8d11ad2e4dffe144cb70f24e28f9ce3e8b1ee08b71e +size 365762 diff --git a/libICE.changes b/libICE.changes index 941b998..6faf252 100644 --- a/libICE.changes +++ b/libICE.changes @@ -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 diff --git a/libICE.spec b/libICE.spec index 4735bde..6287a71 100644 --- a/libICE.spec +++ b/libICE.spec @@ -16,10 +16,9 @@ # - Name: libICE %define lname libICE6 -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: X11 Inter-Client Exchange Library License: MIT @@ -28,11 +27,13 @@ Url: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.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 #git#BuildRequires: autoconf >= 2.60, automake, libtool -BuildRequires: pkgconfig pkgconfig(xorg-macros) >= 1.10 -BuildRequires: pkgconfig(xproto) pkgconfig(xtrans) +BuildRequires: pkgconfig +BuildRequires: pkgconfig(xorg-macros) >= 1.12 +BuildRequires: pkgconfig(xproto) +BuildRequires: pkgconfig(xtrans) %description There are numerous possible inter-client protocols, with many