commit Photini for openSUSE:Factory

2020-11-08 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2020-11-08 20:59:34

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


Package is "Photini"

Sun Nov  8 20:59:34 2020 rev:17 rq:846933 version:2020.11.0

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2020-11-02 
09:43:40.665799018 +0100
+++ /work/SRC/openSUSE:Factory/.Photini.new.11331/Photini.changes   
2020-11-08 20:59:47.676232464 +0100
@@ -1,0 +2,6 @@
+Sun Nov  8 10:43:37 UTC 2020 - Luigi Baldoni 
+
+- Update to version 2020.11.0
+  * Fix serious bug when saving "date taken" metadata.
+
+---

Old:

  Photini-2020.10.1.tar.gz

New:

  Photini-2020.11.0.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.42iZWh/_old  2020-11-08 20:59:48.156231533 +0100
+++ /var/tmp/diff_new_pack.42iZWh/_new  2020-11-08 20:59:48.156231533 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   Photini
-Version:2020.10.1
+Version:2020.11.0
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
 License:GPL-3.0-or-later

++ Photini-2020.10.1.tar.gz -> Photini-2020.11.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Photini-2020.10.1/CHANGELOG.txt 
new/Photini-2020.11.0/CHANGELOG.txt
--- old/Photini-2020.10.1/CHANGELOG.txt 2020-10-31 11:20:51.0 +0100
+++ new/Photini-2020.11.0/CHANGELOG.txt 2020-11-08 10:54:00.0 +0100
@@ -16,6 +16,9 @@
 along with this program.  If not, see
 .
 
+Changes in v2020.11.0:
+  1/ Fix serious bug when saving "date taken" metadata.
+
 Changes in v2020.10.1:
   1/ Fix bug when using --root option on Linux installer.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Photini-2020.10.1/src/photini/__init__.py 
new/Photini-2020.11.0/src/photini/__init__.py
--- old/Photini-2020.10.1/src/photini/__init__.py   2020-10-31 
11:20:51.0 +0100
+++ new/Photini-2020.11.0/src/photini/__init__.py   2020-11-08 
10:54:00.0 +0100
@@ -1,4 +1,4 @@
 from __future__ import unicode_literals
 
-__version__ = '2020.10.1'
-build = '1514 (14750df)'
+__version__ = '2020.11.0'
+build = '1517 (ddbee9b)'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Photini-2020.10.1/src/photini/exiv2.py 
new/Photini-2020.11.0/src/photini/exiv2.py
--- old/Photini-2020.10.1/src/photini/exiv2.py  2020-10-31 11:20:51.0 
+0100
+++ new/Photini-2020.11.0/src/photini/exiv2.py  2020-11-08 10:54:00.0 
+0100
@@ -1,6 +1,6 @@
 ##  Photini - a simple photo metadata editor.
 ##  http://github.com/jim-easterbrook/Photini
-##  Copyright (C) 2012-19  Jim Easterbrook  j...@jim-easterbrook.me.uk
+##  Copyright (C) 2012-20  Jim Easterbrook  j...@jim-easterbrook.me.uk
 ##
 ##  This program is free software: you can redistribute it and/or
 ##  modify it under the terms of the GNU General Public License as
@@ -387,7 +387,7 @@
 'Exif.GPSInfo.GPSLongitude', 'Exif.GPSInfo.GPSLongitudeRef'),
 'Exif.Image.DateTime': (
 'Exif.Image.DateTime', 'Exif.Photo.SubSecTime'),
-'Exif.Image.DateTimeOriginal': ('Exif.Photo.DateTimeOriginal',),
+'Exif.Image.DateTimeOriginal': ('Exif.Image.DateTimeOriginal',),
 'Exif.Image.FNumber': (
 'Exif.Image.FNumber', 'Exif.Image.ApertureValue'),
 'Exif.Photo.DateTimeDigitized': (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Photini-2020.10.1/src/photini/technical.py 
new/Photini-2020.11.0/src/photini/technical.py
--- old/Photini-2020.10.1/src/photini/technical.py  2020-10-31 
11:20:51.0 +0100
+++ new/Photini-2020.11.0/src/photini/technical.py  2020-11-08 
10:54:00.0 +0100
@@ -337,6 +337,7 @@
 QtWidgets.QLabel(translate('TechnicalTab', 'Precision:')), 1, 0)
 self.members['precision'] = Slider(Qt.Horizontal)
 self.members['precision'].setRange(1, 7)
+self.members['precision'].setValue(7)
 self.members['precision'].setPageStep(1)
 self.addWidget(self.members['precision'], 1, 1)
 # connections




commit Photini for openSUSE:Factory

2020-11-02 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2020-11-02 09:42:59

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


Package is "Photini"

