SHA256
1
0
forked from pool/libgphoto2

Accepting request 238952 from graphics

- updated to 2.5.4.1 snapshot 2014/06/27
  - fixed generation of udev rules bnc#884514
  - new D7100 configuration tables
  - Nikon D5300 id added

- updated to 2.5.4.1 snapshot 2014/06/13
  - Nikon 1 capture working
  - various canon eos fixes and improvements
  - readded PTP matcher rule to UDEV rules
  - translation updates

OBS-URL: https://build.opensuse.org/request/show/238952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgphoto2?expand=0&rev=92
This commit is contained in:
Stephan Kulow 2014-06-30 19:42:47 +00:00 committed by Git OBS Bridge
commit 32cba2961f
4 changed files with 23 additions and 5 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06af4d5d152793df4c7edf7ae7d27d45e86557fe46a05b801eccd314a08ae424
size 6700915
oid sha256:92002ede2eeb6745fd99827aa50372dbd4f3540f7c726030028dc9392c87cab8
size 3655341

View File

@ -1,7 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iD8DBQBTXVHc6nvzlwF1Yj4RAsl2AKCfCKSY4VBiBvfDDqGlYc8R0Id12ACeNDEp
Y2Tx593RHnXyzZlKYKnfnlI=
=Ns+g
iD8DBQBTrRti6nvzlwF1Yj4RAm4PAJ9LDwqXw//cGi75YWziM4IYSmZRagCfSYgF
EPRlGT7iWgSn66SkNNODIpQ=
=MyYX
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jun 27 21:19:09 UTC 2014 - meissner@suse.com
- updated to 2.5.4.1 snapshot 2014/06/27
- fixed generation of udev rules bnc#884514
- new D7100 configuration tables
- Nikon D5300 id added
-------------------------------------------------------------------
Fri Jun 13 13:42:01 UTC 2014 - meissner@suse.com
- updated to 2.5.4.1 snapshot 2014/06/13
- Nikon 1 capture working
- various canon eos fixes and improvements
- readded PTP matcher rule to UDEV rules
- translation updates
-------------------------------------------------------------------
Sun Apr 27 18:52:40 UTC 2014 - meissner@suse.com

View File

@ -142,6 +142,7 @@ pushd packaging/generic
install -m 0755 -d $RPM_BUILD_ROOT/%{_udevhwdbdir}
./print-camera-list hwdb > $RPM_BUILD_ROOT/%{_udevhwdbdir}/20-gphoto.hwdb
# We still need UDEV rules for /dev/sg* and /dev/sd* for picture frames.
# We also need it for PTP cameras that we do not know to appear in GVFS.
install -m 0755 -d $RPM_BUILD_ROOT%{_udevrulesdir}
./print-camera-list udev-rules version 201 > $RPM_BUILD_ROOT%{_udevrulesdir}/40-libgphoto2.rules
%else