update to 2.4.10.1
This commit is contained in:
parent
0507bccd3c
commit
e715002cc5
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
libgphoto2-2.4.9.tar.bz2
|
||||
libgphoto2-2.4.10.tar.bz2
|
||||
/libgphoto2-2.4.10.1.tar.bz2
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -up libgphoto2-2.4.10/camlibs/st2205/st2205_decode.c.badcode libgphoto2-2.4.10/camlibs/st2205/st2205_decode.c
|
||||
--- libgphoto2-2.4.10/camlibs/st2205/st2205_decode.c.badcode 2010-08-15 13:19:03.000000000 +0200
|
||||
+++ libgphoto2-2.4.10/camlibs/st2205/st2205_decode.c 2010-08-17 13:56:01.622642483 +0200
|
||||
@@ -421,7 +421,7 @@ st2205_rgb565_to_rgb24(CameraPrivateLibr
|
||||
|
||||
int
|
||||
st2205_rgb24_to_rgb565(CameraPrivateLibrary *pl, int **src,
|
||||
- unsigned char *dest);
|
||||
+ unsigned char *dest)
|
||||
{
|
||||
return GP_ERROR_NOT_SUPPORTED;
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
Summary: Library for accessing digital cameras
|
||||
Name: libgphoto2
|
||||
Version: 2.4.10
|
||||
Release: 5%{?dist}
|
||||
Version: 2.4.10.1
|
||||
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,7 +12,6 @@ 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
|
||||
@ -56,7 +55,6 @@ 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
|
||||
@ -168,6 +166,9 @@ rm -rf "${RPM_BUILD_ROOT}"
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 09 2011 Jindrich Novy <jnovy@redhat.com> 2.4.10.1-1
|
||||
- update to 2.4.10.1
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.10-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user