[libhid/f14/master] * Sun Aug 01 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 0.2.17-6 - Allow build against sw

Orcan Ogetbil oget at fedoraproject.org
Sun Aug 1 16:57:29 UTC 2010


commit 023bac23a0854ee3c21f1803b99e50ab146102ba
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sun Aug 1 12:57:26 2010 -0400

    * Sun Aug 01 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 0.2.17-6
    - Allow build against swig-2.0 on Fedora > 13.

 libhid.spec |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/libhid.spec b/libhid.spec
index 90c1330..cd4cdf1 100644
--- a/libhid.spec
+++ b/libhid.spec
@@ -5,7 +5,7 @@
 
 Name:		libhid
 Version:	0.2.17
-Release:	4%{?dist}
+Release:	6%{?dist}
 Summary:	User space USB HID access library
 Group:		System Environment/Libraries
 License:	GPLv2
@@ -59,6 +59,10 @@ access to USB HID devices.
 %prep
 %setup -q
 %patch0 -p1 -b .fix_manpage
+%if 0%{?fedora} > 13
+# Allow build against swig-2.0
+sed -i 's|AC_PROG_SWIG(1.3)|AC_PROG_SWIG(2.0)|' configure.ac
+%endif
 autoreconf -i
 %patch1 -p1 -b .fix_compiler_flags
 
@@ -106,11 +110,18 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sun Aug 01 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> 0.2.17-6
+- Allow build against swig-2.0 on Fedora > 13.
+
+* Fri Jul 30 2010 Thomas Spura <tomspur at fedoraproject.org> 0.2.17-5
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
 * Sat Mar 06 2010 Manuel F Martinez <manpaz at bashlinux.com> 0.2.17-4
 - Applied patch0 before autoreconf
 - Added patch to fix compiler flags
 - Fixed "duplicate file entries" warning on ppc
 - Matched comment about files on python sub-package
+
 * Sat Feb 27 2010 Manuel F Martinez <manpaz at bashlinux.com> 0.2.17-3
 - Added autoreconf and cleaned build section
 - Removed maintainer mode on configure
@@ -121,14 +132,18 @@ rm -rf $RPM_BUILD_ROOT
 - Fixed python subpackage conditional
 - Fixed typos in description
 - Added release number to requires in python sub-package
+
 * Sat Feb 20 2010 Manuel F Martinez <manpaz at bashlinux.com> 0.2.17-2
 - Fixed GPL version
 - Removed unnecessary "makeinstall" and "defattr"
 - Added libusb-devel to libhid-devel
+
 * Wed Feb 17 2010 Manuel F Martinez <manpaz at bashlinux.com> 0.2.17-1
 - Build on Fedora 12
 - Added patch to fix manpage creation
+
 * Thu May 03 2007 Charles Lepple <clepple+libhid at ghz.cc> 0.2.16-1
 - Built on Fedora Core 6
+
 * Sat Jan 15 2005 Jason Watson <jason.watson at agrios.net> 0.2.10-1
 - Initial RPM build


More information about the scm-commits mailing list