commit libgphoto2 for openSUSE:Factory

2020-10-14 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2020-10-14 15:37:14

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new.3486 (New)


Package is "libgphoto2"

Wed Oct 14 15:37:14 2020 rev:128 rq:841075 version:2.5.26

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2020-05-28 
09:09:40.580076182 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new.3486/libgphoto2.changes  
2020-10-14 15:37:49.890333895 +0200
@@ -1,0 +2,52 @@
+Sun Oct 11 17:27:31 UTC 2020 - Marcus Meissner 
+
+- updated to 2.5.26 release 
+  ptp2:
+  * Olympus OMD: fixed the 65 second wait after capture.
+  * Canon EOS:
+* bugfixes
+  * Nikon 
+* D3000, D3100, and D3200 "static opcode list" reduced after reports what 
works and what not
+* Nikon 1 series cameras had some commands listed too much.
+* Nikon 1 J5 improvements
+* "liveviewsize" can change liveviewsize
+  * Sony:
+* Modern Sony cameras seem to require a 3 second wait on startup. Seems 
needed on ZV-1, A7 R4, RX100 M7 so far... Unsure why.
+* correct shutterspeed, iso and exposurebias decoding for Sony A7r4 and 
other new models
+* some bugfixes in property settings, trying to speed it up
+* ZV-1 support, some additional startup wait hack to make it work.
+* partial Sony QX support added, can do preview... close to having capture 
(but not there yet) (also added "liveviewsize")
+* report read/write and read/only of properties correctly
+  * Fuji X:
+* stabilized normal capture code
+* added bulb capture, added autofocusdrive
+* lots of properties listed now, some also decoded
+* added "liveviewsize", "shuttercounter", "colortemperature",
+  "lensname", "devicename", "imagecomment", "filmsimulation", "colorspace"
+* Added very experimental Wifi support.
+  * synced new libmtp device ids
+  * Cameras added to id list: 
+* Sony QX30U, ZV-1, DSC-RX100M7
+* Nikon D780, Z5, Coolpix B700
+* Panasonic GMC-GX8
+* Canon EOS 1D X Mark III, R5, R6
+* Canon PowerShot SX70HS
+* Fuji FinePix X-E1
+* Sigma fp
+  pentax:
+  * small changes synced from pktriggercord, added Pentax 645Z
+  docupen:
+  * new experimental driver, supports the docupen scanner pen.
+  all:
+  * more fuzzing related stability fixes, largely to "outdated" driver set.
+  * lots of compiler warnings fixes across the codebase
+  translations:
+  * update pl, sv, uk, zh_CN, fr
+
+---
+Sat Jun  6 16:41:51 UTC 2020 - Marcus Meissner 
+
+- baselibs.conf: requires libgphoto2-6-xxbit, libexif-devel-xxbit and
+  libusb-1_0-devel-xxbit from libgphoto2-devel-xxbit (bsc#1172301)
+
+---

Old:

  libgphoto2-2.5.25.tar.bz2
  libgphoto2-2.5.25.tar.bz2.asc

New:

  libgphoto2-2.5.26.tar.bz2
  libgphoto2-2.5.26.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.UzDWlC/_old  2020-10-14 15:37:51.434334435 +0200
+++ /var/tmp/diff_new_pack.UzDWlC/_new  2020-10-14 15:37:51.438334437 +0200
@@ -48,7 +48,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1-or-later
 Group:  Hardware/Camera
-Version:2.5.25
+Version:2.5.26
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2.asc

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.UzDWlC/_old  2020-10-14 15:37:51.474334449 +0200
+++ /var/tmp/diff_new_pack.UzDWlC/_new  2020-10-14 15:37:51.474334449 +0200
@@ -1,2 +1,5 @@
 libgphoto2-6
 libgphoto2-devel
+   requires "libexif-devel-"
+   requires "libusb-1_0-devel-"
+   requires "libgphoto2-6- = %version"

++ libgphoto2-2.5.25.tar.bz2 -> libgphoto2-2.5.26.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.25.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new.3486/libgphoto2-2.5.26.tar.bz2 
differ: char 11, line 1





commit libgphoto2 for openSUSE:Factory

2020-05-28 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2020-05-28 09:09:34

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new.3606 (New)


Package is "libgphoto2"

Thu May 28 09:09:34 2020 rev:127 rq:808540 version:2.5.25

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2020-02-26 
15:01:42.788792144 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new.3606/libgphoto2.changes  
2020-05-28 09:09:40.580076182 +0200
@@ -1,0 +2,37 @@
+Sun May 24 15:29:54 UTC 2020 - Marcus Meissner 
+
+- updated to 2.5.25 release
+  - ptp2:
+* Liveview support for Leica SL
+* PTP 1.1 Streaming parameters added. 
+* Olympus OMD capture fixes
+* Nikon DSLR/Z:
+  * various improvements to liveview error reporting.
+  * much more properties added, some values added
+  * allow downloading of "large thumbnails" instead of "regular 
thumbnails",
+   can be selected by "thumbsize" gphoto2 local setting.
+  * fixes for D3000, D3100 methods
+  * maximum capture wait extended to 1000 seconds (as the D870 has 900 
seconds max now)
+* Canon EOS
+  * initialization fixes (if it breaks your EOS M or PowerShot, please 
report)
+  * liveview enablement fixed
+  * maximum capture wait extended to 90seconds
+  * EOS R shutterspeed , aperture reporting fixed
+* various bugfixes
+* Cameras added to id list:
+  * Sony NEX 5
+  * Canon EOS 90D
+  * Fuji XT-4
+  * Sanyo VPC-FH1
+  * Leica SL Typ 601
+
+  - lumix:
+* fixed initialisation, might help capture
+
+  - all:
+* ongoing stability fixes from AFL fuzzing
+
+  - translation updates:
+* sv
+
+---

Old:

  libgphoto2-2.5.24.tar.bz2
  libgphoto2-2.5.24.tar.bz2.asc

New:

  libgphoto2-2.5.25.tar.bz2
  libgphoto2-2.5.25.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.VIgqwR/_old  2020-05-28 09:09:41.480078357 +0200
+++ /var/tmp/diff_new_pack.VIgqwR/_new  2020-05-28 09:09:41.480078357 +0200
@@ -48,7 +48,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1-or-later
 Group:  Hardware/Camera
-Version:2.5.24
+Version:2.5.25
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2.asc

++ libgphoto2-2.5.24.tar.bz2 -> libgphoto2-2.5.25.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.24.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new.3606/libgphoto2-2.5.25.tar.bz2 
differ: char 11, line 1





commit libgphoto2 for openSUSE:Factory

2020-02-26 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2020-02-26 15:01:41

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new.26092 (New)


Package is "libgphoto2"

Wed Feb 26 15:01:41 2020 rev:126 rq:778604 version:2.5.24

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2020-02-09 
21:02:54.303370151 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new.26092/libgphoto2.changes 
2020-02-26 15:01:42.788792144 +0100
@@ -1,0 +2,45 @@
+Sun Feb 23 16:19:14 UTC 2020 - Marcus Meissner 
+
+- updated to 2.5.24 release
+  - ptp2:
+* GoPro: fixed all images not visible bug
+* Canon EOS: lock/unlock ui before more operations
+* Canon Powershot SX / EOS M: some setup adjustments to make powershot sx 
work better
+* Nikon Keymission 170: try override opcodes to allow capture
+* Nikon DSLR: fixed a regression where 5 seconds was longer image capture 
shutterspeed
+* Sony: adjusted manualfocusing not to autofocus
+* Fuji: access ISO config
+* Sony: fixed manual focusing
+* Sony: specify capturetarget on camera, available on current 2019/2020 
Sony
+* bugfixes
+* New ids added:
+  * Sony Alpha RX100V, A7s, RX0 II,
+  * Nikon Z50, Coolpix L810, KeyMission 170
+  * Canon PowerShot SX530HS, SX 620HS, 
+  * Canon EOS 2000D, 1500D, R2, M6 Mark 2, 250D,
+  * Fuji X-A5, X-E3, GFX100
+  * GoPro Hero 7 White, 7 Silver, 7 Black, 8 Black
+
+  - lumix:
+
+* New WIFI Lumix camera driver was added, using curl and libxml2.
+
+  Lots of abilities supported already, also capture preview.
+  However capture itself is not yet working.
+  This driver needs libxml2 and libcurl to be built.
+
+  - all:
+
+* Selecting camera libraries has changed a bit.
+--camlibs=everything will select all and outdated drivers
+--camlibs=standard  will select "current day" drivers
+--camlibs=standard,outdated  will select "current day" and "outdated" 
drivers
+
+You can now also use modifiers like +canon or -canon to enable/disable 
selected camera libraries.
+
+The default is "standard", same as before.
+
+* fixed some issues found by AFL fuzzing, mostly in "outdated" drivers.
+* SECURITY.md: Small document added describing security properties of the 
library.
+
+---

Old:

  libgphoto2-2.5.23.tar.bz2
  libgphoto2-2.5.23.tar.bz2.asc

New:

  libgphoto2-2.5.24.tar.bz2
  libgphoto2-2.5.24.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.cjUo4B/_old  2020-02-26 15:01:43.884794331 +0100
+++ /var/tmp/diff_new_pack.cjUo4B/_new  2020-02-26 15:01:43.884794331 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgphoto2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -39,16 +39,16 @@
 %if 0%{?suse_version} > 1230
 BuildRequires:  systemd-rpm-macros
 %endif
-Url:http://gphoto.org/
+URL:http://gphoto.org/
 # bug437293
 %ifarch ppc64
 Obsoletes:  libgphoto2-64bit
 %endif
 #
 Summary:A Digital Camera Library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Hardware/Camera
-Version:2.5.23
+Version:2.5.24
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2.asc

++ libgphoto2-2.5.23.tar.bz2 -> libgphoto2-2.5.24.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.23.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new.26092/libgphoto2-2.5.24.tar.bz2 
differ: char 11, line 1





commit libgphoto2 for openSUSE:Factory

2020-02-09 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2020-02-09 21:02:29

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new.26092 (New)


Package is "libgphoto2"

Sun Feb  9 21:02:29 2020 rev:125 rq:770135 version:2.5.23

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2019-07-22 
12:15:40.131739888 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new.26092/libgphoto2.changes 
2020-02-09 21:02:54.303370151 +0100
@@ -1,0 +2,5 @@
+Tue Feb  4 22:48:55 UTC 2020 - Bjørn Lie 
+
+- No longer recommend -lang: supplements are in use.
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.OBz6In/_old  2020-02-09 21:02:55.019370557 +0100
+++ /var/tmp/diff_new_pack.OBz6In/_new  2020-02-09 21:02:55.027370562 +0100
@@ -55,12 +55,10 @@
 Source2:%name.keyring
 Source3:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Recommends: %name-%major-lang = %version
 
 %package -n libgphoto2-%major
 Summary:A Digital Camera Library
 Group:  System/Libraries
-Recommends: %name-%major-lang = %version
 Requires(pre):  /sbin/ldconfig
 Requires(post): /sbin/ldconfig
 Requires(post): udev






commit libgphoto2 for openSUSE:Factory

2019-07-22 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2019-07-22 12:15:38

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new.4126 (New)


Package is "libgphoto2"

Mon Jul 22 12:15:38 2019 rev:124 rq:713857 version:2.5.23

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2019-01-08 
12:18:14.932938542 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new.4126/libgphoto2.changes  
2019-07-22 12:15:40.131739888 +0200
@@ -1,0 +2,29 @@
+Sun Jun  2 12:48:38 UTC 2019 - Marcus Meissner 
+
+- updated to 2.5.23 release
+  - ptp2:
+* Sony capture stability and speed improvements
+* Canon EOS capture stability improvements, reduce partial read blobs from 
5MB to 1MB
+* Canon EOS M image format unpacking adjustments
+* Olympus OMD: bulb capture added, trigger capture capable
+* Panasonic GH5: added manualfocusdrive, capturetarget
+* Canon PowerShot X work ... trying to support / improve stability of 
capture
+* PTP string packing adjusted to standard (empty and null strings)
+* New ids added:
+  * Sony Alpha A68, RX100M6, DSC-WX350
+  * Nikon Coolpix L100
+  * Canon PowerShot G7X, G9X Mark II
+  * Canon Rebel T6, EOS 2000D
+  * Fuji X-A2, GFX 50R, XT-30
+  * Ricoh WG-M2
+* libmtp ids synced.
+  - pentax:
+* synced smaller parts with pktriggercord
+  - translations:
+* updated danish
+  - fuzzing:
+* vusb and sample-afl now able to fuzz all USB cameras (even if slow)
+  - all:
+* Various crashes fixed that were found during AFL fuzzing the USB drivers
+
+---

Old:

  libgphoto2-2.5.22.tar.bz2
  libgphoto2-2.5.22.tar.bz2.asc

New:

  libgphoto2-2.5.23.tar.bz2
  libgphoto2-2.5.23.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.hpyNpW/_old  2019-07-22 12:15:41.443739531 +0200
+++ /var/tmp/diff_new_pack.hpyNpW/_new  2019-07-22 12:15:41.447739530 +0200
@@ -48,7 +48,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.22
+Version:2.5.23
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2.asc

++ libgphoto2-2.5.22.tar.bz2 -> libgphoto2-2.5.23.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.22.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new.4126/libgphoto2-2.5.23.tar.bz2 
differ: char 11, line 1





commit libgphoto2 for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2019-01-08 12:18:13

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new.28833 (New)


Package is "libgphoto2"

Tue Jan  8 12:18:13 2019 rev:123 rq:662459 version:2.5.22

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2018-12-10 
12:24:27.778759111 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new.28833/libgphoto2.changes 
2019-01-08 12:18:14.932938542 +0100
@@ -1,0 +2,21 @@
+Tue Jan  1 16:57:19 UTC 2019 - meiss...@suse.com
+
+- updated to 2.5.22 release
+  - ptp2:
+* Canon EOS M / PowerShot capture problem solved
+* Sony shutterspeed - provide a static list as the camera does not provide 
one, you can set also different values
+* Canon SDRAM capture, try to support more than 500MB of images at once
+* New USB Ids added:
+  * Canon EOS R, 800D
+  * Canon PowerShot SX600HS, SX740HS
+  * Sony DSC RX0, RX100-M5A
+  * Nikon DSC D3500
+
+  - generic:
+* handle new "bind" udev event in udev rule generator.
+
+  - translations:
+* updated polish, ukrainian
+
+
+---

Old:

  libgphoto2-2.5.21.tar.bz2
  libgphoto2-2.5.21.tar.bz2.asc

New:

  libgphoto2-2.5.22.tar.bz2
  libgphoto2-2.5.22.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.bBoFwK/_old  2019-01-08 12:18:15.576937938 +0100
+++ /var/tmp/diff_new_pack.bBoFwK/_new  2019-01-08 12:18:15.576937938 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgphoto2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -48,7 +48,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.21
+Version:2.5.22
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2.asc

++ libgphoto2-2.5.21.tar.bz2 -> libgphoto2-2.5.22.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.21.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new.28833/libgphoto2-2.5.22.tar.bz2 
differ: char 11, line 1





commit libgphoto2 for openSUSE:Factory

2018-12-10 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2018-12-10 12:24:17

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new.19453 (New)


Package is "libgphoto2"

Mon Dec 10 12:24:17 2018 rev:122 rq:656425 version:2.5.21

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2018-11-08 
09:40:36.949651440 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new.19453/libgphoto2.changes 
2018-12-10 12:24:27.778759111 +0100
@@ -1,0 +2,14 @@
+Sat Dec  8 20:24:33 UTC 2018 - meiss...@suse.com
+
+- updated to 2.5.21 release
+  ptp2:
+  * Nikon Z series support added
+  * New Canon Powershot SX / GX also support capture, ALPHA support added
+  * Canon EOS bugfixes
+  * imported IDs from libmtp
+  * Added:
+* Nikon Z6, Z7
+* Canon Powershot SX720HS, G5X
+* Canon IXUS 185
+
+---

Old:

  libgphoto2-2.5.20.tar.bz2
  libgphoto2-2.5.20.tar.bz2.asc

New:

  libgphoto2-2.5.21.tar.bz2
  libgphoto2-2.5.21.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.4fpZuw/_old  2018-12-10 12:24:28.434758457 +0100
+++ /var/tmp/diff_new_pack.4fpZuw/_new  2018-12-10 12:24:28.438758454 +0100
@@ -48,7 +48,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.20
+Version:2.5.21
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2.asc

++ libgphoto2-2.5.20.tar.bz2 -> libgphoto2-2.5.21.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.20.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new.19453/libgphoto2-2.5.21.tar.bz2 
differ: char 11, line 1





commit libgphoto2 for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2018-11-08 09:40:33

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Thu Nov  8 09:40:33 2018 rev:121 rq:645042 version:2.5.20

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2018-07-27 
10:52:04.229167384 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2018-11-08 09:40:36.949651440 +0100
@@ -1,0 +2,20 @@
+Sat Oct 27 16:22:24 UTC 2018 - meiss...@suse.com
+
+- updated to 2.5.20 release
+  - ptp2:
+* Canon EOS: fixed regression for some EOS series in OLC decoding
+* Apple iPhone: disabled PTP Manifest reading again, as IOS seems not to 
follow the standard
+* bugfixes
+* new IDs added:
+  * Sony Alpha-RX10M4
+  * Canon EOS M50, 4000D
+  * Fuji XT-3
+  * synced new MTP ids from libmtp
+
+  - pentax:
+* refreshed from pktriggercord
+
+  - translations:
+* updated polish, ukrainian, swedish, danish
+
+---

Old:

  libgphoto2-2.5.19.tar.bz2
  libgphoto2-2.5.19.tar.bz2.asc

New:

  libgphoto2-2.5.20.tar.bz2
  libgphoto2-2.5.20.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.MREQf5/_old  2018-11-08 09:40:37.681650592 +0100
+++ /var/tmp/diff_new_pack.MREQf5/_new  2018-11-08 09:40:37.685650588 +0100
@@ -48,7 +48,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.19
+Version:2.5.20
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2.asc

++ libgphoto2-2.5.19.tar.bz2 -> libgphoto2-2.5.20.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.19.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.20.tar.bz2 differ: 
char 11, line 1





commit libgphoto2 for openSUSE:Factory

2018-07-27 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2018-07-27 10:52:00

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Fri Jul 27 10:52:00 2018 rev:120 rq:624594 version:2.5.19

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2018-07-17 
09:39:20.301955715 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2018-07-27 10:52:04.229167384 +0200
@@ -1,0 +2,19 @@
+Sun Jul 22 19:48:27 UTC 2018 - meiss...@suse.com
+
+- updated to 2.5.19 release
+  - ptp2:
+* Canon EOS: handle OLC versions of newer models, which gave incorrect 
aperture/shutterspeed values
+* Fuji X series capture improvements.
+* Fuji X series live view support added.
+* Panasonic GH5 liveview and capture support. (Needs camera firmware 2.3 
or newer)
+* Olympus E-M5 Mark II and E-M1 Mark II liveview and capture support added.
+* USB IDs added:
+  * Sony Alpha A99 M2, A7 III, A9
+  * Nikon Coolpix A900
+  * Panasonic GH5
+  * Olympus E-M1 Mark 2
+  * Fuji X-H1, X-M1, X70, X30
+
+  - all: various fixes for warnings from compilers and the coverity scanner
+
+---

Old:

  libgphoto2-2.5.18.1.tar.bz2

New:

  libgphoto2-2.5.19.tar.bz2
  libgphoto2-2.5.19.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.zUWFQx/_old  2018-07-27 10:52:04.901168671 +0200
+++ /var/tmp/diff_new_pack.zUWFQx/_new  2018-07-27 10:52:04.901168671 +0200
@@ -48,11 +48,10 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.18.1
+Version:2.5.19
 Release:0
-Source0:%name-%version.tar.bz2
-#Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2
-#Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2.asc
+Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2
+Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2.asc
 Source2:%name.keyring
 Source3:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libgphoto2-2.5.18.1.tar.bz2 -> libgphoto2-2.5.19.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.18.1.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.19.tar.bz2 differ: 
char 11, line 1





commit libgphoto2 for openSUSE:Factory

2018-07-17 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2018-07-17 09:39:16

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Tue Jul 17 09:39:16 2018 rev:119 rq:622466 version:2.5.18.1

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2018-05-16 
11:21:28.592180588 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2018-07-17 09:39:20.301955715 +0200
@@ -1,0 +2,7 @@
+Fri Jul 13 11:39:14 UTC 2018 - meiss...@suse.com
+
+- updated to a 2.5.18.1 snapshot after Hackweek:
+  - newer EOS cameras better OLC information support
+  - better support for Fuji X series cameras, liveview and capture
+
+---

Old:

  libgphoto2-2.5.18.tar.bz2
  libgphoto2-2.5.18.tar.bz2.asc

New:

  libgphoto2-2.5.18.1.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.KYJLeI/_old  2018-07-17 09:39:20.865953752 +0200
+++ /var/tmp/diff_new_pack.KYJLeI/_new  2018-07-17 09:39:20.865953752 +0200
@@ -48,10 +48,11 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.18
+Version:2.5.18.1
 Release:0
-Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2
-Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2.asc
+Source0:%name-%version.tar.bz2
+#Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2
+#Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2.asc
 Source2:%name.keyring
 Source3:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libgphoto2-2.5.18.tar.bz2 -> libgphoto2-2.5.18.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.18.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.18.1.tar.bz2 differ: 
char 11, line 1





commit libgphoto2 for openSUSE:Factory

2018-05-16 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2018-05-16 11:21:26

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Wed May 16 11:21:26 2018 rev:118 rq:606836 version:2.5.18

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2018-04-17 
11:14:49.965964082 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2018-05-16 11:21:28.592180588 +0200
@@ -1,0 +2,10 @@
+Sun May 13 17:07:02 UTC 2018 - meiss...@suse.com
+
+- updated to 2.5.18 release (bsc#1091309)
+  - ptp2:
+Canon EOS: Fixed file download on several EOS brands, broken by 2.5.17 
release.
+
+  - pentax:
+Added K01 and K70 models.
+
+---

Old:

  libgphoto2-2.5.17.tar.bz2
  libgphoto2-2.5.17.tar.bz2.asc

New:

  libgphoto2-2.5.18.tar.bz2
  libgphoto2-2.5.18.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.GfAlYU/_old  2018-05-16 11:21:29.888133527 +0200
+++ /var/tmp/diff_new_pack.GfAlYU/_new  2018-05-16 11:21:29.888133527 +0200
@@ -48,7 +48,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.17
+Version:2.5.18
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2.asc

++ libgphoto2-2.5.17.tar.bz2 -> libgphoto2-2.5.18.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.17.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.18.tar.bz2 differ: 
char 11, line 1





commit libgphoto2 for openSUSE:Factory

2018-04-17 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2018-04-17 11:14:35

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Tue Apr 17 11:14:35 2018 rev:117 rq:597212 version:2.5.17

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2017-10-23 
16:38:20.414668507 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2018-04-17 11:14:49.965964082 +0200
@@ -1,0 +2,30 @@
+Mon Apr 16 19:02:33 UTC 2018 - meiss...@suse.com
+
+- updated to 2.5.17 release
+  - ptp2:
+* Apple iOSX: handle root directory objects that have 
ParentObject==StorageID instead of 0
+* implement PTP 1.1 Manifest reading and hook into filesystem. currently 
only supported by Apple iOS.
+* Canon PowerShot CHDK live view support.
+* Canon EOS: prepare capture needs to wait a bit on a crucial place to get 
all events.
+  might fix some PTP Device Busy reports.
+* Canon EOS: split bulk downloads into pieces of partial downloads. This 
might cure the Error 70.
+* Canon EOS: Improved EOS M capture
+* Canon CHDK: live preview capture support added
+* Added USB IDs:
+  * Sony A7r III
+  * Nikon CoolPix L430
+  * Nikon D850
+  * Canon EOS M2, M6, M100
+  * Canon EOS 6D Mark II
+  * Fuji Film X-Pro 2
+
+  - pentax:
+* Code updates imported from pkremote
+
+  - libgphoto2:
+* Report file changes via GP_EVENT_FILE_CHANGED (hooked up for Canon EOS 
currently)
+
+  - translations:
+* updates spanish, chinese
+
+---

Old:

  libgphoto2-2.5.16.tar.bz2
  libgphoto2-2.5.16.tar.bz2.asc

New:

  libgphoto2-2.5.17.tar.bz2
  libgphoto2-2.5.17.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.Bwbf6j/_old  2018-04-17 11:14:51.869874801 +0200
+++ /var/tmp/diff_new_pack.Bwbf6j/_new  2018-04-17 11:14:51.873874614 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgphoto2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -48,7 +48,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.16
+Version:2.5.17
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2.asc

++ libgphoto2-2.5.16.tar.bz2 -> libgphoto2-2.5.17.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.16.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.17.tar.bz2 differ: 
char 11, line 1





commit libgphoto2 for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2017-10-23 16:38:15

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Mon Oct 23 16:38:15 2017 rev:116 rq:534205 version:2.5.16

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2017-10-13 
14:03:33.401290595 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2017-10-23 16:38:20.414668507 +0200
@@ -1,0 +2,6 @@
+Mon Oct 16 11:49:07 UTC 2017 - meiss...@suse.com
+
+- updated to 2.5.16 release
+  - ptp2: emergency bugfix as a previous bugfix broke some detection features
+
+---

Old:

  libgphoto2-2.5.15.tar.bz2
  libgphoto2-2.5.15.tar.bz2.asc

New:

  libgphoto2-2.5.16.tar.bz2
  libgphoto2-2.5.16.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.LseASo/_old  2017-10-23 16:38:23.022546462 +0200
+++ /var/tmp/diff_new_pack.LseASo/_new  2017-10-23 16:38:23.026546275 +0200
@@ -48,7 +48,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.15
+Version:2.5.16
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2.asc

++ libgphoto2-2.5.15.tar.bz2 -> libgphoto2-2.5.16.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.15.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.16.tar.bz2 differ: 
char 11, line 1





commit libgphoto2 for openSUSE:Factory

2017-10-13 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2017-10-13 14:03:33

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Fri Oct 13 14:03:33 2017 rev:115 rq:532161 version:2.5.15

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2017-10-05 
11:54:33.812238892 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2017-10-13 14:03:33.401290595 +0200
@@ -1,0 +2,7 @@
+Mon Oct  2 18:07:03 UTC 2017 - jeng...@inai.de
+
+- Avoid running fdupes across partitions. Replace old tar
+  options, old RPM shell variables by new constructs.
+  Rectify RPM groups. Make macro style consistent again.
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.4YNzvv/_old  2017-10-13 14:03:34.157257349 +0200
+++ /var/tmp/diff_new_pack.4YNzvv/_new  2017-10-13 14:03:34.161257173 +0200
@@ -45,40 +45,41 @@
 Obsoletes:  libgphoto2-64bit
 %endif
 #
-%define prefix /usr
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
 Version:2.5.15
 Release:0
-Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
-Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}//%{name}-%{version}.tar.bz2.asc
+Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2
+Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.bz2.asc
 Source2:%name.keyring
 Source3:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Recommends: %{name}-%{major}-lang = %{version}
+Recommends: %name-%major-lang = %version
 
-%package -n libgphoto2-%{major}
+%package -n libgphoto2-%major
 Summary:A Digital Camera Library
-Group:  Hardware/Camera
-Recommends: %{name}-%{major}-lang = %{version}
+Group:  System/Libraries
+Recommends: %name-%major-lang = %version
+Requires(pre):  /sbin/ldconfig
+Requires(post): /sbin/ldconfig
 Requires(post): udev
 Requires(postun): udev
 
 %package doc
-Summary:A Digital Camera Library - documentation
+Summary:Documentation for libgphoto2
 Group:  Documentation/Other
 
 %package devel
 Summary:Development headers for libgphoto2
 Group:  Development/Libraries/C and C++
 Requires:   libexif-devel
-Requires:   libgphoto2-%{major} = %version
+Requires:   libgphoto2-%major = %version
 Requires:   libusb-1_0-devel
 
 %package devel-doc
 Summary:Development documentation for libgphoto2
-Group:  Documentation/Other
+Group:  Documentation/HTML
 Recommends: libgphoto2-devel
 
 %description
@@ -95,7 +96,7 @@
 
 gphoto2 --list-cameras
 
-%description -n libgphoto2-%{major}
+%description -n libgphoto2-%major
 gPhoto (GNU Photo) is a set of libraries for previewing, retrieving,
 and capturing images from a range of supported digital cameras to your
 local hard drive. It does not support digital cameras based on the USB
@@ -114,7 +115,7 @@
 and capturing images from a range of supported digital cameras to your
 local hard drive.
 
-This is the user documentation
+This is the user documentation.
 
 %description devel
 gPhoto (GNU Photo) is a set of libraries for previewing, retrieving,
@@ -130,17 +131,17 @@
 
 This is its API documentation in HTML format.
 
-%lang_package -n libgphoto2-%{major}
+%lang_package -n libgphoto2-%major
 
 %prep
 %setup -q
-(cd doc; tar xaf libgphoto2-api.html.tar.gz)
+(cd doc && tar -xaf libgphoto2-api.html.tar.gz)
 
 %build
 #AUTOPOINT=true autoreconf -fi
 PATH="/usr/X11R6/bin:$PATH"\
 %configure \
-  --with-doc-dir=%{_defaultdocdir}/%{name} \
+  --with-doc-dir=%_defaultdocdir/%name \
   --without-hal \
   --with-drivers=all
 make %{?_smp_mflags}
@@ -150,83 +151,83 @@
 
 %install
 # skip-check-libtool-deps
-export LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
-%makeinstall
+export LIBRARY_PATH="%buildroot/%_libdir"
+%make_install
 
 # .la files are not needed
-rm $RPM_BUILD_ROOT/%_libdir/*.la
-rm $RPM_BUILD_ROOT/%_libdir/libgphoto2/%version/*.la
-rm $RPM_BUILD_ROOT/%_libdir/libgphoto2_port/0.12.0/*.la
-
-rm $RPM_BUILD_ROOT/%_defaultdocdir/%{name}/README.packaging
-rm -R $RPM_BUILD_ROOT/%_defaultdocdir/%{name}/linux-hotplug
-
-%{find_lang} libgphoto2-%{major}
-%{find_lang} libgphoto2_port-12
-cat libgphoto2-%{major}.lang libgphoto2_port-12.lang > libgpho

commit libgphoto2 for openSUSE:Factory

2017-10-05 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2017-10-05 11:54:30

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Thu Oct  5 11:54:30 2017 rev:114 rq:530520 version:2.5.15

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2017-07-17 
09:00:13.532315997 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2017-10-05 11:54:33.812238892 +0200
@@ -1,0 +2,23 @@
+Mon Oct  2 16:38:09 UTC 2017 - meiss...@suse.com
+
+- updated to 2.5.15 release
+  - ptp2:
+* fuji: Fix cameras without new capture properties.
+* Canon EOS: config aspectratio, highisonr
+* Canon EOS: emit CAPTURECOMPLETE event
+* Canon EOS: whitebalanaceadjustment is 32bit signed, not 16bit signed
+* usb: better error feedback
+* fixed some bugs found by AFL fuzzing
+* Added USB ids:
+  * Sony: A6500, HX400V
+  * Nikon: D500, D7500
+  * Olympus: VR360
+  * Canon PowerShot: ELPH 350 HS
+  * Canon EOS: 200D, Rebel T7i
+  * Fuji: GFX 50 S
+  * Ricoh Theta S, Theta SC
+  - libgphoto2_port/vusb:
+* now default disabled as it confused people, enable with --enable-vusb
+- libgphoto2-fix-fuji.patch: upstreamed
+
+---

Old:

  libgphoto2-2.5.14.tar.bz2
  libgphoto2-2.5.14.tar.bz2.asc
  libgphoto2-fix-fuji.patch

New:

  libgphoto2-2.5.15.tar.bz2
  libgphoto2-2.5.15.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.0rMNl7/_old  2017-10-05 11:54:34.732109463 +0200
+++ /var/tmp/diff_new_pack.0rMNl7/_new  2017-10-05 11:54:34.736108900 +0200
@@ -49,11 +49,10 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.14
+Version:2.5.15
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}//%{name}-%{version}.tar.bz2.asc
-Patch0: libgphoto2-fix-fuji.patch
 Source2:%name.keyring
 Source3:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -135,7 +134,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 (cd doc; tar xaf libgphoto2-api.html.tar.gz)
 
 %build

++ libgphoto2-2.5.14.tar.bz2 -> libgphoto2-2.5.15.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.14.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.15.tar.bz2 differ: 
char 11, line 1





commit libgphoto2 for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2017-07-17 09:00:12

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Mon Jul 17 09:00:12 2017 rev:113 rq:510594 version:2.5.14

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2017-06-10 
17:51:16.097562845 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2017-07-17 09:00:13.532315997 +0200
@@ -1,0 +2,6 @@
+Sun Jul 16 13:34:04 UTC 2017 - meiss...@suse.com
+
+- libgphoto2-fix-fuji.patch: check before using a ptp property that
+  is only available in some updated Fuji cameras (bsc#1048853)
+
+---

New:

  libgphoto2-fix-fuji.patch



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.ppzPBz/_old  2017-07-17 09:00:15.292068211 +0200
+++ /var/tmp/diff_new_pack.ppzPBz/_new  2017-07-17 09:00:15.292068211 +0200
@@ -53,6 +53,7 @@
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}//%{name}-%{version}.tar.bz2.asc
+Patch0: libgphoto2-fix-fuji.patch
 Source2:%name.keyring
 Source3:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -134,6 +135,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 (cd doc; tar xaf libgphoto2-api.html.tar.gz)
 
 %build


++ libgphoto2-fix-fuji.patch ++
commit 472a9461b457b4d08ecf10a93bb7f1efdc2124c0
Author: Marcus Meissner 
Date:   Mon Jun 19 20:13:14 2017 +0200

ignore missing 0xd207 property on Fuji XT-2 without firmware update

diff --git a/camlibs/ptp2/config.c b/camlibs/ptp2/config.c
index 5a2a637f1..858f6bdbe 100644
--- a/camlibs/ptp2/config.c
+++ b/camlibs/ptp2/config.c
@@ -482,6 +482,10 @@ camera_prepare_capture (Camera *camera, GPContext *context)
{
PTPPropertyValue propval;
 
+   /* without the firmware update ... not an error... */
+   if (!have_prop (camera, PTP_VENDOR_FUJI, 0xd207))
+   return GP_OK;
+
propval.u16 = 0x0002;
C_PTP (ptp_setdevicepropvalue (params, 0xd207, 
&propval, PTP_DTC_UINT16));
return GP_OK;




commit libgphoto2 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2017-06-10 17:51:14

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Sat Jun 10 17:51:14 2017 rev:112 rq:501208 version:2.5.14

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2017-04-17 
10:23:48.491483231 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2017-06-10 17:51:16.097562845 +0200
@@ -1,0 +2,29 @@
+Mon Jun  5 18:58:54 UTC 2017 - meiss...@suse.com
+
+- updated to 2.5.14 release
+  * ptp2:
+* Canon EOS M remote control / capture support (M3, M5, M10 ... but not 
the original EOS M currently)
+* fix for Canon EOS camera crash bug introduced in 2.5.13.
+* Fuji XT-2 capture support (firmware update needed, might work for other 
Fuji XT too)
+* Canon EOS 77D added.
+* various bugfixes
+* added USB IDs:
+  * Sony DSC-RX10M3, DSC-HX90V
+  * Sony UMC-R10C
+  * Nikon D5600,
+  * Canon EOS 77D
+  * Fuji XT-20
+* synced MTP device ids from libmtp
+* more issues fixed that were found by the AFL fuzzer
+  * pentax:
+* Added Pentax K5-II, Pentax K3-II
+  * libgphoto2_port:
+* fixed gp_log_remove_func
+  * libgphoto2_port/vusb:
+* support f-number, shutterspeed, and exposurebias in the virtual PTP 
camera
+  * all:
+* several issues found by gcc 7 fixed
+  * translations:
+* updated ukrainian, polish, vietnamese, french, swedish
+
+---

Old:

  libgphoto2-2.5.13.tar.bz2
  libgphoto2-2.5.13.tar.bz2.asc

New:

  libgphoto2-2.5.14.tar.bz2
  libgphoto2-2.5.14.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.zgcrLO/_old  2017-06-10 17:51:16.825460067 +0200
+++ /var/tmp/diff_new_pack.zgcrLO/_new  2017-06-10 17:51:16.829459502 +0200
@@ -49,7 +49,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.13
+Version:2.5.14
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}//%{name}-%{version}.tar.bz2.asc