Mon Nov  2 09:42:59 2020 rev:16 rq:845173 version:2020.10.1

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2020-04-28 
22:33:30.857881819 +0200
+++ /work/SRC/openSUSE:Factory/.Photini.new.3463/Photini.changes
2020-11-02 09:43:40.665799018 +0100
@@ -1,0 +2,12 @@
+Sat Oct 31 11:23:54 UTC 2020 - Luigi Baldoni 
+
+- Update to version 2020.10.1
+  * Fix bug when using --root option on Linux installer.
+  version 2020.10.0:
+  * Fix bug when copying files from a high speed device.
+  * Fix Google Photos uploader bug when folder has no name.
+  * Improved installation, particularly start menu shortcuts.
+  * Minor other fixes and improvements.
+- Spec cleanup
+
+---

Old:

  Photini-2020.4.0.tar.gz

New:

  Photini-2020.10.1.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.EnDYG3/_old  2020-11-02 09:43:42.881801144 +0100
+++ /var/tmp/diff_new_pack.EnDYG3/_new  2020-11-02 09:43:42.885801148 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   Photini
-Version:2020.4.0
+Version:2020.10.1
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
 License:GPL-3.0-or-later
@@ -57,25 +57,22 @@
 
 %prep
 %setup -q
-sed '/^Icon/cIcon=photini' -i src/linux/photini.desktop
-# remove shebang
-sed -e '1d' -i src/photini/importer.py src/photini/spelling.py 
src/photini/editor.py
+sed -e 's/{exec_path}/photini/' -e 's/{icon_path}/photini/' -i 
src/linux/photini.desktop.template
 
 %build
 python3 setup.py build
-for s in 22 32 48 64 96 128 192 256; do
-convert -strip src/windows/icon.ico[0] -resize ${s}x${s} ${s}.png
+for s in 22 32 48 64 96 128 192 256 512; do
+convert -strip src/misc/icon_master.png -resize ${s}x${s} ${s}.png
 done
 
 %install
-python3 setup.py install --prefix=%{_prefix} --root %{buildroot}
-for s in 22 32 48 64 96 128 192 256; do
+python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+for s in 22 32 48 64 96 128 192 256 512; do
 mkdir -pv %{buildroot}%{_datadir}/icons//hicolor/${s}x${s}/apps
 install -m0644 ${s}.png -T \

%{buildroot}%{_datadir}/icons//hicolor/${s}x${s}/apps/photini.png
 done
-chmod -x %{buildroot}%{_datadir}/applications/photini.desktop
-%fdupes -s %{buildroot}
+%fdupes %{buildroot}
 
 %files
 %doc CHANGELOG.txt README.rst

++ Photini-2020.4.0.tar.gz -> Photini-2020.10.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Photini-2020.4.0/CHANGELOG.txt 
new/Photini-2020.10.1/CHANGELOG.txt
--- old/Photini-2020.4.0/CHANGELOG.txt  2020-04-28 15:04:39.0 +0200
+++ new/Photini-2020.10.1/CHANGELOG.txt 2020-10-31 11:20:51.0 +0100
@@ -16,6 +16,16 @@
 along with this program.  If not, see
 .
 
+Changes in v2020.10.1:
+  1/ Fix bug when using --root option on Linux installer.
+
+Changes in v2020.10.0:
+  1/ Fix bug with non-ascii file or directory names on Windows.
+  2/ Fix bug when copying files from a high speed device.
+  3/ Fix Google Photos uploader bug when folder has no name.
+  4/ Improved installation, particularly start menu shortcuts.
+  5/ Minor other fixes and improvements.
+
 Changes in v2020.4.0:
   1/ Stopped using deprecated MapBox tile layers.
   2/ Many minor bug fixes and performance improvements.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Photini-2020.4.0/README.rst 
new/Photini-2020.10.1/README.rst
--- old/Photini-2020.4.0/README.rst 2020-04-28 15:04:39.0 +0200
+++ new/Photini-2020.10.1/README.rst2020-10-31 11:20:51.0 +0100
@@ -14,6 +14,9 @@
 Why is it called Photini?
 Read my `blog post`_ on how I chose a name.
 
+.. contents::
+   :backlinks: top
+
 Features
 
 
@@ -94,7 +97,7 @@
 
 | Photini - a simple photo metadata editor.
 | http://github.com/jim-easterbrook/Photini
-| Copyright (C) 2012-19  Jim Easterbrook  j...@jim-easterbrook.me.uk
+| Copyright (C) 2012-20  Jim Easterbrook  j...@jim-easterbrook.me.uk
 
 | German translation by Jan Rimmek
 | Spanish translation by Esteban Martinena & Cristos Ruiz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Photini-2020.4.0/setup.py 
new/Photini-2020.10.1/setup.py
--- old/Photini-2020.4.0/setup.py   2020-04-28 15:04:39.0 +0200
+++ new/Photini-2020.10.1/setup.py  202

commit Photini for openSUSE:Factory

2020-04-28 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2020-04-28 22:32:59

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


Package is "Photini"

Tue Apr 28 22:32:59 2020 rev:15 rq:798700 version:2020.4.0

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2019-10-28 
17:00:20.785756425 +0100
+++ /work/SRC/openSUSE:Factory/.Photini.new.2738/Photini.changes
2020-04-28 22:33:30.857881819 +0200
@@ -1,0 +2,7 @@
+Tue Apr 28 16:02:25 UTC 2020 - Luigi Baldoni 
+
+- Update to version 2020.4.0
+  * Stopped using deprecated MapBox tile layers.
+  * Many minor bug fixes and performance improvements.
+
+---

