OBS User unknown 2007-01-13 23:54:51 +00:00 committed by Git OBS Bridge
parent dcbba3fd50
commit a9861cf819
4 changed files with 13 additions and 16 deletions

View File

@ -1,11 +0,0 @@
--- 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,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d55fc6ae3b96ad893f0c71779719347fd4e12a9febc27cf92f461e7990a78c37
size 2699773
oid sha256:7ae8eae53d7db5afa79982c54e34b545f8467cf2b02468871784488897943bbe
size 2698683

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 13 14:43:22 CET 2007 - meissner@suse.de
- use upstream current SVN with last patch included
- run make check
-------------------------------------------------------------------
Fri Jan 12 20:39:17 CET 2007 - dmueller@suse.de

View File

@ -18,9 +18,8 @@ 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: 4
Release: 5
Source0: libgphoto2-%{version}.tar.bz2
Patch: fix-pedantic-compile.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: udev resmgr
%package devel
@ -137,7 +136,6 @@ Authors:
%prep
%setup -q
%patch
%build
%{?suse_update_config:%{suse_update_config -f . libgphoto2_port}}
@ -154,6 +152,7 @@ CFLAGS="$RPM_OPT_FLAGS" \
--with-drivers=all \
--disable-static
make %{?jobs:-j%jobs}
make check
%install
# skip-check-libtool-deps
@ -233,6 +232,9 @@ rm -rf $RPM_BUILD_ROOT
%run_ldconfig
%changelog -n libgphoto2
* Sat Jan 13 2007 - meissner@suse.de
- use upstream current SVN with last patch included
- run make check
* Fri Jan 12 2007 - dmueller@suse.de
- fix pedantic header compile
* Mon Jan 08 2007 - meissner@suse.de