++ libgphoto2-2.5.13.tar.bz2 -> libgphoto2-2.5.14.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.13.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.14.tar.bz2 differ: 
char 11, line 1





commit libgphoto2 for openSUSE:Factory

2017-04-17 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2017-04-17 10:23:41

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Mon Apr 17 10:23:41 2017 rev:111 rq:486751 version:2.5.13

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2017-03-31 
15:01:13.978401926 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2017-04-17 10:23:48.491483231 +0200
@@ -1,0 +2,11 @@
+Sat Apr  8 15:52:34 UTC 2017 - meiss...@suse.com
+
+- updated to 2.5.13 release
+  See below in 2.5.12.1 pre relase, also:
+  
+  pentax: 
+  * Now using the pktriggercord codebase
+  * lots of improvements
+  * Please report missing Pentax K USB ids that are supported by pktriggercord!
+
+---

Old:

  libgphoto2-2.5.12.1.tar.bz2
  libgphoto2-2.5.12.1.tar.bz2.asc

New:

  libgphoto2-2.5.13.tar.bz2
  libgphoto2-2.5.13.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.1OQvOu/_old  2017-04-17 10:23:49.459346162 +0200
+++ /var/tmp/diff_new_pack.1OQvOu/_new  2017-04-17 10:23:49.463345595 +0200
@@ -49,12 +49,10 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.12.1
+Version:2.5.13
 Release:0