Old:

  Photini-2019.10.1.tar.gz

New:

  Photini-2020.4.0.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.cJqPzk/_old  2020-04-28 22:33:32.141884215 +0200
+++ /var/tmp/diff_new_pack.cJqPzk/_new  2020-04-28 22:33:32.145884223 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package Photini
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   Photini
-Version:2019.10.1
+Version:2020.4.0
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
 License:GPL-3.0-or-later

++ Photini-2019.10.1.tar.gz -> Photini-2020.4.0.tar.gz ++
 2120 lines of diff (skipped)




commit Photini for openSUSE:Factory

2019-10-28 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2019-10-28 16:59:19

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


Package is "Photini"

Mon Oct 28 16:59:19 2019 rev:14 rq:743473 version:2019.10.1

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2019-10-25 
18:42:45.691933426 +0200
+++ /work/SRC/openSUSE:Factory/.Photini.new.2990/Photini.changes
2019-10-28 17:00:20.785756425 +0100
@@ -1,0 +2,9 @@
+Mon Oct 28 11:47:54 UTC 2019 - Luigi Baldoni 
+
+- Update to version 2019.10.1
+  * Improved technical tab widgets. Units (e.g. mm) are now
+included in the display instead of the label, and blank or
+multiple values are handled better.
+  * Several other bug fixes.
+
+---

Old:

  Photini-2019.10.0.tar.gz

New:

  Photini-2019.10.1.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.PI2CEB/_old  2019-10-28 17:00:21.581757382 +0100
+++ /var/tmp/diff_new_pack.PI2CEB/_new  2019-10-28 17:00:21.589757392 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   Photini
-Version:2019.10.0
+Version:2019.10.1
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
 License:GPL-3.0-or-later

++ Photini-2019.10.0.tar.gz -> Photini-2019.10.1.tar.gz ++
 5592 lines of diff (skipped)




commit Photini for openSUSE:Factory

2019-10-25 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2019-10-25 18:42:28

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


Package is "Photini"

Fri Oct 25 18:42:28 2019 rev:13 rq:741078 version:2019.10.0

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2019-08-22 
10:51:38.497705770 +0200
+++ /work/SRC/openSUSE:Factory/.Photini.new.2990/Photini.changes
2019-10-25 18:42:45.691933426 +0200
@@ -1,0 +2,13 @@
+Tue Oct 15 11:35:20 UTC 2019 - Luigi Baldoni 
+
+- Update to version 2019.10.0
+  * GPS coords address lookup is now on a separate tab.
+  * Map tabs now display altitude as well as latitude &
+longitude.
+  * File count shows progress during import.
+  * Added 'move files' option to importer.
+  * Added Czech and Catalan localisations.
+  * Better handling of some non-standard metadata values.
+  * Use FFmpeg instead of Exiv2 to read video file metadata.
+
+---

Old:

  Photini-2019.8.0.tar.gz

New:

  Photini-2019.10.0.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.h46nTL/_old  2019-10-25 18:42:47.667935304 +0200
+++ /var/tmp/diff_new_pack.h46nTL/_new  2019-10-25 18:42:47.671935308 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   Photini
-Version:2019.8.0
+Version:2019.10.0
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
 License:GPL-3.0-or-later
@@ -31,11 +31,16 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-six >= 1.5
+Requires:   ffmpeg
 Requires:   libgexiv2-2 >= 0.5
 Requires:   python3-appdirs >= 1.3
+Requires:   python3-flickrapi
 Requires:   python3-gobject
+Requires:   python3-gpxpy
+Requires:   python3-keyring
 Requires:   python3-qt5
 Requires:   python3-requests >= 2.4.0
+Requires:   python3-requests-oauthlib
 Requires:   python3-sip
 Requires:   python3-six >= 1.5
 Requires:   typelib(GExiv2)

++ Photini-2019.8.0.tar.gz -> Photini-2019.10.0.tar.gz ++
 17888 lines of diff (skipped)




commit Photini for openSUSE:Factory

2019-08-22 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2019-08-22 10:51:34

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


Package is "Photini"

Thu Aug 22 10:51:34 2019 rev:12 rq:724744 version:2019.8.0

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2019-06-19 
20:57:53.785954840 +0200
+++ /work/SRC/openSUSE:Factory/.Photini.new.22127/Photini.changes   
2019-08-22 10:51:38.497705770 +0200
@@ -1,0 +2,11 @@
+Tue Aug 20 09:36:55 UTC 2019 - Luigi Baldoni 
+
+- Update to version 2019.8.0
+  * Added new Google Photos uploader.
+  * Improved login process for both uploaders.
+  * Added GPX file (GPS track) importer to set approximate
+locations.
+  * Made Photini extendable - can add tabs from other packages.
+  * Improved reliability of maps, uploaders, and importer.
+
+---

