From de7b3247f4f5b7f408c38a5d1176e7e9e1be5c5bb127b088fe9917f9f2abda92 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 17 Aug 2014 18:19:40 +0000 Subject: [PATCH] - ptp2: Nikon 1 support. Final fix to get it running by Raj Kumar of archive.org. Nikon: liveview capture without autofocus enhanced, now also for card Nikon: restart liveview after capture Canon EOS: New property reporting method (OLC Info) implemented. Print read-only values in configuration table lookup (for Canon EOS mostly) Sony: Fixed Sony SLT-A900v capture Fixed the various "datetime" hooks for PTP generic, Canon Powershot and Canon EOS to hopefully work better. --set-config datetime=now sets the camera to the current time. CHDK: some changes New ids: Nikon DSC D3x, D5300 Nikon Coolpix P330 Canon PowerShot S95, S120, SX260HS, SX280HS, SX160IS, A2500, A2600, Elph135, IXUS 300HS, IXUS 255HS Canon EOS 1200D Sony DSC-A900, Alpha 6000, DSC-HX5V Casio EX-ZR700, Fuji FinePix AV-150, T200 Massive logging and error handling cleanup by Axel Waggershauser cleanup of the USB data handling Bugfixes - st2205: add support for a new type of 240x320 picture frames - all: Massive logging and error handling cleanup by Axel Waggershauser. Various cleanups from David Berrange for mingw32 builds. fixed libgd detection and linking. - print-camera-list add a mode to print udev rules for the non-standard USB support (usbscsi/usbdisk), needed additional to HWDB databases. OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=124 --- libgphoto2-2.5.4.1.tar.bz2 | 3 -- libgphoto2-2.5.5.tar.bz2 | 3 ++ ...ar.bz2.asc => libgphoto2-2.5.5.tar.bz2.asc | 6 ++-- libgphoto2.changes | 36 +++++++++++++++++++ libgphoto2.spec | 2 +- 5 files changed, 43 insertions(+), 7 deletions(-) delete mode 100644 libgphoto2-2.5.4.1.tar.bz2 create mode 100644 libgphoto2-2.5.5.tar.bz2 rename libgphoto2-2.5.4.1.tar.bz2.asc => libgphoto2-2.5.5.tar.bz2.asc (50%) diff --git a/libgphoto2-2.5.4.1.tar.bz2 b/libgphoto2-2.5.4.1.tar.bz2 deleted file mode 100644 index d964c3e..0000000 --- a/libgphoto2-2.5.4.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92002ede2eeb6745fd99827aa50372dbd4f3540f7c726030028dc9392c87cab8 -size 3655341 diff --git a/libgphoto2-2.5.5.tar.bz2 b/libgphoto2-2.5.5.tar.bz2 new file mode 100644 index 0000000..39043bf --- /dev/null +++ b/libgphoto2-2.5.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da4d538c618837b97f095ae83694a0c511a2d1dbd3ead5ecccfa5608c774bf0 +size 6697566 diff --git a/libgphoto2-2.5.4.1.tar.bz2.asc b/libgphoto2-2.5.5.tar.bz2.asc similarity index 50% rename from libgphoto2-2.5.4.1.tar.bz2.asc rename to libgphoto2-2.5.5.tar.bz2.asc index b085f80..1e73512 100644 --- a/libgphoto2-2.5.4.1.tar.bz2.asc +++ b/libgphoto2-2.5.5.tar.bz2.asc @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) -iD8DBQBTrRti6nvzlwF1Yj4RAm4PAJ9LDwqXw//cGi75YWziM4IYSmZRagCfSYgF -EPRlGT7iWgSn66SkNNODIpQ= -=MyYX +iD8DBQBT8NO86nvzlwF1Yj4RAuroAJ40n9TeyhmUJ+Fljjd8ervahs4WygCdHt2B +cd01bzSJN9jcqtGUYTfAmOc= +=kNBM -----END PGP SIGNATURE----- diff --git a/libgphoto2.changes b/libgphoto2.changes index 65f6310..e1fe99e 100644 --- a/libgphoto2.changes +++ b/libgphoto2.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Sun Aug 17 18:18:11 UTC 2014 - meissner@suse.com + +- ptp2: + Nikon 1 support. Final fix to get it running by Raj Kumar of archive.org. + Nikon: liveview capture without autofocus enhanced, now also for card + Nikon: restart liveview after capture + Canon EOS: New property reporting method (OLC Info) implemented. + Print read-only values in configuration table lookup (for Canon EOS mostly) + Sony: Fixed Sony SLT-A900v capture + Fixed the various "datetime" hooks for PTP generic, Canon Powershot and Canon EOS + to hopefully work better. --set-config datetime=now sets the camera to the current time. + CHDK: some changes + New ids: + Nikon DSC D3x, D5300 + Nikon Coolpix P330 + Canon PowerShot S95, S120, SX260HS, SX280HS, SX160IS, A2500, A2600, Elph135, IXUS 300HS, IXUS 255HS + Canon EOS 1200D + Sony DSC-A900, Alpha 6000, DSC-HX5V + Casio EX-ZR700, + Fuji FinePix AV-150, T200 + Massive logging and error handling cleanup by Axel Waggershauser + cleanup of the USB data handling + Bugfixes +- st2205: + add support for a new type of 240x320 picture frames +- all: + Massive logging and error handling cleanup by Axel Waggershauser. + Various cleanups from David Berrange for mingw32 builds. + fixed libgd detection and linking. +- print-camera-list + add a mode to print udev rules for the non-standard USB support (usbscsi/usbdisk), + needed additional to HWDB databases. +- translations: + updated ukrainian, vietnamese, polish, french, finish, chinese, danish, dutch, + ------------------------------------------------------------------- Fri Jun 27 21:19:09 UTC 2014 - meissner@suse.com diff --git a/libgphoto2.spec b/libgphoto2.spec index 4fbd185..fee829d 100644 --- a/libgphoto2.spec +++ b/libgphoto2.spec @@ -51,7 +51,7 @@ Obsoletes: libgphoto2-64bit Summary: A Digital Camera Library License: LGPL-2.1+ Group: Hardware/Camera -Version: 2.5.4.1 +Version: 2.5.5 Release: 0 Source0: %{name}-%{version}.tar.bz2 Source1: %{name}-%{version}.tar.bz2.asc