-#Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
-#Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}//%{name}-%{version}.tar.bz2.asc
-Source0:%{name}-%{version}.tar.bz2
-Source1:%{name}-%{version}.tar.bz2.asc
+Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
+Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}//%{name}-%{version}.tar.bz2.asc
 Source2:%name.keyring
 Source3:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libgphoto2-2.5.12.1.tar.bz2 -> libgphoto2-2.5.13.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.12.1.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.13.tar.bz2 differ: 
char 11, line 1





commit libgphoto2 for openSUSE:Factory

2017-03-31 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2017-03-31 15:01:11

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Fri Mar 31 15:01:11 2017 rev:110 rq:481925 version:2.5.12.1

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2017-01-10 
10:37:47.479468537 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2017-03-31 15:01:13.978401926 +0200
@@ -1,0 +2,18 @@
+Tue Mar 21 16:33:10 UTC 2017 - meiss...@suse.com
+
+- updated to 2.5.12.1 temporary snapshot
+  ptp2:
+  * iPhone iOS 10.2 storage handling fixed, added dynamic storage handling
+  * Sony Alpha Live View support.
+  * Canon EOS M series capture enabled. (might not fully work yet)
+  * Various crashes and endless loops fixed that were found by the AFL fuzzer.
+  * Various bugfixes in Nikon, Canon capture
+  * New USB Ids:
+* Sony: SLT A37, DSC-RX100M5
+* Nikon KeyMission 360
+* Canon PowerShot G16
+* Canon EOS M5
+* Fuji Fujifilm XT-2
+* GoPro Hero 5 Black
+
+---

Old:

  libgphoto2-2.5.12.tar.bz2
  libgphoto2-2.5.12.tar.bz2.asc

New:

  libgphoto2-2.5.12.1.tar.bz2
  libgphoto2-2.5.12.1.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.4p3qwl/_old  2017-03-31 15:01:15.006256625 +0200
+++ /var/tmp/diff_new_pack.4p3qwl/_new  2017-03-31 15:01:15.010256060 +0200
@@ -49,10 +49,12 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.12
+Version:2.5.12.1
 Release:0
-Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
-Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}//%{name}-%{version}.tar.bz2.asc
+#Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
+#Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}//%{name}-%{version}.tar.bz2.asc
+Source0:%{name}-%{version}.tar.bz2
+Source1:%{name}-%{version}.tar.bz2.asc
 Source2:%name.keyring
 Source3:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libgphoto2-2.5.12.tar.bz2 -> libgphoto2-2.5.12.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.12.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.12.1.tar.bz2 differ: 
char 11, line 1





commit libgphoto2 for openSUSE:Factory

2016-11-22 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2016-11-22 18:56:21

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2016-07-15 
12:29:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2016-11-22 18:56:22.0 +0100
@@ -1,0 +2,38 @@
+Sun Nov 20 21:23:15 UTC 2016 - meiss...@suse.com
+
+- updated to 2.5.11 release
+  * canon:
+* not experimental anymore, for some years
+* some bugfixes in configuration handling
+  * ptp2:
+* canon: EOS capture improvements, also supporting new EOS
+* sony: tethering and trigger capture implemented, capture stability 
improvements
+* sony: exposure compensation setting fixed
+* sony: capture and autofocus configurations, similar to eosremoterelease
+* generic: fixed serialnumber retrieval
+* nikon: "autofocus" config variable for global autofocus enable/disable 
(default on, default liveview off)
+* various bugs fixed, stability improved
+* ptpip: allow different event ports. --port ptpip:IP:dataport:eventport
+* New ids reported:
+  - Sony Alpha 7, DSC-RX100M4, NEX-7, DSC-HX20V, Alpha 6300, A7S II, A7, 
+  - Nikon DSC Df, D7200, D5, D810A, 1 V3
+  - Canon EOS 1Dx Mark 3, 80D, 5D Mark IV
+  - Canon Digital IXUS 180
+  - various music players / android phones imported from libmtp 
+
+  * libgphoto2:
+* Speed up initial startup.
+* Win32: store settings in the "User Profile\.gphoto\settings" and not in 
C:\\Windows anymore.
+* gp_widget_changed() no longer clears the "changed" state to make this 
API more consistent.
+  Use gp_widget_set_changed(widget,FALSE) to do so.
+
+  * examples:
+* sample-photobooth: a sample program handling tethering, SIGUSR1 driven 
capture and SIGUSR2
+  based configuration reading.
+* sample-afl: code to inject afl fuzzing data
+
+  * translations:
+* updated swedish, ukrainian, polish, finnish, russian, danish, polish, 
brazilian, serbian, dutch, chinese
+- libgphoto2-newjpeg.patch: removed, upstream
+
+---

Old:

  libgphoto2-2.5.10.tar.bz2
  libgphoto2-2.5.10.tar.bz2.asc
  libgphoto2-newjpeg.patch

New:

  libgphoto2-2.5.11.tar.bz2
  libgphoto2-2.5.11.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.sUMw4S/_old  2016-11-22 18:56:23.0 +0100
+++ /var/tmp/diff_new_pack.sUMw4S/_new  2016-11-22 18:56:23.0 +0100
@@ -49,13 +49,12 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.10
+Version:2.5.11
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}//%{name}-%{version}.tar.bz2.asc
 Source2:%name.keyring
 Source3:baselibs.conf
-Patch0: libgphoto2-newjpeg.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-%{major}-lang = %{version}
 
@@ -135,9 +134,6 @@
 
 %prep
 %setup -q
-if pkg-config --atleast-version=1.5.0 libturbojpeg; then
-%patch0 -p1
-fi
 (cd doc; tar xaf libgphoto2-api.html.tar.gz)
 
 %build

++ libgphoto2-2.5.10.tar.bz2 -> libgphoto2-2.5.11.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.10.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.11.tar.bz2 differ: 
char 11, line 1





commit libgphoto2 for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2016-07-15 12:29:06

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2016-06-13 
21:49:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2016-07-15 12:29:09.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  5 20:12:20 UTC 2016 - toddrme2...@gmail.com
+
+- Fix Group tag.
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.FS05C2/_old  2016-07-15 12:29:10.0 +0200
+++ /var/tmp/diff_new_pack.FS05C2/_new  2016-07-15 12:29:10.0 +0200
@@ -68,18 +68,18 @@
 
 %package doc
 Summary:A Digital Camera Library - documentation
-Group:  Hardware/Camera
+Group:  Documentation/Other
 
 %package devel
 Summary:Development headers for libgphoto2
-Group:  Development/Hardware/Camera
+Group:  Development/Libraries/C and C++
 Requires:   libexif-devel
 Requires:   libgphoto2-%{major} = %version
 Requires:   libusb-1_0-devel
 
 %package devel-doc
 Summary:Development documentation for libgphoto2
-Group:  Development/Hardware/Camera
+Group:  Documentation/Other
 Recommends: libgphoto2-devel
 
 %description






commit libgphoto2 for openSUSE:Factory

2016-06-13 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2016-06-13 21:49:24

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2016-03-29 
09:51:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2016-06-13 21:49:29.0 +0200
@@ -1,0 +2,12 @@
+Thu Jun  9 14:29:12 UTC 2016 - meiss...@suse.com
+
+- require: udev in the library package for the hwdb refresher
+  bsc#982339
+
+---
+Thu Jun  9 13:55:38 UTC 2016 - meiss...@suse.com
+
+- libgphoto2-newjpeg.patch: jpeg_mem_src gets a const buffer now
+  in new libjpeg-turbo.
+
+---

New:

  libgphoto2-newjpeg.patch



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.oxvQeK/_old  2016-06-13 21:49:30.0 +0200
+++ /var/tmp/diff_new_pack.oxvQeK/_new  2016-06-13 21:49:30.0 +0200
@@ -55,6 +55,7 @@
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}//%{name}-%{version}.tar.bz2.asc
 Source2:%name.keyring
 Source3:baselibs.conf
+Patch0: libgphoto2-newjpeg.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-%{major}-lang = %{version}
 
@@ -62,6 +63,8 @@
 Summary:A Digital Camera Library
 Group:  Hardware/Camera
 Recommends: %{name}-%{major}-lang = %{version}
+Requires(post): udev
+Requires(postun): udev
 
 %package doc
 Summary:A Digital Camera Library - documentation
@@ -132,6 +135,9 @@
 
 %prep
 %setup -q
+if pkg-config --atleast-version=1.5.0 libturbojpeg; then
+%patch0 -p1
+fi
 (cd doc; tar xaf libgphoto2-api.html.tar.gz)
 
 %build


++ libgphoto2-newjpeg.patch ++
Index: libgphoto2-2.5.10/camlibs/ax203/jpeg_memsrcdest.h
===
--- libgphoto2-2.5.10.orig/camlibs/ax203/jpeg_memsrcdest.h
+++ libgphoto2-2.5.10/camlibs/ax203/jpeg_memsrcdest.h
@@ -1,7 +1,7 @@
 #include 
 
 void
-jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer,
+jpeg_mem_src (j_decompress_ptr cinfo, const unsigned char * buffer,
unsigned long bufsize);
 
 void
Index: libgphoto2-2.5.10/camlibs/jl2005c/jpeg_memsrcdest.h
===
--- libgphoto2-2.5.10.orig/camlibs/jl2005c/jpeg_memsrcdest.h
+++ libgphoto2-2.5.10/camlibs/jl2005c/jpeg_memsrcdest.h
@@ -1,7 +1,7 @@
 #include 
 
 void
-jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer,
+jpeg_mem_src (j_decompress_ptr cinfo, const unsigned char * buffer,
unsigned long bufsize);
 
 void




commit libgphoto2 for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2016-03-29 09:51:01

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2016-01-04 
09:21:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2016-03-29 09:51:02.0 +0200
@@ -1,0 +2,39 @@
+Wed Mar 23 21:12:13 UTC 2016 - meiss...@suse.com
+
+- updated to 2.5.10 release
+  libgphoto2:
+  * added gp_camera_list_config, gp_camera_get_single_config, 
gp_camera_set_single_config
+additional configuration APIs for faster access to single configuration 
values.
+  ptp2:
+  * allow generic opcode commands with parameters, config variable "opcode"
+  * fixed pretending that Nikon Coolpix S series is a Nikon 1 S.
+  * Nikon: fixed problem with SDRAM capture
+  * Canon EOS: handle "no focus" during capture
+  * Canon EOS: handle --new correctly
+  * Canon Powershot: handle lack of object protection setting
+  * Ricoh Theta: support shutterspeed configuration
+  * added size checking to PTP unpacking primitives
+  * various bugfixes
+  * New ids:
+* Imported Media Players and Android phones from libmtp
+* Sony Alpha A7S II, ILCE 7M2
+* Kodak Z990
+* Nikon Coolpix L840, S3600
+* Leica SL
+* Olympus TG-620, E-M5 Mark 2
+* Canon EOS 1D C, 750D
+* Canon IXUS 160
+* Fuji Film X-T1, X-T10, A-610
+  pentax:
+  * fixed some crashes on non-existing config variables
+  * use portable directory api (helps Visual Studio)
+  libgphoto2_port/vusb:
+  * Implemented a virtual PTP camera for test purposes.
+  libgphoto2_port/disk:
+  * Support exfat fuse filesystems.
+  all:
+  * fixed various issues found by Coverity static analyzer
+  * removed unistd.h headers where not needed to help Visual Studio
+  translations:
+  * updated swedish, brazilian portuguese, danish, polish, ukrainian, 
vietnamese
+---

Old:

  libgphoto2-2.5.9.tar.bz2
  libgphoto2-2.5.9.tar.bz2.asc

New:

  libgphoto2-2.5.10.tar.bz2
  libgphoto2-2.5.10.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.ry3p3i/_old  2016-03-29 09:51:04.0 +0200
+++ /var/tmp/diff_new_pack.ry3p3i/_new  2016-03-29 09:51:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgphoto2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,10 +49,10 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.9
+Version:2.5.10
 Release:0
-Source0:%{name}-%{version}.tar.bz2
-Source1:%{name}-%{version}.tar.bz2.asc
+Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
+Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}//%{name}-%{version}.tar.bz2.asc
 Source2:%name.keyring
 Source3:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -205,6 +205,7 @@
 %{_udevhwdbdir}/20-gphoto.hwdb
 %endif
 %{_udevrulesdir}/40-libgphoto2.rules
+%{_datadir}/libgphoto2_port
 
 %files -n libgphoto2-doc
 %defattr(-,root,root)

++ libgphoto2-2.5.9.tar.bz2 -> libgphoto2-2.5.10.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.9.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.10.tar.bz2 differ: 
char 11, line 1





commit libgphoto2 for openSUSE:Factory

2016-01-04 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2016-01-04 09:21:20

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2015-11-24 
22:30:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2016-01-04 09:21:41.0 +0100
@@ -1,0 +2,11 @@
+Tue Dec 29 21:09:48 UTC 2015 - stefan.bru...@rwth-aachen.de
+
+- Several changes/fixes to packaging:
+  * API documentation was packaged twice, once in the -devel package
+and once in the main package (under different paths), split off
+to separate libgphoto2-devel-doc package
+  * Use apidocs from source tar instead of using doxygen
+  * package user documentation in separate libgphoto2-doc package
+  * remove obsolete hotplug scripts
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.vge700/_old  2016-01-04 09:21:42.0 +0100
+++ /var/tmp/diff_new_pack.vge700/_new  2016-01-04 09:21:42.0 +0100
@@ -25,7 +25,6 @@
 %define major 6
 
 Name:   libgphoto2
-BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gd-devel
@@ -64,13 +63,22 @@
 Group:  Hardware/Camera
 Recommends: %{name}-%{major}-lang = %{version}
 
+%package doc
+Summary:A Digital Camera Library - documentation
+Group:  Hardware/Camera
+
 %package devel
 Summary:Development headers for libgphoto2
-Group:  Hardware/Camera
+Group:  Development/Hardware/Camera
 Requires:   libexif-devel
 Requires:   libgphoto2-%{major} = %version
 Requires:   libusb-1_0-devel
 
+%package devel-doc
+Summary:Development documentation for libgphoto2
+Group:  Development/Hardware/Camera
+Recommends: libgphoto2-devel
+
 %description
 gPhoto (GNU Photo) is a set of libraries for previewing, retrieving,
 and capturing images from a range of supported digital cameras to your
@@ -99,6 +107,13 @@
 
 gphoto2 --list-cameras
 
+%description doc
+gPhoto (GNU Photo) is a set of libraries for previewing, retrieving,
+and capturing images from a range of supported digital cameras to your
+local hard drive.
+
+This is the user documentation
+
 %description devel
 gPhoto (GNU Photo) is a set of libraries for previewing, retrieving,
 and capturing images from a range of supported digital cameras to your
@@ -106,10 +121,18 @@
 
 These are its development libraries and headers.
 
+%description devel-doc
+gPhoto (GNU Photo) is a set of libraries for previewing, retrieving,
+and capturing images from a range of supported digital cameras to your
+local hard drive.
+
+This is its API documentation in HTML format.
+
 %lang_package -n libgphoto2-%{major}
 
 %prep
 %setup -q
+(cd doc; tar xaf libgphoto2-api.html.tar.gz)
 
 %build
 #AUTOPOINT=true autoreconf -fi
