This commit is contained in:
parent
ba20990873
commit
dcbba3fd50
11
fix-pedantic-compile.diff
Normal file
11
fix-pedantic-compile.diff
Normal file
@ -0,0 +1,11 @@
|
||||
--- gphoto2/gphoto2-filesys.h
|
||||
+++ gphoto2/gphoto2-filesys.h
|
||||
@@ -124,7 +124,7 @@
|
||||
typedef enum { /* same as PTP_AC_xxxx */
|
||||
GP_STORAGEINFO_AC_READWRITE = 0,
|
||||
GP_STORAGEINFO_AC_READONLY = 1,
|
||||
- GP_STORAGEINFO_AC_READONLY_WITH_DELETE = 2,
|
||||
+ GP_STORAGEINFO_AC_READONLY_WITH_DELETE = 2
|
||||
} CameraStorageAccessType;
|
||||
|
||||
typedef enum { /* same as PTP_FST_xxxx */
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 20:39:17 CET 2007 - dmueller@suse.de
|
||||
|
||||
- fix pedantic header compile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 8 20:32:45 CET 2007 - meissner@suse.de
|
||||
|
||||
|
@ -18,8 +18,9 @@ License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Group: Hardware/Other
|
||||
Summary: A Digital Camera Library
|
||||
Version: 2.3.1.3.trunk
|
||||
Release: 2
|
||||
Release: 4
|
||||
Source0: libgphoto2-%{version}.tar.bz2
|
||||
Patch: fix-pedantic-compile.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: udev resmgr
|
||||
%package devel
|
||||
@ -136,6 +137,7 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
|
||||
%build
|
||||
%{?suse_update_config:%{suse_update_config -f . libgphoto2_port}}
|
||||
@ -231,6 +233,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%run_ldconfig
|
||||
|
||||
%changelog -n libgphoto2
|
||||
* Fri Jan 12 2007 - dmueller@suse.de
|
||||
- fix pedantic header compile
|
||||
* Mon Jan 08 2007 - meissner@suse.de
|
||||
- fixed libdir problem.
|
||||
* Mon Jan 08 2007 - meissner@suse.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user