Old:

  Photini-2019.5.0.tar.gz

New:

  Photini-2019.8.0.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.mGFh9r/_old  2019-08-22 10:51:40.125705552 +0200
+++ /var/tmp/diff_new_pack.mGFh9r/_new  2019-08-22 10:51:40.133705550 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   Photini
-Version:2019.5.0
+Version:2019.8.0
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
 License:GPL-3.0-or-later

++ Photini-2019.5.0.tar.gz -> Photini-2019.8.0.tar.gz ++
 4897 lines of diff (skipped)




commit Photini for openSUSE:Factory

2019-06-19 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2019-06-19 20:57:50

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


Package is "Photini"

Wed Jun 19 20:57:50 2019 rev:11 rq:704431 version:2019.5.0

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2018-08-08 
14:53:59.409598577 +0200
+++ /work/SRC/openSUSE:Factory/.Photini.new.4811/Photini.changes
2019-06-19 20:57:53.785954840 +0200
@@ -1,0 +2,11 @@
+Tue May 21 11:05:02 UTC 2019 - Luigi Baldoni 
+
+- Update to version 2019.5.0
+  * Added thumbnail context menu item to show metadata changes.
+  * Use tabs to show 'camera' and multiple 'subject' addresses.
+  * Can now synchronise Flickr metadata with local picture file.
+  * Removed Google Photos uploader as the API it used is defunct.
+  * Improved reliability when using PyGObject instead of pgi.
+  * Improved error messages from GObject/GLib stuff.
+
+---

Old:

  Photini-2018.8.0.tar.gz

New:

  Photini-2019.5.0.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.clWo0W/_old  2019-06-19 20:57:54.825955706 +0200
+++ /var/tmp/diff_new_pack.clWo0W/_new  2019-06-19 20:57:54.829955709 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package Photini
 #
-# 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
@@ -12,17 +12,17 @@
 # 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/
 #
 
 
 Name:   Photini
-Version:2018.8.0
+Version:2019.5.0
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
 License:GPL-3.0-or-later
 Group:  Productivity/Graphics/Other
-Url:https://github.com/jim-easterbrook/Photini
+URL:https://github.com/jim-easterbrook/Photini
 Source0:
https://github.com/jim-easterbrook/Photini/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes

++ Photini-2018.8.0.tar.gz -> Photini-2019.5.0.tar.gz ++
 7323 lines of diff (skipped)




commit Photini for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2018-08-08 14:52:58

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


Package is "Photini"

Wed Aug  8 14:52:58 2018 rev:10 rq:627828 version:2018.8.0

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2018-05-01 
23:42:21.951636804 +0200
+++ /work/SRC/openSUSE:Factory/.Photini.new/Photini.changes 2018-08-08 
14:53:59.409598577 +0200
@@ -1,0 +2,9 @@
+Tue Aug  7 08:45:59 UTC 2018 - aloi...@gmx.com
+
+- Update to version 2018.8.0
+  * Removed Facebook tab. Their API no longer allows photo uploads.
+  * Added "Mapbox" tab - OpenStreetMap data plus aerial imagery.
+  * Many changes to maps, e.g. removing "load map" button.
+  * Use OpenCage for all address lookups.
+
+---

Old:

  Photini-2018.5.0.tar.gz

New:

  Photini-2018.8.0.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.pPTz1i/_old  2018-08-08 14:54:01.109601383 +0200
+++ /var/tmp/diff_new_pack.pPTz1i/_new  2018-08-08 14:54:01.109601383 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   Photini
-Version:2018.5.0
+Version:2018.8.0
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Graphics/Other
 Url:https://github.com/jim-easterbrook/Photini
 Source0:
https://github.com/jim-easterbrook/Photini/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -35,6 +35,7 @@
 Requires:   python3-appdirs >= 1.3
 Requires:   python3-gobject
 Requires:   python3-qt5
+Requires:   python3-requests >= 2.4.0
 Requires:   python3-sip
 Requires:   python3-six >= 1.5
 Requires:   typelib(GExiv2)

++ Photini-2018.5.0.tar.gz -> Photini-2018.8.0.tar.gz ++
 3503 lines of diff (skipped)




commit Photini for openSUSE:Factory

2018-05-01 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2018-05-01 23:42:16

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


Package is "Photini"

Tue May  1 23:42:16 2018 rev:9 rq:602816 version:2018.5.0

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2018-04-26 
13:38:51.938245477 +0200
+++ /work/SRC/openSUSE:Factory/.Photini.new/Photini.changes 2018-05-01 
23:42:21.951636804 +0200
@@ -1,0 +2,14 @@
+Tue May  1 13:09:46 UTC 2018 - aloi...@gmx.com
+
+- Update to version 2018.5.0:
+  * Improved calculation of "35mm equivalent" focal length.
+  * Migrate spell check from PyEnchant to Gspell.
+  * Use environment variable to set location of config file.
+  * Copy more metadata to sidecar when it is created.
+  * Fix problem with QtWebEngine and some PyQt versions.
+  * Many other bug fixes and minor improvements.
+
+- Dropped Photini-PyQt5-libGL.patch and Photini-Bing-map.patch
+  (merged upstream)
+
+---