@@ -133,6 +156,9 @@
 rm $RPM_BUILD_ROOT/%_libdir/libgphoto2/%version/*.la
 rm $RPM_BUILD_ROOT/%_libdir/libgphoto2_port/0.12.0/*.la
 
+rm $RPM_BUILD_ROOT/%_defaultdocdir/%{name}/README.packaging
+rm -R $RPM_BUILD_ROOT/%_defaultdocdir/%{name}/linux-hotplug
+
 %{find_lang} libgphoto2-%{major}
 %{find_lang} libgphoto2_port-12
 cat libgphoto2-%{major}.lang libgphoto2_port-12.lang > libgphoto2-all.lang
@@ -157,7 +183,9 @@
 popd
 # udev helpers not used here.
 rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-ptp-camera
-mv doc/doxygen-output/libgphoto2-api.html apidocs 
+mv doc/libgphoto2-api.html apidocs
+mv doc/README.apidocs .
+find apidocs -type f -name "*.md5" -delete
 fn=$RPM_BUILD_ROOT/%{_libdir}/pkgconfig/libgphoto2_port.pc
 grep -v driverdir= $fn > $fn.new
 mv $fn.new $fn
@@ -169,23 +197,26 @@
 %defattr(-,root,root)
 %{_libdir}/libgphoto2
 %{_libdir}/libgphoto2_port
-%dir %{_defaultdocdir}/%{name}
-%{_defaultdocdir}/%{name}/*
+# support files for konica camlib
 %{prefix}/share/%{name}
 %{_libdir}/libgphoto2.so.*
 %{_libdir}/libgphoto2_port.so.*
-%{_mandir}/man3/libgphoto2.3*
-%{_mandir}/man3/libgphoto2_port.3*
 %if 0%{?suse_version} > 1230
 %{_udevhwdbdir}/20-gphoto.hwdb
 %endif
 %{_udevrulesdir}/40-libgphoto2.rules
 
+%files -n libgphoto2-doc
+%defattr(-,root,root)
+%dir %{_defaultdocdir}/%{name}
+%{_defaultdocdir}/%{name}/*
+%{_mandir}/man3/libgphoto2.3*
+%{_mandir}/man3/libgphoto2_port.3*
+
 %files -n libgphoto2-%{major}-lang -f libgphoto2-all.lang
 
 %files devel
 %defattr(-,root,root)
-%doc apidocs
 %{prefix}/include/gphoto2
 %{prefix}/bin/gphoto2-config
 %{prefix}/bin/gphoto2-port-config
@@ -194,6 +225,10 @@
 %{_libdir}/pkgconfig/libgphoto2.pc
 %{_libdir}/pkgco

commit libgphoto2 for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2015-11-24 22:30:23

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2015-10-02 
15:36:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2015-11-24 22:30:24.0 +0100
@@ -1,0 +2,25 @@
+Wed Nov 18 21:47:59 UTC 2015 - meiss...@suse.com
+
+- updated to 2.5.9 release
+  Now maintained (source and issue tracker) in GIT at 
https://github.com/gphoto/libgphoto2
+  ptp2:
+  * PTP/IP: fixes to support Ricoh Theta and Sony Alpha over WLAN better
+  * unification of timeout with backoff handling
+  * Canon EOS: fixed a timeout bug on wait_event
+  * Canon EOS: report protection status correctly
+  * Canon EOS: unlock the ui on close
+  * Sony: bulb mode support (in manual mode, shutterspeed and bulb option)
+  * Hook up PTP OpenCapture opcode
+  * Nikon J5 support. Nikon now hides prop and opcodes even differently.
+  * Added USB IDs:
+- Sony SLT A77V, A7R2, HDR-PJ260VE
+- Nikon DSLR D5500
+- Canon EOS 760D, 5Ds, 5Ds R
+- Nikon Coolpix AW110, S6300, S6800, S3700, S2900
+- Nikon 1 S2, J5  
+- Ricoh Theta m15 (USB and WLAN)
+- GoProp Hero 4
+  canon: readd old Canon IXUS 30.
+  translations: updated ukrainian, vietnamese, polish, italian
+
+---

Old:

  libgphoto2-2.5.8.tar.bz2
  libgphoto2-2.5.8.tar.bz2.asc

New:

  libgphoto2-2.5.9.tar.bz2
  libgphoto2-2.5.9.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.sY93Kn/_old  2015-11-24 22:30:25.0 +0100
+++ /var/tmp/diff_new_pack.sY93Kn/_new  2015-11-24 22:30:25.0 +0100
@@ -50,7 +50,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.8
+Version:2.5.9
 Release:0
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}-%{version}.tar.bz2.asc

++ libgphoto2-2.5.8.tar.bz2 -> libgphoto2-2.5.9.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.8.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.9.tar.bz2 differ: 
char 11, line 1





commit libgphoto2 for openSUSE:Factory

2015-10-02 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2015-10-02 15:36:55

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2015-08-21 
07:37:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2015-10-02 15:36:57.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 20 08:51:30 UTC 2015 - meiss...@suse.com
+
+- add -devel to baselibs for use to build wine in 64bit environments
+
+---



Other differences:
--
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.rONeM5/_old  2015-10-02 15:36:58.0 +0200
+++ /var/tmp/diff_new_pack.rONeM5/_new  2015-10-02 15:36:58.0 +0200
@@ -1 +1,2 @@
 libgphoto2-6
+libgphoto2-devel






commit libgphoto2 for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2015-08-21 07:37:46

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2015-07-16 
17:18:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2015-08-21 07:37:47.0 +0200
@@ -1,0 +2,8 @@
+Fri Aug  7 07:39:31 UTC 2015 - dims...@opensuse.org
+
+- Change udev BuildRequires for pkgconfig(udev)
+- use pkg-config --modversion udev instead of querying the package
+  database. udev is often installed as udev-mini in OBS' build env,
+  which the rpm -q udev call could not find.
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.Op1z8U/_old  2015-08-21 07:37:48.0 +0200
+++ /var/tmp/diff_new_pack.Op1z8U/_new  2015-08-21 07:37:48.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
+%if %( pkg-config --modversion udev ) > 190
 %define _udevrulesdir /usr/lib/udev/rules.d
 %else
 %define _udevrulesdir /lib/udev/rules.d
@@ -36,7 +36,7 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  lockdev-devel
 BuildRequires:  pkg-config
-BuildRequires:  udev
+BuildRequires:  pkgconfig(udev)
 %if 0%{?suse_version} > 1230
 BuildRequires:  systemd-rpm-macros
 %endif






commit libgphoto2 for openSUSE:Factory

2015-07-16 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2015-07-16 17:18:27

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2015-05-07 
09:20:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2015-07-16 17:18:28.0 +0200
@@ -1,0 +2,33 @@
+Sun Jul  5 21:36:34 UTC 2015 - meiss...@suse.com
+
+- updated to 2.5.8 release
+- all:
+  * Missing COPYRIGHT headers added.
+  * Bug fixes for issues detected by Coverity.
+
+- ptp2:
+  * Canon Powershot/IXUS CHDK support
+Install the CHDK firmware and then use "gphoto2 --set-config chdk=On" to 
enable.
+  * Canon EOS: Implemented new capture method for new Canon EOS to avoid hangs.
+  * Canon EOS: New configuration variable: continuousaf
+  * Canon EOS: event output for focusinfo / focusmask
+  * Nikon DSLR: New configuration variables: movieiso, movieshutterspeed, 
moviehighisonr
+  * Nikon Coolpix A: also manually add override opcodes for capture (please 
report if it works)
+  * New USB ids:
+  Sony: DSC-HX60V, Alpha-A7S, Alpha-A77 M2, Alpha A5100
+  Panasonic: DMC-LS2
+  Canon EOS 7D Mark II, Canon EOS M3
+  Canon Powershot SX520 HS
+  Fuji Fujifilm X-E2
+  Samsung NX1
+  * Media Player IDs synced with the libmtp ID database.
+  * Lots of bugfixes.
+
+- libgphoto2_port/libusb1:
+  * Prefer libusb1 over libusb0 if both are present.
+  * Asynchronous interrupt handling, to avoid losing usb interrupts during 
other
+operations.
+
+- libgphoto2.keyring: replaced by my new 4096 bit key
+
+---

Old:

  libgphoto2-2.5.7.tar.bz2
  libgphoto2-2.5.7.tar.bz2.asc

New:

  libgphoto2-2.5.8.tar.bz2
  libgphoto2-2.5.8.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.h25qMj/_old  2015-07-16 17:18:30.0 +0200
+++ /var/tmp/diff_new_pack.h25qMj/_new  2015-07-16 17:18:30.0 +0200
@@ -50,7 +50,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.7
+Version:2.5.8
 Release:0
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}-%{version}.tar.bz2.asc

++ libgphoto2-2.5.7.tar.bz2 -> libgphoto2-2.5.8.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.7.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.8.tar.bz2 differ: 
char 11, line 1

++ libgphoto2.keyring ++
 2575 lines (skipped)
 between libgphoto2.keyring
 and /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.keyring




commit libgphoto2 for openSUSE:Factory

2015-05-07 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2015-05-07 09:20:37

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2015-01-27 
09:08:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2015-05-07 09:20:38.0 +0200
@@ -1,0 +2,6 @@
+Fri May  1 12:55:34 UTC 2015 - meiss...@suse.com
+
+- disable libusb 0.1, as it is no longer needed and will cause 
+  hangs. bsc#926862
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.1zpGGn/_old  2015-05-07 09:20:39.0 +0200
+++ /var/tmp/diff_new_pack.1zpGGn/_new  2015-05-07 09:20:39.0 +0200
@@ -33,7 +33,6 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
 BuildRequires:  libusb-1_0-devel
-BuildRequires:  libusb-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  lockdev-devel
 BuildRequires:  pkg-config






commit libgphoto2 for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2015-01-27 09:08:47

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2015-01-22 
21:48:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2015-01-27 09:08:49.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan 25 18:22:27 UTC 2015 - meiss...@suse.com
+
+- remove all the .la files, improves startup time.
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.VfXYn1/_old  2015-01-27 09:08:50.0 +0100
+++ /var/tmp/diff_new_pack.VfXYn1/_new  2015-01-27 09:08:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgphoto2
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -128,6 +128,12 @@
 # skip-check-libtool-deps
 export LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
 %makeinstall
+
+# .la files are not needed
+rm $RPM_BUILD_ROOT/%_libdir/*.la
+rm $RPM_BUILD_ROOT/%_libdir/libgphoto2/%version/*.la
+rm $RPM_BUILD_ROOT/%_libdir/libgphoto2_port/0.12.0/*.la
+
 %{find_lang} libgphoto2-%{major}
 %{find_lang} libgphoto2_port-12
 cat libgphoto2-%{major}.lang libgphoto2_port-12.lang > libgphoto2-all.lang



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2015-01-22 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2015-01-22 21:48:27

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2014-12-23 
11:48:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2015-01-22 21:48:37.0 +0100
@@ -1,0 +2,22 @@
+Sun Jan 18 21:45:22 UTC 2015 - meiss...@suse.com
+
+- 2.5.7 release
+  ptp2:
+  * Canon EOS focusinfo crash fixed (affected all config operations)
+  * wait_for_event sleep backoff increased (50 - 100 - 150 - 200ms)
+  * Nikon: fixes to make Nikon Coolpix S9700 over PTPIP work better
+  * Nikon: WLAN GUID setting
+  * Sony: tighten event loop to avoid loss of objectadded events
+  * New USB ids: Nikon Coolpix 9400, Nikon S9700, Pentax K3 (in PTP).
+
+  pentax:
+  * added Pentax K100Ds
+  * added raw capture support
+
+  packaging:
+  * fixed missing libexif in pkgconfig 
+
+  translations:
+  * updated ukrainian, vietnamese, french, polish
+
+---

Old:

  libgphoto2-2.5.6.tar.bz2
  libgphoto2-2.5.6.tar.bz2.asc

New:

  libgphoto2-2.5.7.tar.bz2
  libgphoto2-2.5.7.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.cA5B8U/_old  2015-01-22 21:48:38.0 +0100
+++ /var/tmp/diff_new_pack.cA5B8U/_new  2015-01-22 21:48:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgphoto2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -51,7 +51,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.6
+Version:2.5.7
 Release:0
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}-%{version}.tar.bz2.asc

++ libgphoto2-2.5.6.tar.bz2 -> libgphoto2-2.5.7.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.6.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.7.tar.bz2 differ: 
char 11, line 1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2014-12-23 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2014-12-23 11:50:12

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2014-09-20 
15:49:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2014-12-23 11:48:42.0 +0100
@@ -1,0 +2,29 @@
+Sun Dec 21 20:14:41 UTC 2014 - meiss...@suse.com
+
+- 2.5.6 release 
+  ptp2:
+  * Nikon D3000/D3100/D3200: It hides the "good" capture opcodes from the
+DeviceInfo. Override and add them. If you see capture bugs, please report
+with debuglogfile.
+  * "exposurecompensation" now in correct size (-3.0 <-> 3.0 usually)
+  * Canon EOS: decode and report "focusinfo" variable that outputs the focus 
information of the camera.
+  * Canon EOS: autofocusdrive=0 and cancelautofocus=1 added to cancel 
autofocusing,
+to avoid blocking the camera.
+  * Canon EOS: "eosviewfinder" renamed to "viewfinder"
+  * Sony SLT: Make property setting work for "iso", "exposurecompensation",
+"f-number", "shutterspeed"
+  * Canon EOS: crash on 700D fixed
+  * Nikon DSLR: race condition on object addition handled better
+  * Nikon DSLR: make sure we make a pause a bit during polling after capture.
+  * IDs added:
+Nikon: Coolpix P7800, S1, J4
+Nikon: D3300, D610, D4s, D810, D750
+Canon: IXUS 125HS, PowerShot Elph340HS
+Leica M9
+  * various bugfixes
+
+  libgphoto2_port/usb1:
+  * fixed a memory leak
+  * api changed for gp_log_data to make smaller debuglogs possible
+
+---

Old:

  libgphoto2-2.5.5.1.tar.bz2
  libgphoto2-2.5.5.1.tar.bz2.asc

New:

  libgphoto2-2.5.6.tar.bz2
  libgphoto2-2.5.6.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.2wmMbv/_old  2014-12-23 11:48:44.0 +0100
+++ /var/tmp/diff_new_pack.2wmMbv/_new  2014-12-23 11:48:44.0 +0100
@@ -51,7 +51,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.5.1
+Version:2.5.6
 Release:0
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}-%{version}.tar.bz2.asc
@@ -129,8 +129,8 @@
 export LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
 %makeinstall
 %{find_lang} libgphoto2-%{major}
-%{find_lang} libgphoto2_port-10
-cat libgphoto2-%{major}.lang libgphoto2_port-10.lang > libgphoto2-all.lang
+%{find_lang} libgphoto2_port-12
+cat libgphoto2-%{major}.lang libgphoto2_port-12.lang > libgphoto2-all.lang
 pushd packaging/generic
export CAMLIBS=$RPM_BUILD_ROOT/%_libdir/libgphoto2/%version/
# new style UDEV rules (gudev) which will obsolete HAL fdi files

++ libgphoto2-2.5.5.1.tar.bz2 -> libgphoto2-2.5.6.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.5.1.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.6.tar.bz2 differ: 
char 11, line 1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2014-09-20 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2014-09-20 15:49:07

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2014-08-20 
17:51:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2014-09-20 15:49:09.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep 18 21:07:46 UTC 2014 - meiss...@suse.com
+
+- 2.5.5.1 release
+  - regression with nikon coolpix s fixed
+  - canon eos has no zoom
+  - more fixes and translation updates
+
+---
@@ -3,0 +12 @@
+- 2.5.5 release

Old:

  libgphoto2-2.5.5.tar.bz2
  libgphoto2-2.5.5.tar.bz2.asc

New:

  libgphoto2-2.5.5.1.tar.bz2
  libgphoto2-2.5.5.1.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.YvoHkl/_old  2014-09-20 15:49:11.0 +0200
+++ /var/tmp/diff_new_pack.YvoHkl/_new  2014-09-20 15:49:11.0 +0200
@@ -51,7 +51,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.5
+Version:2.5.5.1
 Release:0
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}-%{version}.tar.bz2.asc

++ libgphoto2-2.5.5.tar.bz2 -> libgphoto2-2.5.5.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.5.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.5.1.tar.bz2 differ: 
char 11, line 1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2014-08-20 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2014-08-20 17:51:26

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2014-06-30 
21:50:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2014-08-20 17:51:28.0 +0200
@@ -1,0 +2,36 @@
+Sun Aug 17 18:18:11 UTC 2014 - meiss...@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,
+
+---

Old:

  libgphoto2-2.5.4.1.tar.bz2
  libgphoto2-2.5.4.1.tar.bz2.asc

New:

  libgphoto2-2.5.5.tar.bz2
  libgphoto2-2.5.5.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.0irulX/_old  2014-08-20 17:51:29.0 +0200
+++ /var/tmp/diff_new_pack.0irulX/_new  2014-08-20 17:51:29.0 +0200
@@ -51,7 +51,7 @@
 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

++ libgphoto2-2.5.4.1.tar.bz2 -> libgphoto2-2.5.5.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.4.1.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.5.tar.bz2 differ: 
char 11, line 1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2014-06-30 21:42:47

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2014-05-06 
14:01:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2014-06-30 21:42:49.0 +0200
@@ -1,0 +2,17 @@
+Fri Jun 27 21:19:09 UTC 2014 - meiss...@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 - meiss...@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
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.UnAFO6/_old  2014-06-30 21:42:50.0 +0200
+++ /var/tmp/diff_new_pack.UnAFO6/_new  2014-06-30 21:42:50.0 +0200
@@ -142,6 +142,7 @@
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

++ libgphoto2-2.5.4.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.4.1.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.4.1.tar.bz2 differ: 
char 11, line 1

++ libgphoto2-2.5.4.1.tar.bz2.asc ++
--- /var/tmp/diff_new_pack.UnAFO6/_old  2014-06-30 21:42:50.0 +0200
+++ /var/tmp/diff_new_pack.UnAFO6/_new  2014-06-30 21:42:50.0 +0200
@@ -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-


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2014-05-06 14:01:53

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2014-04-26 
06:06:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2014-05-06 14:01:59.0 +0200
@@ -1,0 +2,7 @@
+Sun Apr 27 18:52:40 UTC 2014 - meiss...@suse.com
+
+- updated to 2.5.4.1 snapshot
+  - more nikon 1 fix work
+  - generate udev rules for /dev/sg* again
+
+---

Old:

  libgphoto2-2.5.4.tar.bz2
  libgphoto2-2.5.4.tar.bz2.asc

New:

  libgphoto2-2.5.4.1.tar.bz2
  libgphoto2-2.5.4.1.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.sAY7Um/_old  2014-05-06 14:02:01.0 +0200
+++ /var/tmp/diff_new_pack.sAY7Um/_new  2014-05-06 14:02:01.0 +0200
@@ -51,10 +51,10 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.4
+Version:2.5.4.1
 Release:0
-Source0:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
-Source1:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2.asc
+Source0:%{name}-%{version}.tar.bz2
+Source1:%{name}-%{version}.tar.bz2.asc
 Source2:%name.keyring
 Source3:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -141,6 +141,9 @@
 %if 0%{?suse_version} > 1230
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.
+   install -m 0755 -d   
$RPM_BUILD_ROOT%{_udevrulesdir}
+   ./print-camera-list udev-rules version 201 > 
$RPM_BUILD_ROOT%{_udevrulesdir}/40-libgphoto2.rules
 %else
install -m 0755 -d   
$RPM_BUILD_ROOT%{_udevrulesdir}
./print-camera-list udev-rules version 175 > 
$RPM_BUILD_ROOT%{_udevrulesdir}/40-libgphoto2.rules
@@ -169,9 +172,8 @@
 %{_mandir}/man3/libgphoto2_port.3*
 %if 0%{?suse_version} > 1230
 %{_udevhwdbdir}/20-gphoto.hwdb
-%else
-%{_udevrulesdir}/40-libgphoto2.rules
 %endif
+%{_udevrulesdir}/40-libgphoto2.rules
 
 %files -n libgphoto2-%{major}-lang -f libgphoto2-all.lang
 
@@ -190,9 +192,8 @@
 /sbin/ldconfig
 %if 0%{?suse_version} > 1230
 %udev_hwdb_update
-%else
-udevadm control --reload 2>&1 > /dev/null || :
 %endif
+udevadm control --reload 2>&1 > /dev/null || :
 
 %postun -n %name-%major
 /sbin/ldconfig
@@ -200,9 +201,8 @@
 %if 0%{?suse_version} > 1230
 %udev_hwdb_update
 %udev_rules_update
-%else
-udevadm control --reload 2>&1 > /dev/null || :
 %endif
+udevadm control --reload 2>&1 > /dev/null || :
 fi
 
 %{nil}

++ libgphoto2-2.5.4.tar.bz2 -> libgphoto2-2.5.4.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.4.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.4.1.tar.bz2 differ: 
char 11, line 1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2014-04-26 06:06:02

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2014-03-25 
13:23:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2014-04-26 06:06:03.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 24 09:54:12 UTC 2014 - dmuel...@suse.com
+
+- remove dependency on gpg-offline (blocks rebuilds and
+  tarball integrity is checked by source-validator anyway, plus
+  it was commented out)
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.iWwKYW/_old  2014-04-26 06:06:04.0 +0200
+++ /var/tmp/diff_new_pack.iWwKYW/_new  2014-04-26 06:06:04.0 +0200
@@ -57,9 +57,6 @@
 Source1:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2.asc
 Source2:%name.keyring
 Source3:baselibs.conf
-%if 0%{?suse_version} > 1220
-BuildRequires:  gpg-offline
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-%{major}-lang = %{version}
 
@@ -113,9 +110,6 @@
 %lang_package -n libgphoto2-%{major}
 
 %prep
-#if 0%{?suse_version} > 1220
-#gpg_verify %{S:1}
-#endif
 %setup -q
 
 %build



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2014-03-25 13:23:43

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2014-01-14 
19:52:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2014-03-25 13:23:45.0 +0100
@@ -1,0 +2,9 @@
+Sun Mar 23 18:23:52 UTC 2014 - meiss...@suse.com
+
+- updated to 2.5.4 release
+  - sony slt support
+  - nikon bulb support
+  - other nikon, canon, olympus improvements
+  - lots of bugfixes and various new ids
+
+---

Old:

  libgphoto2-2.5.3.1.tar.bz2
  libgphoto2-2.5.3.1.tar.bz2.asc

New:

  libgphoto2-2.5.4.tar.bz2
  libgphoto2-2.5.4.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.WaI0zG/_old  2014-03-25 13:23:46.0 +0100
+++ /var/tmp/diff_new_pack.WaI0zG/_new  2014-03-25 13:23:46.0 +0100
@@ -51,7 +51,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.3.1
+Version:2.5.4
 Release:0
 Source0:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
 Source1:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2.asc

++ libgphoto2-2.5.3.1.tar.bz2 -> libgphoto2-2.5.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.3.1.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.4.tar.bz2 differ: 
char 11, line 1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2014-01-14 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2014-01-14 19:52:10

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2014-01-13 
10:53:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2014-01-14 19:52:12.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 13 08:13:00 UTC 2014 - meiss...@suse.com
+
+- updated to 2.5.3.1 final hotfix
+  - fixed ptp matcher
+  - updated french, dutch, russian, ukrain translation
+
+---

Old:

  libgphoto2-2.5.3.tar.bz2
  libgphoto2-2.5.3.tar.bz2.asc

New:

  libgphoto2-2.5.3.1.tar.bz2
  libgphoto2-2.5.3.1.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.x17bAH/_old  2014-01-14 19:52:12.0 +0100
+++ /var/tmp/diff_new_pack.x17bAH/_new  2014-01-14 19:52:12.0 +0100
@@ -51,7 +51,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.3
+Version:2.5.3.1
 Release:0
 Source0:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
 Source1:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2.asc

++ libgphoto2-2.5.3.tar.bz2 -> libgphoto2-2.5.3.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.3.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.3.1.tar.bz2 differ: 
char 11, line 1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2014-01-13 10:53:24

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2013-10-02 
13:31:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2014-01-13 10:53:26.0 +0100
@@ -1,0 +2,11 @@
+Fri Jan 10 21:24:25 UTC 2014 - meiss...@suse.com
+
+- updated to 2.5.3 final
+  - bugfixes, Coverity and other fixes
+  - new USB ids
+  - hwdb support fixed (bnc#852551)
+  - unified all names, especiall Canon S100 (bnc#856828)
+  - pentax updates
+- reenabled gpg checking
+
+---

Old:

  libgphoto2-2.5.2.1.tar.bz2

New:

  libgphoto2-2.5.3.tar.bz2
  libgphoto2-2.5.3.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.GUdMlh/_old  2014-01-13 10:53:27.0 +0100
+++ /var/tmp/diff_new_pack.GUdMlh/_new  2014-01-13 10:53:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgphoto2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -51,10 +51,10 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.2.1
+Version:2.5.3
 Release:0
-Source0:%{name}-%{version}.tar.bz2
-#Source1:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2.asc
+Source0:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
+Source1:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2.asc
 Source2:%name.keyring
 Source3:baselibs.conf
 %if 0%{?suse_version} > 1220

++ libgphoto2-2.5.2.1.tar.bz2 -> libgphoto2-2.5.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.2.1.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.3.tar.bz2 differ: 
char 11, line 1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2013-10-02 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2013-10-02 13:31:03

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2013-08-19 
23:43:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2013-10-02 13:31:04.0 +0200
@@ -1,0 +2,8 @@
+Mon Sep 30 12:22:48 UTC 2013 - fcro...@suse.com
+
+- Replace udev rules with udev hwdb for openSUSE 13.1 or later
+  (more efficient).
+- Fix udev hwdb installation and ensure udev hwdb is updated when
+  package is installed / updated / uninstalled.
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.ZA17lO/_old  2013-10-02 13:31:04.0 +0200
+++ /var/tmp/diff_new_pack.ZA17lO/_new  2013-10-02 13:31:04.0 +0200
@@ -38,6 +38,9 @@
 BuildRequires:  lockdev-devel
 BuildRequires:  pkg-config
 BuildRequires:  udev
+%if 0%{?suse_version} > 1230
+BuildRequires:  systemd-rpm-macros
+%endif
 Url:http://gphoto.org/
 # bug437293
 %ifarch ppc64
@@ -141,12 +144,13 @@
echo "*** The udev rules file location has changed. Fix the 
build."
exit 1
fi
+%if 0%{?suse_version} > 1230
+   install -m 0755 -d $RPM_BUILD_ROOT/%{_udevhwdbdir}
+   ./print-camera-list hwdb > 
$RPM_BUILD_ROOT/%{_udevhwdbdir}/20-gphoto.hwdb
+%else
install -m 0755 -d   
$RPM_BUILD_ROOT%{_udevrulesdir}
./print-camera-list udev-rules version 175 > 
$RPM_BUILD_ROOT%{_udevrulesdir}/40-libgphoto2.rules
-   if [ -d /usr/lib/udev/hwdb.d ] ; then
-   install -m 0755 -d $RPM_BUILD_ROOT/usr/lib/udev/hwdb.d/
-   ./print-camera-list hwdb > 
$RPM_BUILD_ROOT/usr/lib/udev/hwdb.d/20-gphoto.conf.
-   fi
+%endif
 popd
 # udev helpers not used here.
 rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-ptp-camera
@@ -169,8 +173,11 @@
 %{_libdir}/libgphoto2_port.so.*
 %{_mandir}/man3/libgphoto2.3*
 %{_mandir}/man3/libgphoto2_port.3*
+%if 0%{?suse_version} > 1230
+%{_udevhwdbdir}/20-gphoto.hwdb
+%else
 %{_udevrulesdir}/40-libgphoto2.rules
-/usr/lib/udev/hwdb.d/20-gphoto.conf.
+%endif
 
 %files -n libgphoto2-%{major}-lang -f libgphoto2-all.lang
 
@@ -185,8 +192,25 @@
 %{_libdir}/pkgconfig/libgphoto2.pc
 %{_libdir}/pkgconfig/libgphoto2_port.pc
 
-%post -n %name-%major -p /sbin/ldconfig
+%post -n %name-%major
+/sbin/ldconfig
+%if 0%{?suse_version} > 1230
+%udev_hwdb_update
+%else
+udevadm control --reload 2>&1 > /dev/null || :
+%endif
+
+%postun -n %name-%major
+/sbin/ldconfig
+if [ $1 -eq 0 ]; then
+%if 0%{?suse_version} > 1230
+%udev_hwdb_update
+%udev_rules_update
+%else
+udevadm control --reload 2>&1 > /dev/null || :
+%endif
+fi
 
-%postun -n %name-%major -p /sbin/ldconfig
+%{nil}
 
 %changelog


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2013-08-19 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2013-08-19 23:43:28

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2013-05-07 
15:14:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2013-08-19 23:43:31.0 +0200
@@ -1,0 +2,12 @@
+Mon Aug 19 14:57:20 UTC 2013 - meiss...@suse.com
+
+- updated to 2.5.2.1 temporary snapshot
+  - new udev hwdb
+  - new Nikon capture functions for newer Nikons
+  - Olympus 3030 fixed
+  - several new USB ids
+  - translation updates
+  - lots of other bugfixes
+- disabled gpg key checking for snapshot
+
+---

Old:

  libgphoto2-2.5.2.tar.bz2
  libgphoto2-2.5.2.tar.bz2.asc

New:

  libgphoto2-2.5.2.1.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.w0Djsl/_old  2013-08-19 23:43:32.0 +0200
+++ /var/tmp/diff_new_pack.w0Djsl/_new  2013-08-19 23:43:32.0 +0200
@@ -48,10 +48,10 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.2
+Version:2.5.2.1
 Release:0
-Source0:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
-Source1:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2.asc
+Source0:%{name}-%{version}.tar.bz2
+#Source1:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2.asc
 Source2:%name.keyring
 Source3:baselibs.conf
 %if 0%{?suse_version} > 1220
@@ -110,9 +110,9 @@
 %lang_package -n libgphoto2-%{major}
 
 %prep
-%if 0%{?suse_version} > 1220
-%gpg_verify %{S:1}
-%endif
+#if 0%{?suse_version} > 1220
+#gpg_verify %{S:1}
+#endif
 %setup -q
 
 %build
@@ -143,6 +143,10 @@
fi
install -m 0755 -d   
$RPM_BUILD_ROOT%{_udevrulesdir}
./print-camera-list udev-rules version 175 > 
$RPM_BUILD_ROOT%{_udevrulesdir}/40-libgphoto2.rules
+   if [ -d /usr/lib/udev/hwdb.d ] ; then
+   install -m 0755 -d $RPM_BUILD_ROOT/usr/lib/udev/hwdb.d/
+   ./print-camera-list hwdb > 
$RPM_BUILD_ROOT/usr/lib/udev/hwdb.d/20-gphoto.conf.
+   fi
 popd
 # udev helpers not used here.
 rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-ptp-camera
@@ -166,6 +170,7 @@
 %{_mandir}/man3/libgphoto2.3*
 %{_mandir}/man3/libgphoto2_port.3*
 %{_udevrulesdir}/40-libgphoto2.rules
+/usr/lib/udev/hwdb.d/20-gphoto.conf.
 
 %files -n libgphoto2-%{major}-lang -f libgphoto2-all.lang
 

++ libgphoto2-2.5.2.tar.bz2 -> libgphoto2-2.5.2.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.2.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.2.1.tar.bz2 differ: 
char 11, line 1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2013-05-07 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2013-05-07 15:14:08

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2013-05-06 
10:10:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2013-05-07 15:14:09.0 +0200
@@ -1,0 +2,5 @@
+Mon May  6 08:24:24 UTC 2013 - meiss...@suse.com
+
+- buildrequire libxml2-devel for olympus e-series.
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.y5KQIZ/_old  2013-05-07 15:14:10.0 +0200
+++ /var/tmp/diff_new_pack.y5KQIZ/_new  2013-05-07 15:14:10.0 +0200
@@ -34,6 +34,7 @@
 BuildRequires:  libtool
 BuildRequires:  libusb-1_0-devel
 BuildRequires:  libusb-devel
+BuildRequires:  libxml2-devel
 BuildRequires:  lockdev-devel
 BuildRequires:  pkg-config
 BuildRequires:  udev



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2013-05-06 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2013-05-06 10:10:02

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2013-04-17 
07:13:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2013-05-06 10:10:04.0 +0200
@@ -1,0 +2,51 @@
+Sun May  5 20:54:22 UTC 2013 - meiss...@suse.com
+
+- Updated to 2.5.2
+  ptp2:
+  * Fixed Raspberry Pi and USB 3.0 "connect only once" problem.
+  * Experimental Olympus E-series (not Pen) remote control support. Try in 
"Control" mode.
+  * Nikon DSLR: real movie capture! (use --set-config movie=1/0 and 
--wait-event)
+  * New ids:
+Sony: DSC-A900, SLT-A350, DSC-RX1, HX300, NEX-3N
+Nikon Coolpix: P80, L820, S9500, S620, P520, S2500, S2600
+Nikon Coolpix A
+Nikon DSLR: D2Xs, D4, D7100
+Nikon J2
+Canon Powershot: S100, A1300IS, A2300IS, 
+Canon EOS: 700D, 100D
+Fuji FinePix: H20EXR, X20
+Samsung: NX1000, EK-GC100
+Also various MTP device ids merged from libmtp.
+  * ptpip: major/minor number was switched in init packet.
+  * Nikon DSLR: out of focus during capture fixed, various bugfixes
+  * Nikon "controlmode" config for unlocking the camera.
+  * Canon DSLR: "keepdeviceon" pinging in get_config, liveview
+  * Canon thumbnail retrieval fixed.
+  * Lots of work on getting Olympus E-series DSLRs in Control mode
+to run.
+
+  canon:
+  * wait-for-event: handle when camera goes offline during waiting.
+  * fixed mtime 0 (Jan 1 1970) issue when downloading files and using 
--filename
+
+  sierra:
+  * Fixed the Nikon Coolpix 4300 and 2500 USB over SCSI capture mode.
+  * Ignore register 4 read errors after capture as Nikon does not supply them.
+  * added commented code on how to switch the Coolpix 2500 to RAW DIAG mode.
+
+  libgphoto2_port:
+  * gp_port_reset functionality to do a port reset.
+
+  libgphoto2_port/usbscsi:
+  * Use timeout supplied by driver, not hardcoded 1.5 seconds (fixes Nikon 
sierra capture).
+
+  translations:
+  * updated ukrainian, finish, dutch, polish, russian, french, vietnamese, 
german
+
+  build:
+  * specify lots of _BSD_SOURCE et.al. to make the strict MacOS ports
+build happier. Might break non Linux platforms, please report this.
+  * libxml2 needed for Olympus E series capture support.
+  * cleaned up AM_CPPFLAGS/CPPFLAGS usage, do not use both of them together.
+
+---

Old:

  libgphoto2-2.5.1.1.tar.bz2

New:

  libgphoto2-2.5.2.tar.bz2
  libgphoto2-2.5.2.tar.bz2.asc
  libgphoto2.keyring



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.5sPZd8/_old  2013-05-06 10:10:05.0 +0200
+++ /var/tmp/diff_new_pack.5sPZd8/_new  2013-05-06 10:10:05.0 +0200
@@ -47,10 +47,15 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.1.1
+Version:2.5.2
 Release:0
 Source0:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
-Source1:baselibs.conf
+Source1:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2.asc
+Source2:%name.keyring
+Source3:baselibs.conf
+%if 0%{?suse_version} > 1220
+BuildRequires:  gpg-offline
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-%{major}-lang = %{version}
 
@@ -72,7 +77,7 @@
 local hard drive. It does not support digital cameras based on the USB
 storage protocol. Those can be mounted by Linux directly.
 
-As of this time, gPhoto supports around 1200 cameras, listed on:
+As of this time, gPhoto supports around 1700 cameras, listed on:
 
 http://gphoto.org/proj/libgphoto2/support.php
 
@@ -84,9 +89,9 @@
 gPhoto (GNU Photo) is a set of libraries for previewing, retrieving,
 and capturing images from a range of supported digital cameras to your
 local hard drive. It does not support digital cameras based on the USB
-storage protocol. Those can be mounted by Linux directly.
+storage protocol as those can be mounted by Linux directly.
 
-As of this time, gPhoto supports around 1200 cameras, listed on:
+As of this time, gPhoto supports around 1700 cameras, listed on:
 
 http://gphoto.org/proj/libgphoto2/support.php
 
@@ -102,7 +107,11 @@
 These are its development libraries and headers.
 
 %lang_package -n libgphoto2-%{major}
+
 %prep
+%if 0%{?suse_version} > 1220
+%gpg_verify %{S:1}
+%endif
 %setup -q
 
 %build


commit libgphoto2 for openSUSE:Factory

2013-04-16 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2013-04-17 07:13:24

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2013-03-08 
09:18:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2013-04-17 07:13:27.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 09:27:50 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.CIhqZ3/_old  2013-04-17 07:13:38.0 +0200
+++ /var/tmp/diff_new_pack.CIhqZ3/_new  2013-04-17 07:13:38.0 +0200
@@ -49,7 +49,7 @@
 Group:  Hardware/Camera
 Version:2.5.1.1
 Release:0
-Source0:libgphoto2-%{version}.tar.bz2
+Source0:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-%{major}-lang = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2013-03-08 09:18:22

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2013-01-10 
13:07:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2013-03-08 09:18:24.0 +0100
@@ -1,0 +2,15 @@
+Tue Jan 29 09:40:26 UTC 2013 - meiss...@suse.com
+
+- updated to 2.5.1.1 bugfix version
+  - ptp2: fixed 32bit platforms
+  - ax301: fixed buffer overread
+
+---
+Sun Jan 27 21:26:56 UTC 2013 - meiss...@suse.com
+
+- updated to 2.5.1 final version
+  - more fixes in the wait-event, capture preview and
+regular capture code for Canon and Nikon.
+  - some new camera ids added
+
+---

Old:

  libgphoto2-2.5.0.2.tar.bz2

New:

  libgphoto2-2.5.1.1.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.VQwCF9/_old  2013-03-08 09:18:25.0 +0100
+++ /var/tmp/diff_new_pack.VQwCF9/_new  2013-03-08 09:18:25.0 +0100
@@ -47,7 +47,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.0.2
+Version:2.5.1.1
 Release:0
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf

++ libgphoto2-2.5.0.2.tar.bz2 -> libgphoto2-2.5.1.1.tar.bz2 ++
 145906 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2013-01-10 13:07:48

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-10-18 
21:53:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2013-01-10 13:07:51.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan  9 14:07:32 UTC 2013 - meiss...@suse.com
+
+- updated to 2.5.0.2 temp snapshot
+  - various new ids
+  - various bugfixes
+  - Canon driver fixes
+  - PTP driver fixes: Canon EOS thumbnail fixes
+  - translation updates
+
+---

Old:

  libgphoto2-2.5.0.tar.bz2

New:

  libgphoto2-2.5.0.2.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.DctEqK/_old  2013-01-10 13:07:52.0 +0100
+++ /var/tmp/diff_new_pack.DctEqK/_new  2013-01-10 13:07:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgphoto2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,7 +47,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.0
+Version:2.5.0.2
 Release:0
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf

++ libgphoto2-2.5.0.tar.bz2 -> libgphoto2-2.5.0.2.tar.bz2 ++
 208135 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2012-10-18 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2012-10-18 21:53:49

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-10-03 
22:26:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2012-10-18 21:53:50.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 17 12:44:36 UTC 2012 - fcro...@suse.com
+
+- fix build with new udev rules location
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.2nWHcM/_old  2012-10-18 21:53:51.0 +0200
+++ /var/tmp/diff_new_pack.2nWHcM/_new  2012-10-18 21:53:51.0 +0200
@@ -16,6 +16,12 @@
 #
 
 
+%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
+%define _udevrulesdir /usr/lib/udev/rules.d
+%else
+%define _udevrulesdir /lib/udev/rules.d
+%endif
+
 %define major 6
 
 Name:   libgphoto2
@@ -121,12 +127,12 @@
 pushd packaging/generic
export CAMLIBS=$RPM_BUILD_ROOT/%_libdir/libgphoto2/%version/
# new style UDEV rules (gudev) which will obsolete HAL fdi files
-   if [ ! -d /lib/udev/rules.d/ ] ; then
+   if [ ! -d %{_udevrulesdir} ] ; then
echo "*** The udev rules file location has changed. Fix the 
build."
exit 1
fi
-   install -m 0755 -d   
$RPM_BUILD_ROOT/lib/udev/rules.d/
-   ./print-camera-list udev-rules version 175 > 
$RPM_BUILD_ROOT/lib/udev/rules.d/40-libgphoto2.rules
+   install -m 0755 -d   
$RPM_BUILD_ROOT%{_udevrulesdir}
+   ./print-camera-list udev-rules version 175 > 
$RPM_BUILD_ROOT%{_udevrulesdir}/40-libgphoto2.rules
 popd
 # udev helpers not used here.
 rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-ptp-camera
@@ -149,7 +155,7 @@
 %{_libdir}/libgphoto2_port.so.*
 %{_mandir}/man3/libgphoto2.3*
 %{_mandir}/man3/libgphoto2_port.3*
-/lib/udev/rules.d/40-libgphoto2.rules
+%{_udevrulesdir}/40-libgphoto2.rules
 
 %files -n libgphoto2-%{major}-lang -f libgphoto2-all.lang
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2012-10-03 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2012-10-03 22:26:36

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-10-03 
07:58:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2012-10-03 22:26:38.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  3 16:23:37 UTC 2012 - co...@suse.com
+
+- fix previous change
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.JO1JSz/_old  2012-10-03 22:26:39.0 +0200
+++ /var/tmp/diff_new_pack.JO1JSz/_new  2012-10-03 22:26:39.0 +0200
@@ -57,7 +57,7 @@
 Summary:Development headers for libgphoto2
 Group:  Hardware/Camera
 Requires:   libexif-devel
-Requires:   libgphoto2 = %version
+Requires:   libgphoto2-%{major} = %version
 Requires:   libusb-1_0-devel
 
 %description

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.JO1JSz/_old  2012-10-03 22:26:40.0 +0200
+++ /var/tmp/diff_new_pack.JO1JSz/_new  2012-10-03 22:26:40.0 +0200
@@ -1 +1 @@
-libgphoto2
+libgphoto2-6

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2012-10-02 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2012-10-03 07:58:19

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-09-23 
08:30:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2012-10-03 07:58:21.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 22 16:54:39 UTC 2012 - meiss...@suse.com
+
+- split to libgphoto2-6 to allow parallel installation
+  with old libgphoto2 (2.4) and to follow shared lib convention.
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.58ViSO/_old  2012-10-03 07:58:22.0 +0200
+++ /var/tmp/diff_new_pack.58ViSO/_new  2012-10-03 07:58:22.0 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%define major 6
+
 Name:   libgphoto2
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -44,7 +46,12 @@
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Recommends: %{name}-lang = %{version}
+Recommends: %{name}-%{major}-lang = %{version}
+
+%package -n libgphoto2-%{major}
+Summary:A Digital Camera Library
+Group:  Hardware/Camera
+Recommends: %{name}-%{major}-lang = %{version}
 
 %package devel
 Summary:Development headers for libgphoto2
@@ -67,6 +74,20 @@
 
 gphoto2 --list-cameras
 
+%description -n libgphoto2-%{major}
+gPhoto (GNU Photo) is a set of libraries for previewing, retrieving,
+and capturing images from a range of supported digital cameras to your
+local hard drive. It does not support digital cameras based on the USB
+storage protocol. Those can be mounted by Linux directly.
+
+As of this time, gPhoto supports around 1200 cameras, listed on:
+
+http://gphoto.org/proj/libgphoto2/support.php
+
+or by running
+
+gphoto2 --list-cameras
+
 %description devel
 gPhoto (GNU Photo) is a set of libraries for previewing, retrieving,
 and capturing images from a range of supported digital cameras to your
@@ -74,7 +95,7 @@
 
 These are its development libraries and headers.
 
-%lang_package
+%lang_package -n libgphoto2-%{major}
 %prep
 %setup -q
 
@@ -94,9 +115,9 @@
 # skip-check-libtool-deps
 export LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
 %makeinstall
-%{find_lang} libgphoto2-6
+%{find_lang} libgphoto2-%{major}
 %{find_lang} libgphoto2_port-10
-cat libgphoto2-6.lang libgphoto2_port-10.lang > libgphoto2-all.lang
+cat libgphoto2-%{major}.lang libgphoto2_port-10.lang > libgphoto2-all.lang
 pushd packaging/generic
export CAMLIBS=$RPM_BUILD_ROOT/%_libdir/libgphoto2/%version/
# new style UDEV rules (gudev) which will obsolete HAL fdi files
@@ -117,7 +138,7 @@
 find "%buildroot/%_libdir" -type f -name "*.la" -delete
 %fdupes $RPM_BUILD_ROOT
 
-%files
+%files -n libgphoto2-%{major}
 %defattr(-,root,root)
 %{_libdir}/libgphoto2
 %{_libdir}/libgphoto2_port
@@ -130,7 +151,7 @@
 %{_mandir}/man3/libgphoto2_port.3*
 /lib/udev/rules.d/40-libgphoto2.rules
 
-%files lang -f libgphoto2-all.lang
+%files -n libgphoto2-%{major}-lang -f libgphoto2-all.lang
 
 %files devel
 %defattr(-,root,root)
@@ -143,8 +164,8 @@
 %{_libdir}/pkgconfig/libgphoto2.pc
 %{_libdir}/pkgconfig/libgphoto2_port.pc
 
-%post -p /sbin/ldconfig
+%post -n %name-%major -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n %name-%major -p /sbin/ldconfig
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2012-09-22 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2012-09-23 08:30:21

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-09-14 
14:46:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2012-09-23 08:30:22.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 21 18:18:24 UTC 2012 - jeng...@inai.de
+
+- Parallel build with %_smp_mflags
+- .la files for plugins are useless - remove them
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.w1BSiZ/_old  2012-09-23 08:30:24.0 +0200
+++ /var/tmp/diff_new_pack.w1BSiZ/_new  2012-09-23 08:30:24.0 +0200
@@ -85,7 +85,7 @@
   --with-doc-dir=%{_defaultdocdir}/%{name} \
   --without-hal \
   --with-drivers=all
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %check
 make check
@@ -113,15 +113,10 @@
 fn=$RPM_BUILD_ROOT/%{_libdir}/pkgconfig/libgphoto2_port.pc
 grep -v driverdir= $fn > $fn.new
 mv $fn.new $fn
-# These two should not be required, but the driver .la can stay
-rm $RPM_BUILD_ROOT/%{_libdir}/libgphoto2.la
-rm $RPM_BUILD_ROOT/%{_libdir}/libgphoto2_port.la
 
+find "%buildroot/%_libdir" -type f -name "*.la" -delete
 %fdupes $RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %{_libdir}/libgphoto2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2012-09-14 14:46:31

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-07-23 
10:15:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2012-09-14 14:46:33.0 +0200
@@ -1,0 +2,15 @@
+Thu Sep 13 08:45:14 UTC 2012 - meiss...@suse.com
+
+- Updated to major release 2.5.0
+  - more dynamic lists (no more fixed limits)
+  - libgphoto2 api adjustments to make it more sane, 
+binary incompatible
+  - new .so version 6
+
+---
+Wed Aug  1 12:31:43 UTC 2012 - meiss...@suse.com
+
+- fixed one missed gp_devs = NULL which led to more crashes
+  bnc#771743
+
+---

Old:

  lg-24-branch.patch
  libgphoto2-2.4.14.tar.bz2
  libgphoto2-4096files.patch

New:

  libgphoto2-2.5.0.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.7oWkNV/_old  2012-09-14 14:46:35.0 +0200
+++ /var/tmp/diff_new_pack.7oWkNV/_new  2012-09-14 14:46:35.0 +0200
@@ -25,6 +25,7 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
 BuildRequires:  libusb-1_0-devel
+BuildRequires:  libusb-devel
 BuildRequires:  lockdev-devel
 BuildRequires:  pkg-config
 BuildRequires:  udev
@@ -38,12 +39,10 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.4.14
+Version:2.5.0
 Release:0
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
-Patch0: lg-24-branch.patch
-Patch1: libgphoto2-4096files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang = %{version}
 
@@ -78,8 +77,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p0
-%patch1 -p1
 
 %build
 #AUTOPOINT=true autoreconf -fi
@@ -97,9 +94,9 @@
 # skip-check-libtool-deps
 export LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
 %makeinstall
-%{find_lang} libgphoto2-2
-%{find_lang} libgphoto2_port-0
-cat libgphoto2-2.lang libgphoto2_port-0.lang > libgphoto2-all.lang
+%{find_lang} libgphoto2-6
+%{find_lang} libgphoto2_port-10
+cat libgphoto2-6.lang libgphoto2_port-10.lang > libgphoto2-all.lang
 pushd packaging/generic
export CAMLIBS=$RPM_BUILD_ROOT/%_libdir/libgphoto2/%version/
# new style UDEV rules (gudev) which will obsolete HAL fdi files
@@ -130,7 +127,6 @@
 %{_libdir}/libgphoto2
 %{_libdir}/libgphoto2_port
 %dir %{_defaultdocdir}/%{name}
-%exclude %{_defaultdocdir}/%{name}/apidocs.html
 %{_defaultdocdir}/%{name}/*
 %{prefix}/share/%{name}
 %{_libdir}/libgphoto2.so.*
@@ -138,7 +134,6 @@
 %{_mandir}/man3/libgphoto2.3*
 %{_mandir}/man3/libgphoto2_port.3*
 /lib/udev/rules.d/40-libgphoto2.rules
-# /usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2-device.fdi
 
 %files lang -f libgphoto2-all.lang
 
@@ -153,10 +148,8 @@
 %{_libdir}/pkgconfig/libgphoto2.pc
 %{_libdir}/pkgconfig/libgphoto2_port.pc
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %changelog

++ libgphoto2-2.4.14.tar.bz2 -> libgphoto2-2.5.0.tar.bz2 ++
 276651 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2012-07-23 10:13:17

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-07-14 
11:50:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2012-07-23 10:15:53.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 19 18:40:18 UTC 2012 - meiss...@suse.com
+
+- added 2.4 branch fixes
+  - libusb1: do not crash immediately (avoid global context usage)
+  - canon: --wait-for-event append \0 to filename
+  - ptp2: new USB ids, fixed Canon EOS thumbnail retrieval
+
+---

New:

  lg-24-branch.patch



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.q5ee2f/_old  2012-07-23 10:15:55.0 +0200
+++ /var/tmp/diff_new_pack.q5ee2f/_new  2012-07-23 10:15:55.0 +0200
@@ -42,6 +42,7 @@
 Release:0
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
+Patch0: lg-24-branch.patch
 Patch1: libgphoto2-4096files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang = %{version}
@@ -77,6 +78,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p0
 %patch1 -p1
 
 %build

++ lg-24-branch.patch ++
diff -ru ./camlibs/canon/canon.c 
/home/marcus/projects/libgphoto2-2_4/libgphoto2/camlibs/canon/canon.c
--- camlibs/canon/canon.c   2012-03-30 23:23:47.0 +0200
+++ camlibs/canon/canon.c   2012-07-19 20:19:15.693782425 +0200
@@ -1333,8 +1333,7 @@
 if ( is_image ( new_name ) ) {
 /* Yup, we'll assume that this is the new 
image. */
 GP_DEBUG ( "  Found our new image file" );
