commit pkTriggerCord for openSUSE:Factory

2019-12-04 Thread root
Hello community,

here is the log from the commit of package pkTriggerCord for openSUSE:Factory 
checked in at 2019-12-04 13:50:03

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


Package is "pkTriggerCord"

Wed Dec  4 13:50:03 2019 rev:5 rq:750220 version:0.85.00

Changes:

--- /work/SRC/openSUSE:Factory/pkTriggerCord/pkTriggerCord.changes  
2018-05-15 10:33:23.664204874 +0200
+++ /work/SRC/openSUSE:Factory/.pkTriggerCord.new.4691/pkTriggerCord.changes
2019-12-04 14:19:22.462387268 +0100
@@ -1,0 +2,54 @@
+Thu Nov 21 08:23:14 UTC 2019 - Jiri Slaby 
+
+- update to 0.85.00
+ * K-1 battery fields fix
+ * K-70: read one push bracketing field
+ * Using one push bracketing field in command line
+ * Print out command line in debug mode
+ * K-70 bulb mode bugfix
+ * --settings
+ * K-1 bulb mode bugfix (testing)
+ * --dangerous no longer required for K-70
+ * bulb_mode setting reading for K-70, K-50, K-01
+ * better handling of unknown and n/a settings
+ * K-x settings parser (very simple)
+ * Checking both both /dev/block and /dev
+ * Android: using gradle instead of ant
+ * Android: nicer image download indicator
+ * GUI ISO table bugfix
+ * Updating lens info database ( exiftool 10.70 )
+ * Android: better support of landscape mode
+ * GTK code cleanup
+ * Requires at least gtk+ 2.18
+ * GTK status info/status hex bugfix
+ * Using command 0x02 0x00 for buffer mask (K-70, K-3II)
+ * Possibility to specify stdout as output file using -
+ * Default mode prints out status info instead of taking a picture
+ * using_aperture_ring setting reading for K-70
+ * shake_reduction setting reading for K-70
+ * astrotracer setting reading for K70, K-3II
+ * horizon_correction setting reading for K-70
+ * astrotracer timer sec setting reading for K-3II
+ * K-3II bulb mode bugfix (testing)
+ * Restore bulb_timer, astrotracer fields after bulb
+ * CLI: Support for single buffer mode mode (K-70)
+ * GUI: Settings info
+ * GUI: Support for single buffer mode mode (K-70)
+ * Testing support for KP
+ * K-70 GUI image save bugfixes
+ * Android: Better error message if root access is missing.
+ * GUI ISO table simplification
+ * GUI Preview image bugfix
+ * Filename extension bugfixes
+ * Avoid double unrecognized option error message
+ * Show error message if servermode is specified in Windows
+ * Human readable selected/focused af point (for 11 AF points)
+ * K-70 AF selection mode reading hack
+ * K-70 reading selected af point
+ * --select_af_point also accepts raw numerical values
+ * Testing support for K-1 II
+- add 0001-Makefile-remove-external-target.patch to fix build
+- add 0001-rules-handle-permissions-by-uaccess.patch to switch from
+  groups to uaccess (bnc#1157352) -- dropped setcap mess
+
+---

Old:

  pkTriggerCord-0.84.04.src.tar.gz

New:

  0001-Makefile-remove-external-target.patch
  0001-rules-handle-permissions-by-uaccess.patch
  pkTriggerCord-0.85.00.src.tar.gz



Other differences:
--
++ pkTriggerCord.spec ++
--- /var/tmp/diff_new_pack.RXtdqt/_old  2019-12-04 14:19:23.018387737 +0100
+++ /var/tmp/diff_new_pack.RXtdqt/_new  2019-12-04 14:19:23.022387740 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pkTriggerCord
 #
-# Copyright (c) 2016 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
@@ -12,55 +12,56 @@
 # 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/
 #
 
 
 %define sname %(echo %{name}|tr A-Z a-z)
 
 Summary:Remote control program for Pentax DSLR cameras
-License:LGPL-3.0
+License:LGPL-3.0-only
 Group:  Hardware/Camera
 Name:   pkTriggerCord
-Version:0.84.04
+Version:0.85.00
 Release:0
 Source: 
https://github.com/asalamon74/pktriggercord/releases/download/v%{version}/%{name}-%{version}.src.tar.gz
+Patch0: 0001-Makefile-remove-external-target.patch
+Patch1: 0001-rules-handle-permissions-by-uaccess.patch
 Url:http://pktriggercord.melda.info/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc
 BuildRequires:  gtk2-devel
 BuildRequires:  make
-Requires(post): libcap-progs
 
 %description
 pkTriggerCord is a remote control program for Pentax DSLR cameras.
 
 %prep
-%setup -q -n %{sname}-%{versio

commit pkTriggerCord for openSUSE:Factory

2018-05-15 Thread root
Hello community,

here is the log from the commit of package pkTriggerCord for openSUSE:Factory 
checked in at 2018-05-15 10:13:21

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


Package is "pkTriggerCord"

Tue May 15 10:13:21 2018 rev:4 rq:606449 version:0.84.04

Changes:

--- /work/SRC/openSUSE:Factory/pkTriggerCord/pkTriggerCord.changes  
2016-07-14 09:44:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.pkTriggerCord.new/pkTriggerCord.changes 
2018-05-15 10:33:23.664204874 +0200
@@ -1,0 +2,40 @@
+Fri May 11 12:52:00 UTC 2018 - jsl...@suse.com
+
+- update to 0.84.04
+  * about/version code cleanup
+  * Testing suport for K-70
+  * K-70, K-1 selected_af_point hack
+  * K-1 bufmask testing
+  * GUI: Status hexdump
+  * New status field: auto_bracket_picture_counter
+  * GUI: Editable bulb exposure time
+  * GUI: Hide AF points if camera has more than 11
+  * K-S1 bugfix
+  * K-70 battery field reading bugfix
+  * Handling two new jpeg image tones: CrossProcessing, Flat, Auto
+  * Handling new white balance modes: MultiAuto, Manual2, Manual3, Kelvin1,
+Kelvin2, Kelvin3
+  * Fixing incorrectly recognized exposure submodes
+  * Handling new exposure submodes: Forest, NightSceneHDR, BacklightSilhouette,
+BlueSky
+  * Renaming exposure submode to scene mode
+  * Avoid infinite loop if green button fails
+  * Adding bufmask field to --status printing
+  * Handling higher ISO values in the GUI
+  * GUI: Avoid thumbnail reading, downscale preview instead
+  * Possibility to read lens database from latest exiftool
+  * Updating lens info database ( exiftool 10.300 )
+  * Testing support for K-1
+  * Small speedup
+  * servermode subcommand: set_shutter_speed, set_iso, usleep
+  * servermode: avoid segmentation fault if camera is not connected
+  * K-500 support
+  * Limited K-3 II support (Testing)
+  * K-3 support
+  * Eliminate GTK settings window closing warning
+  * Limited K-S1, K-S2 support
+  * Eliminate segmentation fault (non-root Linux usage)
+  * autosave, save as dialog cancel bugfix
+  * Linux/Android: driveinfo bugfix
+
+---

Old:

  pkTriggerCord-0.82.04.src.tar.gz

New:

  pkTriggerCord-0.84.04.src.tar.gz



Other differences:
--
++ pkTriggerCord.spec ++
--- /var/tmp/diff_new_pack.Tujox5/_old  2018-05-15 10:33:24.284182104 +0200
+++ /var/tmp/diff_new_pack.Tujox5/_new  2018-05-15 10:33:24.288181957 +0200
@@ -22,7 +22,7 @@
 License:LGPL-3.0
 Group:  Hardware/Camera
 Name:   pkTriggerCord
-Version:0.82.04
+Version:0.84.04
 Release:0
 Source: 
https://github.com/asalamon74/pktriggercord/releases/download/v%{version}/%{name}-%{version}.src.tar.gz
 Url:http://pktriggercord.melda.info/

++ pkTriggerCord-0.82.04.src.tar.gz -> pkTriggerCord-0.84.04.src.tar.gz 
++
 10256 lines of diff (skipped)




commit pkTriggerCord for openSUSE:Factory

2016-07-14 Thread h_root
Hello community,

here is the log from the commit of package pkTriggerCord for openSUSE:Factory 
checked in at 2016-07-14 09:44:23

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


Package is "pkTriggerCord"

Changes:

--- /work/SRC/openSUSE:Factory/pkTriggerCord/pkTriggerCord.changes  
2015-12-09 22:29:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.pkTriggerCord.new/pkTriggerCord.changes 
2016-07-14 09:44:25.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  5 18:09:04 UTC 2016 - toddrme2...@gmail.com
+
+- Change Group tag.
+
+---



Other differences:
--
++ pkTriggerCord.spec ++
--- /var/tmp/diff_new_pack.LPtHDj/_old  2016-07-14 09:44:26.0 +0200
+++ /var/tmp/diff_new_pack.LPtHDj/_new  2016-07-14 09:44:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pkTriggerCord
 #
-# 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
@@ -20,7 +20,7 @@
 
 Summary:Remote control program for Pentax DSLR cameras
 License:LGPL-3.0
-Group:  Applications/Tools
+Group:  Hardware/Camera
 Name:   pkTriggerCord
 Version:0.82.04
 Release:0




commit pkTriggerCord for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package pkTriggerCord for openSUSE:Factory 
checked in at 2015-12-09 19:53:33

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


Package is "pkTriggerCord"

Changes:

--- /work/SRC/openSUSE:Factory/pkTriggerCord/pkTriggerCord.changes  
2015-12-01 09:19:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.pkTriggerCord.new/pkTriggerCord.changes 
2015-12-09 22:29:53.0 +0100
@@ -1,0 +2,16 @@
+Mon Dec  7 12:12:05 UTC 2015 - jsl...@suse.com
+
+- update to 0.82.04
+  * More debug messages
+  * jpeg contrast/hue/sharpness/saturation GUI bugfix
+  * Image tone bugfix (thx Mike Protts)
+  * Disable muted jpeg image tone for K-x because it's not working correctly
+  * Android build fixes
+  * Disable jpeg hue change for old cameras without jpeg hue setting
+  * Makefile code cleanup
+  * Project moved to github.com
+  * Update/addition of dlls to windows port
+  * Servermode documentation
+- switch to new URL
+
+---

Old:

  pkTriggerCord-0.82.02.src.tar.gz

New:

  pkTriggerCord-0.82.04.src.tar.gz



Other differences:
--
++ pkTriggerCord.spec ++
--- /var/tmp/diff_new_pack.IJflae/_old  2015-12-09 22:29:54.0 +0100
+++ /var/tmp/diff_new_pack.IJflae/_new  2015-12-09 22:29:54.0 +0100
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define sname %(echo %{name}|tr A-Z a-z)
 
 Summary:Remote control program for Pentax DSLR cameras
 License:LGPL-3.0
 Group:  Applications/Tools
 Name:   pkTriggerCord
-Version:0.82.02
+Version:0.82.04
 Release:0
-Source: 
http://sourceforge.net/projects/pktriggercord/files/%{version}/%{name}-%{version}.src.tar.gz
-Url:http://%{sname}.sourceforge.net
+Source: 
https://github.com/asalamon74/pktriggercord/releases/download/v%{version}/%{name}-%{version}.src.tar.gz
+Url:http://pktriggercord.melda.info/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc
 BuildRequires:  gtk2-devel

++ pkTriggerCord-0.82.02.src.tar.gz -> pkTriggerCord-0.82.04.src.tar.gz 
++
 1764 lines of diff (skipped)