Old:

  Photini-2018.2.0.tar.gz
  Photini-Bing-map.patch
  Photini-PyQt5-libGL.patch

New:

  Photini-2018.5.0.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.aMlXkg/_old  2018-05-01 23:42:22.643611629 +0200
+++ /var/tmp/diff_new_pack.aMlXkg/_new  2018-05-01 23:42:22.643611629 +0200
@@ -17,17 +17,13 @@
 
 
 Name:   Photini
-Version:2018.2.0
+Version:2018.5.0
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Url:https://github.com/jim-easterbrook/Photini
 Source0:
https://github.com/jim-easterbrook/Photini/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM Photini-PyQt5-libGL.patch -- cf. 
gh#jim-easterbrook/Photini#30 and QTBUG #67537
-Patch0: Photini-PyQt5-libGL.patch
-# PATCH-FIX-UPSTREAM Photini-Bing-map.patch -- cf. 
gh#jim-easterbrook/Photini#30
-Patch1: Photini-Bing-map.patch
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -55,8 +51,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 sed '/^Icon/cIcon=photini' -i src/linux/photini.desktop
 # remove shebang
 sed -e '1d' -i src/photini/importer.py src/photini/spelling.py 
src/photini/editor.py

++ Photini-2018.2.0.tar.gz -> Photini-2018.5.0.tar.gz ++
 4752 lines of diff (skipped)




commit Photini for openSUSE:Factory

2018-04-26 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2018-04-26 13:38:49

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


Package is "Photini"

Thu Apr 26 13:38:49 2018 rev:8 rq:601043 version:2018.2.0

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2018-02-10 
18:00:16.847541447 +0100
+++ /work/SRC/openSUSE:Factory/.Photini.new/Photini.changes 2018-04-26 
13:38:51.938245477 +0200
@@ -1,0 +2,10 @@
+Wed Apr 25 16:27:25 UTC 2018 - aloi...@gmx.com
+
+- Added Photini-Bing-map.patch
+
+---
+Wed Apr 25 13:00:41 UTC 2018 - aloi...@gmx.com
+
+- Added Photini-PyQt5-libGL.patch
+
+---

New:

  Photini-Bing-map.patch
  Photini-PyQt5-libGL.patch



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.mNgSNZ/_old  2018-04-26 13:38:52.510224511 +0200
+++ /var/tmp/diff_new_pack.mNgSNZ/_new  2018-04-26 13:38:52.514224365 +0200
@@ -24,6 +24,10 @@
 Group:  Productivity/Graphics/Other
 Url:https://github.com/jim-easterbrook/Photini
 Source0:
https://github.com/jim-easterbrook/Photini/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM Photini-PyQt5-libGL.patch -- cf. 
gh#jim-easterbrook/Photini#30 and QTBUG #67537
+Patch0: Photini-PyQt5-libGL.patch
+# PATCH-FIX-UPSTREAM Photini-Bing-map.patch -- cf. 
gh#jim-easterbrook/Photini#30
+Patch1: Photini-Bing-map.patch
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -51,6 +55,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 sed '/^Icon/cIcon=photini' -i src/linux/photini.desktop
 # remove shebang
 sed -e '1d' -i src/photini/importer.py src/photini/spelling.py 
src/photini/editor.py

++ Photini-Bing-map.patch ++
>From b9f8a5037d6e63f61fa4c58b29ff67e0252e7ccd Mon Sep 17 00:00:00 2001
From: Jim Easterbrook 
Date: Wed, 25 Apr 2018 17:09:56 +0100
Subject: [PATCH] Fix Bing map not displaying on some computers

When using QtWebEngine and an OpenGL framebuffer is available the Bing
map doesn't render, leaving a blank screen. This change disables use of
an OpenGL framebuffer.
---
 src/photini/bingmap.py  | 19 +--
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/src/photini/bingmap.py b/src/photini/bingmap.py
index 43552e4..5616942 100644
--- a/src/photini/bingmap.py
+++ b/src/photini/bingmap.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 ##  Photini - a simple photo metadata editor.
 ##  http://github.com/jim-easterbrook/Photini
 ##  Copyright (C) 2012-18  Jim Easterbrook  j...@jim-easterbrook.me.uk
@@ -25,7 +24,6 @@
 import webbrowser
 
 import requests
