OBS User unknown 2007-01-13 11:51:14 +00:00 committed by Git OBS Bridge
parent ba20990873
commit dcbba3fd50
3 changed files with 21 additions and 1 deletions

11
fix-pedantic-compile.diff Normal file
View 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 */

View File

@ -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

View File

@ -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