[libXi/f16] libXi 1.4.4 with two memory corruption fixes (one of them the one from 1.4.4-3)

Peter Hutterer whot at fedoraproject.org
Thu Dec 15 22:07:37 UTC 2011


commit aad24cf8f37293bcf91d898d69517076441c482d
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Dec 16 08:08:16 2011 +1000

    libXi 1.4.4 with two memory corruption fixes (one of them the one from
    1.4.4-3)

 .gitignore                               |    1 +
 0001-Handle-unknown-device-classes.patch |  176 ------------------------------
 libXi.spec                               |   11 +-
 sources                                  |    2 +-
 4 files changed, 8 insertions(+), 182 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 52092a7..a210b22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ libXi-1.4.0.tar.bz2
 /libXi-1.4.1.tar.bz2
 /libXi-1.4.2.tar.bz2
 /libXi-1.4.3.tar.bz2
+/libXi-1.4.4.tar.bz2
diff --git a/libXi.spec b/libXi.spec
index e590018..971f710 100644
--- a/libXi.spec
+++ b/libXi.spec
@@ -3,8 +3,8 @@
 
 Summary: X.Org X11 libXi runtime library
 Name: libXi
-Version: 1.4.3
-Release: 3%{?dist}
+Version: 1.4.4
+Release: 1%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -13,8 +13,6 @@ Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
 #Source0:    %{tarball}-%{gitdate}.tar.bz2
 Source1:    make-git-snapshot.sh
 
-Patch01: 0001-Handle-unknown-device-classes.patch
-
 BuildRequires: autoconf automake libtool
 BuildRequires: xorg-x11-util-macros
 BuildRequires: xorg-x11-proto-devel
@@ -40,7 +38,6 @@ X.Org X11 libXi development package
 %prep
 %setup -q
 #setup -q -n %{tarball}-%{gitdate}
-%patch01 -p1
 
 # Disable static library creation by default.
 %define with_static 0
@@ -87,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Dec 16 2011 Peter Hutterer <peter.hutterer at redhat.com> 1.4.4-1
+- libXi 1.4.4 with two memory corruption fixes (one of them the one from
+  1.4.4-3)
+
 * Tue Oct 11 2011 Peter Hutterer <peter.hutterer at redhat.com> 1.4.3-3
 - Fix 0001-Handle-unknown-device-classes.patch: missing prototype change for
   copy_classes in XIQueryDevice caused parameter corruption (#744960)
diff --git a/sources b/sources
index 1ddbb16..abefa99 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-792e8a7ddc7175911d69f823d38eaff6  libXi-1.4.3.tar.bz2
+299f36c6d6a586ab33aa5c1d97d93078  libXi-1.4.4.tar.bz2


More information about the scm-commits mailing list