-import six
 
 from photini.photinimap import PhotiniMap
 from photini.pyqt import (
@@ -33,14 +31,23 @@
 
 logger = logging.getLogger(__name__)
 
+
+if QtWebEngineWidgets:
+WebSettings = QtWebEngineWidgets.QWebEngineSettings
+else:
+WebSettings = QtWebKit.QWebSettings
+
+
 class BingMap(PhotiniMap):
 def __init__(self, *arg, **kw):
 super(BingMap, self).__init__(*arg, **kw)
-if not QtWebEngineWidgets:
-self.map.settings().setAttribute(
-QtWebKit.QWebSettings.LocalContentCanAccessRemoteUrls, True)
+if QtWebEngineWidgets:
 self.map.settings().setAttribute(
-QtWebKit.QWebSettings.LocalContentCanAccessFileUrls, True)
+WebSettings.Accelerated2dCanvasEnabled, False)
+self.map.settings().setAttribute(
+WebSettings.LocalContentCanAccessRemoteUrls, True)
+self.map.settings().setAttribute(
+WebSettings.LocalContentCanAccessFileUrls, True)
 
 def get_page_elements(self):
 url = 'http://www.bing.com/api/maps/mapcontrol?callback=initialize'
++ Photini-PyQt5-libGL.patch ++

>From f2f42c2ef2692810e3ffc82f90b88a27c5fe0460 Mon Sep 17 00:00:00 2001
From: Jim Easterbrook 
Date: Wed, 25 Apr 2018 13:12:38 +0100
Subject: [PATCH] Possible cure for bug #30

---
 src/photini/pyqt.py | 8 
 1 files changed, 8 insertions(+), 0 deletion(-)

Index: Photini-2018.2.0/src/photini/pyqt.py
===
--- Photini-2018.2.0.orig/src/photini/pyqt.py
+++ Photini-2018.2.0/src/photini/pyqt.py
@@ -22,9 +22,17 @@ from __future__ import unicode_literals
 from collections import namedtuple
 import re
 import six
+import sys
 
 from photini.configstore import BaseConfigStore
 
+# workaround for Qt bug affecting QtWebEngine
+# https://bugreports.qt.io/browse/QTBUG-67537
+if sys.platfor

commit Photini for openSUSE:Factory

2018-02-10 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2018-02-10 18:00:16

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


Package is "Photini"

Sat Feb 10 18:00:16 2018 rev:7 rq:575204 version:2018.2.0

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2017-12-01 
15:54:47.505546274 +0100
+++ /work/SRC/openSUSE:Factory/.Photini.new/Photini.changes 2018-02-10 
18:00:16.847541447 +0100
@@ -1,0 +2,6 @@
+Sat Feb 10 12:18:41 UTC 2018 - aloi...@gmx.com
+
+- Update to 2018.2.0
+  * All maps are faster and less buggy.
+
+---

Old:

  Photini-2017.12.0.tar.gz

New:

  Photini-2018.2.0.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.808bVK/_old  2018-02-10 18:00:18.527480632 +0100
+++ /var/tmp/diff_new_pack.808bVK/_new  2018-02-10 18:00:18.531480487 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package Photini
 #
-# 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
@@ -17,12 +17,12 @@
 
 
 Name:   Photini
-Version:2017.12.0
+Version:2018.2.0
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
-URL:https://github.com/jim-easterbrook/Photini
+Url:https://github.com/jim-easterbrook/Photini
 Source0:
https://github.com/jim-easterbrook/Photini/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes

++ Photini-2017.12.0.tar.gz -> Photini-2018.2.0.tar.gz ++
 4504 lines of diff (skipped)




commit Photini for openSUSE:Factory

2017-12-01 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2017-12-01 15:54:26

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


Package is "Photini"

Fri Dec  1 15:54:26 2017 rev:6 rq:547045 version:2017.12.0

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2017-10-05 
12:02:51.158264577 +0200
+++ /work/SRC/openSUSE:Factory/.Photini.new/Photini.changes 2017-12-01 
15:54:47.505546274 +0100
@@ -1,0 +2,10 @@
+Fri Dec  1 10:29:26 UTC 2017 - aloi...@gmx.com
+
+- Update to 2017.12.0
+  * Add 'rating' to descriptive tab.
+  * Don't try to upload files over 1 GByte to Flickr.
+  * Fix bug with thembnails of portrait format images.
+
+- Spec cleanup
+
+---

Old:

  Photini-2017.10.0.tar.gz

New:

  Photini-2017.12.0.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.7QUoaE/_old  2017-12-01 15:54:57.737178088 +0100
+++ /var/tmp/diff_new_pack.7QUoaE/_new  2017-12-01 15:54:57.737178088 +0100
@@ -17,12 +17,12 @@
 
 
 Name:   Photini
-Version:2017.10.0
+Version:2017.12.0
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
-Url:https://github.com/jim-easterbrook/Photini
+URL:https://github.com/jim-easterbrook/Photini
 Source0:
https://github.com/jim-easterbrook/Photini/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
@@ -38,7 +38,6 @@
 Requires:   python3-sip
 Requires:   python3-six >= 1.5
 Requires:   typelib(GExiv2)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -73,8 +72,8 @@
 %fdupes -s %{buildroot}
 
 %files
-%defattr(-,root,root)
-%doc CHANGELOG.txt LICENSE.txt README.rst
+%doc CHANGELOG.txt README.rst
+%license LICENSE.txt
 %{_bindir}/photini
 %{python3_sitelib}/%{name}-%{version}-py%{py3_ver}.egg-info
 %{python3_sitelib}/photini

