[libXi] - libXi 1.4 - disable spec building, don't think they're of much of much use to our users.

Peter Hutterer whot at fedoraproject.org
Tue Nov 2 22:15:28 UTC 2010


commit 20848aeaea08753d37fd4e4c19376629e00fec48
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 3 08:15:48 2010 +1000

    - libXi 1.4
    - disable spec building, don't think they're of much of much use to our
      users.

 .gitignore |    3 +--
 libXi.spec |    9 +++++++--
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2e45bc5..5587853 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-libXi-1.3.1.tar.bz2
-libXi-1.3.2.tar.bz2
+libXi-1.4.0.tar.bz2
diff --git a/libXi.spec b/libXi.spec
index 84df92d..29f39f5 100644
--- a/libXi.spec
+++ b/libXi.spec
@@ -3,7 +3,7 @@
 
 Summary: X.Org X11 libXi runtime library
 Name: libXi
-Version: 1.3.2
+Version: 1.4.0
 Release: 1%{?dist}
 License: MIT
 Group: System Environment/Libraries
@@ -45,7 +45,7 @@ X.Org X11 libXi development package
 
 %build
 autoreconf -v --install || exit 1
-%configure \
+%configure --disable-specs \
 %if ! %{with_static}
 	--disable-static
 %endif
@@ -85,6 +85,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Nov 03 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.4.0-1
+- libXi 1.4
+- disable spec building, don't think they're of much of much use to our
+  users.
+
 * Wed Aug 04 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.3.2-1
 - libXi 1.3.2
   libXi 1.3.1 had a bug in the configure script.
diff --git a/sources b/sources
index f2fdedf..911b0f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26f93781356b1fdde08f7ee9cd5884d6  libXi-1.3.2.tar.bz2
+4ccdfe866f94c99b9190d16ffcfb3bdc  libXi-1.4.0.tar.bz2


More information about the scm-commits mailing list