-strncpy ( path->name, new_name,
-  strlen ( new_name ) );
+strcpy ( path->name, new_name );
 strcpy ( path->folder, canon2gphotopath ( 
camera, path->folder ) );
 
/* FIXME: Marcus: make it less large effort... 
*/
diff -ru ./camlibs/ptp2/library.c 
/home/marcus/projects/libgphoto2-2_4/libgphoto2/camlibs/ptp2/library.c
--- camlibs/ptp2/library.c  2012-04-15 17:11:15.0 +0200
+++ camlibs/ptp2/library.c  2012-07-19 20:19:15.686782359 +0200
@@ -715,7 +715,7 @@
{"Nikon:Coolpix L110 (PTP mode)", 0x04b0, 0x017e, PTP_CAP},
 
/* mig...@rozsas.eng.br */
-   {"Nikon:Coolpix P500 (PTP mode)", 0x04b0, 0x0184, 0},
+   {"Nikon:Coolpix P500 (PTP mode)", 0x04b0, 0x0184, PTP_CAP},
/* Graeme Wyatt  */
{"Nikon:Coolpix L120 (PTP mode)", 0x04b0, 0x0185, PTP_CAP},
/* Kévin Ottens  */
@@ -740,6 +740,8 @@
{"Nikon:Coolpix S8000 (PTP mode)",0x04b0, 0x021f, 0},
/* Aleksej Serdjukov  */
{"Nikon:Coolpix S5100 (PTP mode)",0x04b0, 0x0220, 0},
+   /* wlady...@gmail.com */
+   {"Nikon:Coolpix P300 (PTP mode)", 0x04b0, 0x0221, 0},
/* Nikon Coolpix 2000 */
{"Nikon:Coolpix 2000 (PTP mode)", 0x04b0, 0x0302, 0},
/* From IRC reporter. */
@@ -810,6 +812,11 @@
/* IRC Reporter popolon */
{"Nikon:DSC D5100 (PTP mode)",0x04b0, 0x0429, 
PTP_CAP|PTP_CAP_PREVIEW},
 