++ Photini-2017.10.0.tar.gz -> Photini-2017.12.0.tar.gz ++
 7499 lines of diff (skipped)




commit Photini for openSUSE:Factory

2017-10-05 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2017-10-05 11:59:16

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


Package is "Photini"

Thu Oct  5 11:59:16 2017 rev:5 rq:530991 version:2017.10.0

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2017-08-19 
10:56:28.891916068 +0200
+++ /work/SRC/openSUSE:Factory/.Photini.new/Photini.changes 2017-10-05 
12:02:51.158264577 +0200
@@ -1,0 +2,9 @@
+Tue Oct  3 17:50:59 UTC 2017 - aloi...@gmx.com
+
+- Update to 2017.10.0
+  * Use timezone metadata from some Canon cameras.
+  * Make thumbnails 160x120 as specified by DCF.
+  * Fix bug in localisation of uploader tabs.
+  * Substantial rewrite of metadata handling.
+
+---

Old:

  Photini-2017.8.1.tar.gz

New:

  Photini-2017.10.0.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.ed6wzB/_old  2017-10-05 12:02:53.269967486 +0200
+++ /var/tmp/diff_new_pack.ed6wzB/_new  2017-10-05 12:02:53.273966923 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   Photini
-Version:2017.8.1
+Version:2017.10.0
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
 License:GPL-3.0+

++ Photini-2017.8.1.tar.gz -> Photini-2017.10.0.tar.gz ++
 4395 lines of diff (skipped)




commit Photini for openSUSE:Factory

2017-08-19 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2017-08-19 10:56:25

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


Package is "Photini"

Sat Aug 19 10:56:25 2017 rev:4 rq:517592 version:2017.8.1

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2017-08-10 
14:13:39.863264210 +0200
+++ /work/SRC/openSUSE:Factory/.Photini.new/Photini.changes 2017-08-19 
10:56:28.891916068 +0200
@@ -1,0 +2,10 @@
+Fri Aug 18 13:41:32 UTC 2017 - aloi...@gmx.com
+
+- Update to 2017.08.1
+  * Added option to preserve file timestamps. 
+  * Added option to change copyright boilerplate text. 
+  * Added config file option to change application style. 
+  * Fix bug with importing files with spaces in their names. 
+  * Changed importer template marker from () to {}.
+
+---

Old:

  Photini-2017.8.0.tar.gz

New:

  Photini-2017.8.1.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.8OlvPa/_old  2017-08-19 10:56:30.003759304 +0200
+++ /var/tmp/diff_new_pack.8OlvPa/_new  2017-08-19 10:56:30.011758176 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   Photini
-Version:2017.8.0
+Version:2017.8.1
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
 License:GPL-3.0+

++ Photini-2017.8.0.tar.gz -> Photini-2017.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Photini-2017.8.0/CHANGELOG.txt 
new/Photini-2017.8.1/CHANGELOG.txt
--- old/Photini-2017.8.0/CHANGELOG.txt  2017-08-09 13:20:13.0 +0200
+++ new/Photini-2017.8.1/CHANGELOG.txt  2017-08-18 15:00:23.0 +0200
@@ -16,6 +16,13 @@
 along with this program.  If not, see
 .
 
+Changes in v2017.8.1:
+  1/ Added option to preserve file timestamps.
+  2/ Added option to change copyright boilerplate text.
+  3/ Added config file option to change application style.
+  4/ Fix bug with importing files with spaces in their names.
+  5/ Changed importer template marker from () to {}.
+
 Changes in v2017.8.0:
   1/ Use Exif/Xmp thumbnails instead of computing from image data.
   2/ Improved video file metadata reading.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Photini-2017.8.0/README.rst 
new/Photini-2017.8.1/README.rst
--- old/Photini-2017.8.0/README.rst 2017-08-09 13:20:13.0 +0200
+++ new/Photini-2017.8.1/README.rst 2017-08-18 15:00:23.0 +0200
@@ -1,7 +1,7 @@
 Photini
 ===
 
-A free, easy to use, digital photograph metadata (EXIF, IPTC, XMP) editing 
application.
+A free, easy to use, digital photograph metadata (Exif, IPTC, XMP) editing 
application.
 
 "Metadata" is said to mean "data about data".
 In the context of digital photographs this means information that isn't 
essential in order to display the image, but tells you something about it.
@@ -26,12 +26,12 @@
 *   Spell checking of some fields (optional).
 *   Can set metadata for multiple images simultaneously.
 *   Can adjust picture date & time and time zone (of multiple images 
simultaneously).
-*   Reads EXIF, IPTC and XMP metadata, writes all three to maximise 
compatibility with other software.
+*   Reads Exif, IPTC and XMP metadata, writes all three to maximise 
compatibility with other software.
 *   Writes metadata to image files or to XMP "sidecar" files.
 *   Can import photographs from many digital cameras.
 *   Upload to Flickr_ and/or Facebook_ and/or `Google Photos`_ with reuse of 
metadata.
 
