From ff03fb7958c34e49134eefc196527cd68e36b58f744425c3fdfdaabb25129ac6 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Sat, 31 May 2014 10:38:45 +0000 Subject: [PATCH 1/5] OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=118 --- libgphoto2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgphoto2.spec b/libgphoto2.spec index 2450ac8..03f958a 100644 --- a/libgphoto2.spec +++ b/libgphoto2.spec @@ -28,7 +28,7 @@ Name: libgphoto2 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: gd-devel +BuildRequires: libgd-devel BuildRequires: libexif-devel BuildRequires: libjpeg-devel BuildRequires: libtool From 6bec2b4676a985845b7b1332b26486d80e903a67b8b119d2e1db2d103cd65ff5 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 13 Jun 2014 13:43:11 +0000 Subject: [PATCH 2/5] - 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/package/show/graphics/libgphoto2?expand=0&rev=119 --- libgphoto2-2.5.4.1.tar.bz2 | 4 ++-- libgphoto2-2.5.4.1.tar.bz2.asc | 6 +++--- libgphoto2.changes | 9 +++++++++ libgphoto2.spec | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/libgphoto2-2.5.4.1.tar.bz2 b/libgphoto2-2.5.4.1.tar.bz2 index 7ed7728..516ff0e 100644 --- a/libgphoto2-2.5.4.1.tar.bz2 +++ b/libgphoto2-2.5.4.1.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06af4d5d152793df4c7edf7ae7d27d45e86557fe46a05b801eccd314a08ae424 -size 6700915 +oid sha256:a027cc7ca169a905d18901c492f053361ded27423522bd04de6aea5b98af0703 +size 3651286 diff --git a/libgphoto2-2.5.4.1.tar.bz2.asc b/libgphoto2-2.5.4.1.tar.bz2.asc index a77c7d4..93e1cad 100644 --- a/libgphoto2-2.5.4.1.tar.bz2.asc +++ b/libgphoto2-2.5.4.1.tar.bz2.asc @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) -iD8DBQBTXVHc6nvzlwF1Yj4RAsl2AKCfCKSY4VBiBvfDDqGlYc8R0Id12ACeNDEp -Y2Tx593RHnXyzZlKYKnfnlI= -=Ns+g +iD8DBQBTmv+h6nvzlwF1Yj4RAtqVAJwJSYyyUmQNtduLV61M1VlwWUSv/gCgh1mi +xGQq14OKkj3ZkUwdLk4DfbM= +=hjqW -----END PGP SIGNATURE----- diff --git a/libgphoto2.changes b/libgphoto2.changes index ab9094e..b5307eb 100644 --- a/libgphoto2.changes +++ b/libgphoto2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 diff --git a/libgphoto2.spec b/libgphoto2.spec index 03f958a..b0b346e 100644 --- a/libgphoto2.spec +++ b/libgphoto2.spec @@ -28,8 +28,8 @@ Name: libgphoto2 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: libgd-devel BuildRequires: libexif-devel +BuildRequires: libgd-devel BuildRequires: libjpeg-devel BuildRequires: libtool BuildRequires: libusb-1_0-devel From f3cde9d7653366bfc117b372961f1988d32bf7457344323cda19205710fa18f1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 13 Jun 2014 13:49:15 +0000 Subject: [PATCH 3/5] OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=120 --- libgphoto2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libgphoto2.spec b/libgphoto2.spec index b0b346e..0f33ea8 100644 --- a/libgphoto2.spec +++ b/libgphoto2.spec @@ -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 From 83b08e53b871f1a3fa635c89b70f184f8e6f2308642e5a625fd9e535d4c1a472 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 20 Jun 2014 08:39:13 +0000 Subject: [PATCH 4/5] OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=121 --- libgphoto2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgphoto2.spec b/libgphoto2.spec index 0f33ea8..4fbd185 100644 --- a/libgphoto2.spec +++ b/libgphoto2.spec @@ -28,8 +28,8 @@ Name: libgphoto2 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: gd-devel BuildRequires: libexif-devel -BuildRequires: libgd-devel BuildRequires: libjpeg-devel BuildRequires: libtool BuildRequires: libusb-1_0-devel From 3190220c95ef899cf287aaca4e180b5e3d33f97220c5618b298ddbc6e561a8fb Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 27 Jun 2014 21:19:33 +0000 Subject: [PATCH 5/5] - 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 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=122 --- libgphoto2-2.5.4.1.tar.bz2 | 4 ++-- libgphoto2-2.5.4.1.tar.bz2.asc | 6 +++--- libgphoto2.changes | 8 ++++++++ 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/libgphoto2-2.5.4.1.tar.bz2 b/libgphoto2-2.5.4.1.tar.bz2 index 516ff0e..d964c3e 100644 --- a/libgphoto2-2.5.4.1.tar.bz2 +++ b/libgphoto2-2.5.4.1.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a027cc7ca169a905d18901c492f053361ded27423522bd04de6aea5b98af0703 -size 3651286 +oid sha256:92002ede2eeb6745fd99827aa50372dbd4f3540f7c726030028dc9392c87cab8 +size 3655341 diff --git a/libgphoto2-2.5.4.1.tar.bz2.asc b/libgphoto2-2.5.4.1.tar.bz2.asc index 93e1cad..b085f80 100644 --- a/libgphoto2-2.5.4.1.tar.bz2.asc +++ b/libgphoto2-2.5.4.1.tar.bz2.asc @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) -iD8DBQBTmv+h6nvzlwF1Yj4RAtqVAJwJSYyyUmQNtduLV61M1VlwWUSv/gCgh1mi -xGQq14OKkj3ZkUwdLk4DfbM= -=hjqW +iD8DBQBTrRti6nvzlwF1Yj4RAm4PAJ9LDwqXw//cGi75YWziM4IYSmZRagCfSYgF +EPRlGT7iWgSn66SkNNODIpQ= +=MyYX -----END PGP SIGNATURE----- diff --git a/libgphoto2.changes b/libgphoto2.changes index b5307eb..65f6310 100644 --- a/libgphoto2.changes +++ b/libgphoto2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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