+   
+   /* 
http://sourceforge.net/tracker/?func=detail&aid=3536904&group_id=8874&atid=108874
 */
+   {"Nikon:V1",  0x04b0, 0x0601, PTP_CAP},
+
+
 #if 0
/* Thomas Luzat  */
/* this was reported as not working, mass storage only:
@@ -1058,6 +1065,8 @@
 
/* Martin Lasarsch at SUSE. MTP_PROPLIST returns just 0 entries */
{"Canon:Digital IXUS 90 IS",0x04a9, 0x3174, 
PTPBUG_DELETE_SENDS_EVENT},
+   /* Daniel Moyne  */
+   {"Canon:Powershot SD790 IS",0x04a9, 0x3174, 
PTPBUG_DELETE_SENDS_EVENT},
 
/* 
https://sourceforge.net/tracker/?func=detail&aid=2722422&group_id=8874&atid=358874
 */
{"Canon:Digital IXUS 85 IS",0x04a9, 0x3174, 
PTPBUG_DELETE_SENDS_EVENT},
@@ -1289,6 +1298,9 @@
{"Apple:iPod Touch 3rd Gen (PTP mode)", 0x05ac, 0x1299, 0},
{"Apple:iPad (PTP mode)",   0x05ac, 0x129a, 0},
 