-.. image:: http://photini.readthedocs.io/en/latest/_images/screenshot_66.png
+.. image:: http://photini.readthedocs.io/en/latest/_images/screenshot_69.png
:alt: Geotagging screenshot
 
 *   Geotagging - search map to find named places.
@@ -75,6 +75,7 @@
 
 
 If you encounter any problems installing or running Photini, please email 
j...@jim-easterbrook.me.uk and I'll respond as soon as I can.
+There is also an email list or forum for discussions about Photini at 
https://groups.google.com/forum/#!forum/photini.
 If you discover a bug and have a GitHub account then please file a bug report 
on the GitHub `"issues" page`_.
 
 Internationalisation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Photini-2017.8.0/setup.py 
new/Photini-2017.8.1/setup.py
--- old/Photini-2017.8.0/setup.py   2017-08-09 13:20:13.0 +0200
+++ new/Photini-2017.8.1/setup.py   2017-08-18 15:00:23.0 +0200
@@ -234,7 +234,9 @@
   description = 'Simple ph

commit Photini for openSUSE:Factory

2017-08-10 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2017-08-10 14:06:21

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


Package is "Photini"

Thu Aug 10 14:06:21 2017 rev:3 rq:515430 version:2017.8.0

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2017-06-21 
13:58:02.528172013 +0200
+++ /work/SRC/openSUSE:Factory/.Photini.new/Photini.changes 2017-08-10 
14:13:39.863264210 +0200
@@ -1,0 +2,12 @@
+Wed Aug  9 11:35:39 UTC 2017 - aloi...@gmx.com
+
+- Update to version 2017.8
+  * Use Exif/Xmp thumbnails instead of computing from image data.
+  * Improved video file metadata reading.
+  * Added context menu to choose one of them.
+  * Added context menu to image selector.
+  * Can regenerate thumbnail, including from video files.
+
+- Disabled tests (none was actually being performed)
+
+---

Old:

  Photini-2017.6.0.tar.gz

New:

  Photini-2017.8.0.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.qhOnFY/_old  2017-08-10 14:13:40.655152710 +0200
+++ /var/tmp/diff_new_pack.qhOnFY/_new  2017-08-10 14:13:40.655152710 +0200
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   Photini
-Version:2017.6.0
+Version:2017.8.0
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
 License:GPL-3.0+
@@ -33,9 +34,9 @@
 Requires:   libgexiv2-2 >= 0.5
 Requires:   python3-appdirs >= 1.3
 Requires:   python3-gobject
+Requires:   python3-qt5
 Requires:   python3-sip
 Requires:   python3-six >= 1.5
-Requires:   python3-qt5
 Requires:   typelib(GExiv2)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -71,9 +72,6 @@
 chmod -x %{buildroot}%{_datadir}/applications/photini.desktop
 %fdupes -s %{buildroot}
 
-%check
-python3 setup.py test
-
 %files
 %defattr(-,root,root)
 %doc CHANGELOG.txt LICENSE.txt README.rst

++ Photini-2017.6.0.tar.gz -> Photini-2017.8.0.tar.gz ++
 3248 lines of diff (skipped)




commit Photini for openSUSE:Factory

2017-06-21 Thread root
Hello community,

here is the log from the commit of package Photini for openSUSE:Factory checked 
in at 2017-06-21 13:57:57

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


Package is "Photini"

Wed Jun 21 13:57:57 2017 rev:2 rq:505102 version:2017.6.0

Changes:

--- /work/SRC/openSUSE:Factory/Photini/Photini.changes  2017-06-13 
16:08:17.989032668 +0200
+++ /work/SRC/openSUSE:Factory/.Photini.new/Photini.changes 2017-06-21 
13:58:02.528172013 +0200
@@ -1,0 +2,8 @@
+Fri Jun  2 12:14:34 UTC 2017 - aloi...@gmx.com
+
+- Update to version 2017.6
+  * Add location address metadata to map tabs. 
+  * Fix bug in Flickr uploader if user hasn't set a "buddy" icon. 
+  * Use OpenCage Data for OSM map search and address lookup.
+
+---

Old:

  Photini-2017.5.0.tar.gz

New:

  Photini-2017.6.0.tar.gz



Other differences:
--
++ Photini.spec ++
--- /var/tmp/diff_new_pack.ZFgdDM/_old  2017-06-21 13:58:03.456041130 +0200
+++ /var/tmp/diff_new_pack.ZFgdDM/_new  2017-06-21 13:58:03.460040566 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   Photini
-Version:2017.5.0
+Version:2017.6.0
 Release:0
 Summary:Digital photograph metadata (EXIF, IPTC, XMP) editing 
application
 License:GPL-3.0+
@@ -52,6 +52,8 @@
 %prep
 %setup -q
 sed '/^Icon/cIcon=photini' -i src/linux/photini.desktop
+# remove shebang
+sed -e '1d' -i src/photini/importer.py src/photini/spelling.py 
src/photini/editor.py
 
 %build
 python3 setup.py build

++ Photini-2017.5.0.tar.gz -> Photini-2017.6.0.tar.gz ++
 1633 lines of diff (skipped)