diff --git a/libgphoto2.spec b/libgphoto2.spec index 8e45592..29987c0 100644 --- a/libgphoto2.spec +++ b/libgphoto2.spec @@ -1,7 +1,7 @@ Summary: Library for accessing digital cameras Name: libgphoto2 -Version: 2.4.9 -Release: 2%{?dist} +Version: 2.4.10 +Release: 1%{?dist} # GPLV2+ for the main lib (due to exif.c) and most plugins, some plugins GPLv2 License: GPLv2+ and GPLv2 Group: Development/Libraries @@ -12,6 +12,7 @@ Patch2: gphoto2-storage.patch Patch3: gphoto2-ixany.patch Patch4: gphoto2-maxentries.patch Patch5: gphoto2-device-return.patch +Patch6: gphoto2-badcode.patch Url: http://www.gphoto.org/ Requires: lockdev BuildRequires: libusb-devel >= 0.1.5 @@ -54,6 +55,7 @@ use libgphoto2. %patch3 -p1 -b .ixany %patch4 -p1 -b .maxentries %patch5 -p1 -b .device-return +%patch6 -p1 -b .badcode for i in AUTHORS COPYING libgphoto2_port/AUTHORS libgphoto2_port/COPYING.LIB `find -name 'README.*'`; do mv ${i} ${i}.old @@ -162,6 +164,9 @@ rm -rf "${RPM_BUILD_ROOT}" %{_mandir}/man3/* %changelog +* Tue Aug 17 2010 Jindrich Novy 2.4.10-1 +- update to 2.4.10 + * Mon Jul 12 2010 Dan HorĂ¡k 2.4.9-2 - remove the need to call autoreconf