+   /* Don Cohen  */
+   {"Apple:iPhone 4S (PTP mode)",  0x05ac, 0x12a0, 0},
+
/* 
https://sourceforge.net/tracker/index.php?func=detail&aid=1869653&group_id=158745&atid=809061
 */
{"Pioneer:DVR-LX60D",   0x08e4, 0x014

commit libgphoto2 for openSUSE:Factory

2012-07-14 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2012-07-14 09:51:22

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-04-17 
21:59:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2012-07-14 11:50:47.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 12 07:58:37 UTC 2012 - meiss...@suse.com
+
+- generate v 175 udev rules (basically will use internal usb_id now)
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.76iocq/_old  2012-07-14 11:50:49.0 +0200
+++ /var/tmp/diff_new_pack.76iocq/_new  2012-07-14 11:50:49.0 +0200
@@ -106,7 +106,7 @@
exit 1
fi
install -m 0755 -d   
$RPM_BUILD_ROOT/lib/udev/rules.d/
-   ./print-camera-list udev-rules version 136 > 
$RPM_BUILD_ROOT/lib/udev/rules.d/40-libgphoto2.rules
+   ./print-camera-list udev-rules version 175 > 
$RPM_BUILD_ROOT/lib/udev/rules.d/40-libgphoto2.rules
 popd
 # udev helpers not used here.
 rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-ptp-camera

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2012-04-17 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2012-04-17 21:59:08

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-02-22 
19:11:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2012-04-17 21:59:15.0 +0200
@@ -1,0 +2,8 @@
+Sun Apr 15 23:15:29 CEST 2012 - meiss...@suse.de
+
+- 2.4.14 release
+  - Canon EOS 5D Mark III support
+  - Samsung Galaxy support restored
+  - bugfixes
+
+---

Old:

  libgphoto2-2.4.12.1.tar.bz2

New:

  libgphoto2-2.4.14.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.LmPy2j/_old  2012-04-17 21:59:17.0 +0200
+++ /var/tmp/diff_new_pack.LmPy2j/_new  2012-04-17 21:59:17.0 +0200
@@ -38,7 +38,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.4.12.1
+Version:2.4.14
 Release:0
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf

++ libgphoto2-2.4.12.1.tar.bz2 -> libgphoto2-2.4.14.tar.bz2 ++
 152652 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2012-02-22 19:11:44

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-02-21 
07:32:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2012-02-22 19:11:48.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb 21 18:03:48 CET 2012 - meiss...@suse.de
+
+- 2.4.12.1 temp snapshot
+  - various libusb 1.0 fixes (including last one merged)
+  - EOS fast directory listing
+
+---

Old:

  libgphoto2-2.4.12.tar.bz2
  libgphoto2-libusb.patch

New:

  libgphoto2-2.4.12.1.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.3qzYys/_old  2012-02-22 19:11:49.0 +0100
+++ /var/tmp/diff_new_pack.3qzYys/_new  2012-02-22 19:11:49.0 +0100
@@ -38,21 +38,20 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.4.12
+Version:2.4.12.1
 Release:0
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
 Patch1: libgphoto2-4096files.patch
-# PATCH-FIX-UPSTREAM libgphoto2-libusb.patch dims...@opensuse.org -- Fix usage 
of libusb 1.0. Patch written by libusb maintainer Peter Stuge.
-Patch2: libgphoto2-libusb.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang = %{version}
 
 %package devel
 Summary:Development headers for libgphoto2
 Group:  Hardware/Camera
-Requires:   libgphoto2 = %version libusb-1_0-devel
 Requires:   libexif-devel
+Requires:   libgphoto2 = %version
+Requires:   libusb-1_0-devel
 
 %description
 gPhoto (GNU Photo) is a set of libraries for previewing, retrieving,
@@ -79,10 +78,6 @@
 %prep
 %setup -q
 %patch1 -p1
-(
-cd libgphoto2_port/libusb1/
-%patch2
-)
 
 %build
 #AUTOPOINT=true autoreconf -fi

++ libgphoto2-2.4.12.tar.bz2 -> libgphoto2-2.4.12.1.tar.bz2 ++
 98519 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2012-02-20 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2012-02-21 07:32:06

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-01-27 
15:21:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2012-02-21 07:32:09.0 +0100
@@ -1,0 +2,8 @@
+Sat Feb 18 22:59:56 UTC 2012 - dims...@opensuse.org
+
+- Add libgphoto2-libusb.patch: Fix initialization of libusb 1.0.
+  The initialization of libusb was not always done with the default
+  context and if not done with the default context, the right one
+  needs to be passed to subsequent calls.
+
+---

New:

  libgphoto2-libusb.patch



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.JgzWKy/_old  2012-02-21 07:32:11.0 +0100
+++ /var/tmp/diff_new_pack.JgzWKy/_new  2012-02-21 07:32:11.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libgphoto2
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -42,6 +43,8 @@
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
 Patch1: libgphoto2-4096files.patch
+# PATCH-FIX-UPSTREAM libgphoto2-libusb.patch dims...@opensuse.org -- Fix usage 
of libusb 1.0. Patch written by libusb maintainer Peter Stuge.
+Patch2: libgphoto2-libusb.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang = %{version}
 
@@ -76,6 +79,10 @@
 %prep
 %setup -q
 %patch1 -p1
+(
+cd libgphoto2_port/libusb1/
+%patch2
+)
 
 %build
 #AUTOPOINT=true autoreconf -fi

++ libgphoto2-libusb.patch ++
--- libusb1.c.orig  2011-11-13 14:50:32.0 +0100
+++ libusb1.c   2012-02-18 23:44:37.034378810 +0100
@@ -85,7 +85,7 @@
 static libusb_device **devs = NULL;
 
 static ssize_t
-load_devicelist (void) {
+load_devicelist (libusb_context *ctx) {
time_t  xtime;
 
time(&xtime);
@@ -96,7 +96,7 @@
devs = NULL;
}
if (!nrofdevs)
-   nrofdevs = libusb_get_device_list (NULL, &devs);
+   nrofdevs = libusb_get_device_list (ctx, &devs);
return nrofdevs;
 }
 
@@ -114,7 +114,7 @@
CHECK (gp_port_info_list_append (list, info));
 
libusb_init (NULL);
-   nrofdevs = load_devicelist ();
+   nrofdevs = load_devicelist (NULL);
 
for (d = 0; d < nrofdevs; d++) {
struct libusb_device_descriptor desc;
@@ -766,7 +766,7 @@
return GP_ERROR_BAD_PARAMETERS;
}
 
-   nrofdevs = load_devicelist ();
+   nrofdevs = load_devicelist (port->pl->ctx);
 
for (d = 0; d < nrofdevs; d++) {
struct libusb_device_descriptor desc;
@@ -1067,7 +1067,7 @@
if (!class)
return GP_ERROR_BAD_PARAMETERS;
 
-   nrofdevs = load_devicelist ();
+   nrofdevs = load_devicelist (port->pl->ctx);
for (d = 0; d < nrofdevs; d++) {
struct libusb_device_descriptor desc;
struct libusb_config_descriptor *confdesc;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2012-01-27 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2012-01-27 15:21:23

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2011-12-14 
14:33:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2012-01-27 15:21:33.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan 25 10:37:10 UTC 2012 - meiss...@suse.com
+
+- Updated to 2.4.12 final release. 
+  - libusb 1.0 support
+  - canon and nikon capture enhancements
+  - lots of bugs fixed
+  - lots of new devices
+  - updated translations
+
+---

Old:

  libgphoto2-2.4.11.2.tar.bz2

New:

  libgphoto2-2.4.12.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.YDZnAC/_old  2012-01-27 15:21:35.0 +0100
+++ /var/tmp/diff_new_pack.YDZnAC/_new  2012-01-27 15:21:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgphoto2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   libgphoto2
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -38,7 +37,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.4.11.2
+Version:2.4.12
 Release:0
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
@@ -48,6 +47,7 @@
 
 %package devel
 Summary:Development headers for libgphoto2
+Group:  Hardware/Camera
 Requires:   libgphoto2 = %version libusb-1_0-devel
 Requires:   libexif-devel
 
@@ -78,8 +78,7 @@
 %patch1 -p1
 
 %build
-%{?suse_update_config:%{suse_update_config -f . libgphoto2_port}}
-AUTOPOINT=true autoreconf -fi
+#AUTOPOINT=true autoreconf -fi
 PATH="/usr/X11R6/bin:$PATH"\
 %configure \
   --with-doc-dir=%{_defaultdocdir}/%{name} \

++ libgphoto2-2.4.11.2.tar.bz2 -> libgphoto2-2.4.12.tar.bz2 ++
 48957 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2011-12-14 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2011-12-14 14:33:55

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2011-12-06 
18:00:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2011-12-14 14:33:57.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 11 14:13:06 CET 2011 - meiss...@suse.de
+
+- do not explicitly require libusb 0.1 in pkgconfig file
+- some more bugfixes
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.OncMC7/_old  2011-12-14 14:33:58.0 +0100
+++ /var/tmp/diff_new_pack.OncMC7/_new  2011-12-14 14:33:58.0 +0100
@@ -15,12 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libgphoto2
-BuildRequires:  doxygen fdupes gcc-c++ gd-devel libexif-devel libjpeg-devel 
libusb-1_0-devel lockdev-devel pkg-config udev
+BuildRequires:  doxygen
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  gd-devel
+BuildRequires:  libexif-devel
+BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
+BuildRequires:  libusb-1_0-devel
+BuildRequires:  lockdev-devel
+BuildRequires:  pkg-config
+BuildRequires:  udev
 Url:http://gphoto.org/
 # bug437293
 %ifarch ppc64
@@ -28,11 +35,11 @@
 %endif
 #
 %define prefix /usr
-License:LGPLv2.1+
-Group:  Hardware/Camera
 Summary:A Digital Camera Library
+License:LGPL-2.1+
+Group:  Hardware/Camera
 Version:2.4.11.2
-Release:4
+Release:0
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
 Patch1: libgphoto2-4096files.patch
@@ -41,8 +48,6 @@
 
 %package devel
 Summary:Development headers for libgphoto2
-License:LGPLv2.1+
-Group:  Hardware/Camera
 Requires:   libgphoto2 = %version libusb-1_0-devel
 Requires:   libexif-devel
 

++ libgphoto2-2.4.11.2.tar.bz2 ++
 89863 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2011-12-06 17:59:26

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2011-11-21 
12:35:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2011-12-06 18:00:33.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 29 11:39:03 CET 2011 - meiss...@suse.de
+
+- Updated to 2.4.11.2 temp snapshot
+  - libusb 1.0 support
+  - changed canon powershot event handling
+  - fixed several bugs
+  - added new devices
+
+---

Old:

  libgphoto2-2.4.11.tar.bz2

New:

  libgphoto2-2.4.11.2.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.AwqOyA/_old  2011-12-06 18:00:38.0 +0100
+++ /var/tmp/diff_new_pack.AwqOyA/_new  2011-12-06 18:00:38.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   libgphoto2
-BuildRequires:  doxygen fdupes gcc-c++ gd-devel libexif-devel libjpeg-devel 
libusb-devel lockdev-devel pkg-config udev
+BuildRequires:  doxygen fdupes gcc-c++ gd-devel libexif-devel libjpeg-devel 
libusb-1_0-devel lockdev-devel pkg-config udev
 BuildRequires:  libtool
 Url:http://gphoto.org/
 # bug437293
@@ -31,7 +31,7 @@
 License:LGPLv2.1+
 Group:  Hardware/Camera
 Summary:A Digital Camera Library
-Version:2.4.11
+Version:2.4.11.2
 Release:4
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
@@ -43,7 +43,7 @@
 Summary:Development headers for libgphoto2
 License:LGPLv2.1+
 Group:  Hardware/Camera
-Requires:   libgphoto2 = %version libusb-devel
+Requires:   libgphoto2 = %version libusb-1_0-devel
 Requires:   libexif-devel
 
 %description

++ libgphoto2-2.4.11.tar.bz2 -> libgphoto2-2.4.11.2.tar.bz2 ++
 169121 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2011-11-21 12:34:36

Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old)
 and  /work/SRC/openSUSE:Factory/.libgphoto2.new (New)


Package is "libgphoto2", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2011-09-23 
02:08:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2011-11-21 12:35:14.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 19 15:57:21 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.Rr1pTZ/_old  2011-11-21 12:35:23.0 +0100
+++ /var/tmp/diff_new_pack.Rr1pTZ/_new  2011-11-21 12:35:23.0 +0100
@@ -20,6 +20,7 @@
 
 Name:   libgphoto2
 BuildRequires:  doxygen fdupes gcc-c++ gd-devel libexif-devel libjpeg-devel 
libusb-devel lockdev-devel pkg-config udev
+BuildRequires:  libtool
 Url:http://gphoto.org/
 # bug437293
 %ifarch ppc64

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2011-05-31 Thread h_root

Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory
checked in at Tue May 31 13:06:02 CEST 2011.




--- GNOME/libgphoto2/libgphoto2.changes 2011-04-19 15:11:55.0 +0200
+++ /mounts/work_src_done/STABLE/libgphoto2/libgphoto2.changes  2011-05-30 
17:07:29.0 +0200
@@ -1,0 +2,5 @@
+Mon May 30 17:06:35 CEST 2011 - meiss...@suse.de
+
+- disable hal support completely for 12.1 bnc#697024
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.PrUzaQ/_old  2011-05-31 13:05:20.0 +0200
+++ /var/tmp/diff_new_pack.PrUzaQ/_new  2011-05-31 13:05:20.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   libgphoto2
-BuildRequires:  doxygen fdupes gcc-c++ gd-devel hal libexif-devel 
libjpeg-devel libusb-devel lockdev-devel pkg-config udev
+BuildRequires:  doxygen fdupes gcc-c++ gd-devel libexif-devel libjpeg-devel 
libusb-devel lockdev-devel pkg-config udev
 Url:http://gphoto.org/
 # bug437293
 %ifarch ppc64
@@ -31,7 +31,7 @@
 Group:  Hardware/Camera
 Summary:A Digital Camera Library
 Version:2.4.11
-Release:1
+Release:4
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
 Patch1: libgphoto2-4096files.patch
@@ -93,20 +93,6 @@
 cat libgphoto2-2.lang libgphoto2_port-0.lang > libgphoto2-all.lang
 pushd packaging/generic
export CAMLIBS=$RPM_BUILD_ROOT/%_libdir/libgphoto2/%version/
-   # Check the installed hal (in neededforbuild) if the directory
-   # is still at the place we expect to avoid surprises.
-   if [ ! -d /usr/share/hal/fdi/information/20thirdparty/ ] ; then
-   echo "*** The hal FDI file location has changed. Fix the build."
-   exit 1
-   fi
-   install -m 0755 -d
$RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/
-   ./print-camera-list hal-fdi > 
$RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi
-   # ./print-camera-list hal-fdi-dev > 
$RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2-device.fdi
-   if [ ! -s 
$RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi
 ]; then
-   echo "*** Did not generate a fdi map. Check the build."
-   exit 1
-   fi
-%if 0%{?suse_version} >= 1120
# new style UDEV rules (gudev) which will obsolete HAL fdi files
if [ ! -d /lib/udev/rules.d/ ] ; then
echo "*** The udev rules file location has changed. Fix the 
build."
@@ -114,7 +100,6 @@
fi
install -m 0755 -d   
$RPM_BUILD_ROOT/lib/udev/rules.d/
./print-camera-list udev-rules version 136 > 
$RPM_BUILD_ROOT/lib/udev/rules.d/40-libgphoto2.rules
-%endif
 popd
 # udev helpers not used here.
 rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-ptp-camera
@@ -143,10 +128,7 @@
 %{_libdir}/libgphoto2_port.so.*
 %{_mandir}/man3/libgphoto2.3*
 %{_mandir}/man3/libgphoto2_port.3*
-/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi
-%if 0%{?suse_version} >= 1120
 /lib/udev/rules.d/40-libgphoto2.rules
-%endif
 # /usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2-device.fdi
 
 %files lang -f libgphoto2-all.lang






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory
checked in at Thu Apr 21 12:05:20 CEST 2011.




--- GNOME/libgphoto2/libgphoto2.changes 2010-08-31 11:50:26.0 +0200
+++ /mounts/work_src_done/STABLE/libgphoto2/libgphoto2.changes  2011-04-19 
15:11:55.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 19 15:09:27 CEST 2011 - meiss...@suse.de
+
+- Updated to the 2.4.11 release
+  - lots of PTP fixes for Canon and Nikons.
+  - sierra mode now uses SCSI wrapping directly.
+  - fixes also in other drivers
+  - lots of new USB ids
+  - translations updates
+
+---

calling whatdependson for head-i586


Old:

  libgphoto2-2.4.10.tar.bz2

New:

  libgphoto2-2.4.11.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.aEC9pc/_old  2011-04-21 12:04:56.0 +0200
+++ /var/tmp/diff_new_pack.aEC9pc/_new  2011-04-21 12:04:56.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libgphoto2 (Version 2.4.10)
+# spec file for package libgphoto2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,8 +30,8 @@
 License:LGPLv2.1+
 Group:  Hardware/Camera
 Summary:A Digital Camera Library
-Version:2.4.10
-Release:2
+Version:2.4.11
+Release:1
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
 Patch1: libgphoto2-4096files.patch
@@ -117,7 +117,6 @@
 %endif
 popd
 # udev helpers not used here.
-rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-mtp-device
 rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-ptp-camera
 mv doc/doxygen-output/libgphoto2-api.html apidocs 
 fn=$RPM_BUILD_ROOT/%{_libdir}/pkgconfig/libgphoto2_port.pc

++ libgphoto2-2.4.10.tar.bz2 -> libgphoto2-2.4.11.tar.bz2 ++
 314695 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org