commit DisplayCAL for openSUSE:Factory

2020-02-05 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2020-02-05 19:44:24

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


Package is "DisplayCAL"

Wed Feb  5 19:44:24 2020 rev:40 rq:770345 version:3.8.9.3

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2019-12-16 
15:19:20.643164763 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.26092/DisplayCAL.changes 
2020-02-05 19:44:58.095361024 +0100
@@ -1,0 +2,11 @@
+Wed Feb  5 15:14:45 UTC 2020 - o...@aepfle.de
+
+- escape usage of % in rpm specfile
+
+---
+Mon Feb  3 11:57:58 UTC 2020 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
+  shortcut through the -mini flavors.
+
+---



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.8eCvcc/_old  2020-02-05 19:44:58.767361344 +0100
+++ /var/tmp/diff_new_pack.8eCvcc/_new  2020-02-05 19:44:58.767361344 +0100
@@ -41,7 +41,7 @@
 Obsoletes:  dispcalGUI-0install < 3.1.0.0
 BuildRequires:  gcc
 BuildRequires:  python-devel
-BuildRequires:  udev
+BuildRequires:  pkgconfig(udev)
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xinerama)
@@ -127,13 +127,13 @@
path = path.strip(chr(0x22))
if os.path.basename(path) in executables:
paths.remove(chr(0x22) + path + chr(0x22))
-   paths.append('%attr(755, root, root) ' + chr(0x22) + path + 
chr(0x22))
+   paths.append('%%attr(755, root, root) ' + chr(0x22) + path + 
chr(0x22))
while True:
path = os.path.dirname(path)
if os.path.isdir(path):
break
else:
-   directory = '%dir ' + chr(0x22) + path + chr(0x22)
+   directory = '%%dir ' + chr(0x22) + path + chr(0x22)
if not directory in paths:
paths.append(directory)
 f = open('INSTALLED_FILES', 'w')




commit DisplayCAL for openSUSE:Factory

2019-12-16 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2019-12-16 15:19:18

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


Package is "DisplayCAL"

Mon Dec 16 15:19:18 2019 rev:39 rq:757086 version:3.8.9.3

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2019-12-09 
21:34:40.714111026 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.4691/DisplayCAL.changes  
2019-12-16 15:19:20.643164763 +0100
@@ -1,0 +2,18 @@
+Sat Dec 14 12:15:52 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.8.9.3:
+  * [Cosmetic] [UI] Improve PCS to device gamut outline plot.
+  * [Blocker] Linux, macOS: Fix failure to launch if initial install
+(regression of lockfile change in 3.8.9.2)
+
+---
+Thu Dec 12 22:36:33 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.8.9.2:
+  * [Minor] When previous instance was force quit, override
+leftover lockfile.
+  * [Trivial] When using a custom profiling testchart with very few
+or no dark RGB gray patches, try to better maintain slope of
+existing points during shaper curve generation.
+
+---

Old:

  DisplayCAL-3.8.9.1.tar.gz

New:

  DisplayCAL-3.8.9.3.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.LfTanb/_old  2019-12-16 15:19:21.339164473 +0100
+++ /var/tmp/diff_new_pack.LfTanb/_new  2019-12-16 15:19:21.339164473 +0100
@@ -30,7 +30,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.8.9.1
+Version:3.8.9.3
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.8.9.1.tar.gz -> DisplayCAL-3.8.9.3.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.8.9.1.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new.4691/DisplayCAL-3.8.9.3.tar.gz 
differ: char 5, line 1




commit DisplayCAL for openSUSE:Factory

2019-12-09 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2019-12-09 21:34:37

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


Package is "DisplayCAL"

Mon Dec  9 21:34:37 2019 rev:38 rq:755003 version:3.8.9.1

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2019-12-07 
22:12:06.741336520 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.4691/DisplayCAL.changes  
2019-12-09 21:34:40.714111026 +0100
@@ -1,0 +2,7 @@
+Sun Dec 08 01:22:05 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.8.9.1:
+  * [Moderate] Fix SpyderX calibration issue when using 32-bit
+ArgyllCMS executables.
+
+---

Old:

  DisplayCAL-3.8.9.0.tar.gz

New:

  DisplayCAL-3.8.9.1.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.eyojaX/_old  2019-12-09 21:34:41.598110677 +0100
+++ /var/tmp/diff_new_pack.eyojaX/_new  2019-12-09 21:34:41.598110677 +0100
@@ -30,7 +30,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.8.9.0
+Version:3.8.9.1
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.8.9.0.tar.gz -> DisplayCAL-3.8.9.1.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.8.9.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new.4691/DisplayCAL-3.8.9.1.tar.gz 
differ: char 5, line 1




commit DisplayCAL for openSUSE:Factory

2019-12-07 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2019-12-07 22:11:57

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


Package is "DisplayCAL"

Sat Dec  7 22:11:57 2019 rev:37 rq:754964 version:3.8.9.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2019-11-08 
15:28:35.671183269 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.4691/DisplayCAL.changes  
2019-12-07 22:12:06.741336520 +0100
@@ -1,0 +2,30 @@
+Sat Dec 07 16:28:37 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.8.9:
+  * [Enhancement] Show the instrument serial number (if available)
+when prompting to physically interact with the instrument.
+  * [Enhancement] Check SpyderX dark offset calibration and abort
+if it is too high (user error).
+  * [Enhancement] Adjust perceptual device to PCS table black point
+to match perceptual PCS to device table.
+  * [Enhancement] Warn during automatic output levels detection if
+the display device input range or graphics driver output range
+look to be misconfigured.
+  * Tone response curve plot now uses the illuminant-relative
+profile whitepoint instead of D50 for input values if using
+absolute colorimetric intent.
+  * Rename “LG OLED” (.dcl) 3D LUT format to “DeviceControl” and
+unlock available resolutions.
+  * [Trivial] Reload current calibration when cancelling profile
+installation (regression of a change to profile installation
+dialog handling in DisplayCAL 3.8.8, SVN revision r6252).
+  * [Trivial] When loading settings from a profile, restore unused
+CIECAM02 viewing conditions (if applicable).
+  * [Trivial] Prevent potential double prompt for instrument
+calibration.
+  * [Cosmetic] Do not re-use logfiles for standalone tools as long
+as other instances are still running.
+  * [Moderate] Failure to launch with pre-release versions of
+wxPython 4.
+
+---

Old:

  DisplayCAL-3.8.8.1.tar.gz

New:

  DisplayCAL-3.8.9.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.pSa7Qt/_old  2019-12-07 22:12:08.177336537 +0100
+++ /var/tmp/diff_new_pack.pSa7Qt/_new  2019-12-07 22:12:08.181336537 +0100
@@ -30,7 +30,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.8.8.1
+Version:3.8.9.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.8.8.1.tar.gz -> DisplayCAL-3.8.9.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.8.8.1.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new.4691/DisplayCAL-3.8.9.0.tar.gz 
differ: char 5, line 1




commit DisplayCAL for openSUSE:Factory

2019-11-08 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2019-11-08 15:28:32

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


Package is "DisplayCAL"

Fri Nov  8 15:28:32 2019 rev:36 rq:746576 version:3.8.8.1

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2019-10-07 
14:14:03.574899115 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.2990/DisplayCAL.changes  
2019-11-08 15:28:35.671183269 +0100
@@ -1,0 +2,53 @@
+Thu Nov 07 21:18:10 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.8.8.1:
+  * [Moderate] Work-around failure to launch if wxPython 3.0 /
+wxWidgets 3.0 release number do not match (using wxPython 3.0
+is deprecated).
+
+---
+Wed Nov 06 23:13:10 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.8.8:
+  * [Enhancement] Detect and warn about malformed colorimeter
+corrections (e.g. from non-official sources). Move them to the
+trash automatically if they were previously (manually)
+installed.
+  * [Enhancement] Always enumerate instruments on application
+startup if more than one instrument was detected the last time
+the application was used (cross-platform consistency).
+  * [Enhancement] When prompting for instrument calibration,
+display the just now detected instrument name instead of the
+previously enumerated name (the latter might be stale if you
+forgot to refresh after changing connected instruments).
+  * [Enhancement] Use a slightly improved smoothing method when
+creating high resolution PCS to device tables.
+  * [Enhancement] Increase automatic PCS to device table resolution
+for L*a*b* LUT profiles to 45x45x45 if using smoothing.
+  * [Enhancement] [UI] Only auto-close profile/3D LUT installation
+dialog after a successful installation.
+  * [Enhancement] Don't auto-close madTPG after 3D LUT
+installation.
+  * [Minor] madVR 3D LUT generation: Always write D65 white to 3D
+LUT input primaries metadata so madVR does not attempt to
+correct whitepoint differences on its own when using a custom
+whitepoint (the 3D LUT itself will map the custom whitepoint
+correctly).
+  * [Minor] madVR 3D LUT installation: Don't attempt to install 3D
+LUTs with unsupported input primaries metadata (i.e. not Rec.
+709, SMPTE C, EBU/PAL, Rec. 2020 or DCI P3) as madVR will
+overwrite the metadata depending on the 3D LUT install slot.
+Such 3D LUTs should only be assigned manually in madVR instead.
+  * [Trivial] [UI] When loading settings, always enable the 3D LUT
+tab if the display is virtual (consistent with display
+selection behavior).
+  * [Trivial] Also apply black point correction when creating a
+matrix profile without black point compensation (consistency).
+  * [Trivial] Do not create swapped matrix fallback tags for XYZ
+LUT profiles when using the alternate forward profiler and the
+used ArgyllCMS version is >= 2.1 (be consistent with
+ArgyllCMS).
+  * [Trivial] madVR 3D LUT generation: Accept negative values for
+input primaries metadata.
+
+---

Old:

  DisplayCAL-3.8.7.1.tar.gz

New:

  DisplayCAL-3.8.8.1.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.DBEiKh/_old  2019-11-08 15:28:37.707185559 +0100
+++ /var/tmp/diff_new_pack.DBEiKh/_new  2019-11-08 15:28:37.711185563 +0100
@@ -30,7 +30,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.8.7.1
+Version:3.8.8.1
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.8.7.1.tar.gz -> DisplayCAL-3.8.8.1.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.8.7.1.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new.2990/DisplayCAL-3.8.8.1.tar.gz 
differ: char 5, line 1




commit DisplayCAL for openSUSE:Factory

2019-10-07 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2019-10-07 13:46:34

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


Package is "DisplayCAL"

Mon Oct  7 13:46:34 2019 rev:35 rq:735513 version:3.8.7.1

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2019-09-23 
12:46:14.581522842 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.2352/DisplayCAL.changes  
2019-10-07 14:14:03.574899115 +0200
@@ -1,0 +2,8 @@
+Tue Oct 01 20:52:33 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.8.7.1:
+  * [Trivial] [UI] Profile information (Linux): When using wxPython
+3.0 instead of 4.0, clicking the sash would throw an error
+(using wxPython 3.0 is deprecated).
+
+---

Old:

  DisplayCAL-3.8.7.0.tar.gz

New:

  DisplayCAL-3.8.7.1.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.lT3eZB/_old  2019-10-07 14:14:04.266897215 +0200
+++ /var/tmp/diff_new_pack.lT3eZB/_new  2019-10-07 14:14:04.266897215 +0200
@@ -30,7 +30,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.8.7.0
+Version:3.8.7.1
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.8.7.0.tar.gz -> DisplayCAL-3.8.7.1.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.8.7.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new.2352/DisplayCAL-3.8.7.1.tar.gz 
differ: char 5, line 1




commit DisplayCAL for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2019-09-23 12:46:12

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


Package is "DisplayCAL"

Mon Sep 23 12:46:12 2019 rev:34 rq:732516 version:3.8.7.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2019-09-11 
10:40:36.687217723 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.7948/DisplayCAL.changes  
2019-09-23 12:46:14.581522842 +0200
@@ -1,0 +2,14 @@
+Sun Sep 22 13:24:43 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.8.7:
+  * [Trivial] Don't automatically disable interactive display
+adjustment when setting calibration tone curve to “As measured”
+(unintended behavioral change introduced in DisplayCAL 3.8.6,
+SVN revision r6194).
+  * [Minor] (GNOME on Wayland) Latency incurred by a large
+measurement window size was not accounted for, introducing the
+possibility of measurements failing due to loss of
+synchronization.
+  * [Minor] (GNOME on Wayland) Limited range (16..235) support.
+
+---

Old:

  DisplayCAL-3.8.6.0.tar.gz

New:

  DisplayCAL-3.8.7.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.1qobUI/_old  2019-09-23 12:46:15.257522731 +0200
+++ /var/tmp/diff_new_pack.1qobUI/_new  2019-09-23 12:46:15.257522731 +0200
@@ -30,7 +30,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.8.6.0
+Version:3.8.7.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.8.6.0.tar.gz -> DisplayCAL-3.8.7.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.8.6.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new.7948/DisplayCAL-3.8.7.0.tar.gz 
differ: char 5, line 1




commit DisplayCAL for openSUSE:Factory

2019-09-11 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2019-09-11 10:40:25

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


Package is "DisplayCAL"

Wed Sep 11 10:40:25 2019 rev:33 rq:729915 version:3.8.6.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2019-08-22 
10:54:02.785686406 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.7948/DisplayCAL.changes  
2019-09-11 10:40:36.687217723 +0200
@@ -1,0 +2,19 @@
+Fri Sep 06 10:28:25 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.8.6:
+  * [Enhancement] If the graphics drivers or hardware do not
+support loadable gamma ramps or calibration, show a more
+descriptive error message.
+  * [Enhancement] Increase the timeout for display & instrument
+detection during application startup from 10 to 20 seconds, to
+allow for slow opening of legacy serial ports.
+  * [Minor] Do not attempt to access properties of non-existent
+objects if a subprocess is not succesfully terminated after
+reaching a timeout during display & instrument detection at
+application startup (unexpected failure).
+  * [Trivial] [UI] Disable the profile installation button if no
+displays have been detected.
+  * [Trivial] [UI] Disable the measurement report menu item if no
+instruments have been detected.
+
+---

Old:

  DisplayCAL-3.8.5.0.tar.gz

New:

  DisplayCAL-3.8.6.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.k9AXzE/_old  2019-09-11 10:40:38.767217353 +0200
+++ /var/tmp/diff_new_pack.k9AXzE/_new  2019-09-11 10:40:38.783217350 +0200
@@ -30,7 +30,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.8.5.0
+Version:3.8.6.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.8.5.0.tar.gz -> DisplayCAL-3.8.6.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.8.5.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new.7948/DisplayCAL-3.8.6.0.tar.gz 
differ: char 5, line 1




commit DisplayCAL for openSUSE:Factory

2019-08-22 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2019-08-22 10:53:54

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


Package is "DisplayCAL"

Thu Aug 22 10:53:54 2019 rev:32 rq:724991 version:3.8.5.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2019-07-03 
15:15:10.578985470 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.22127/DisplayCAL.changes 
2019-08-22 10:54:02.785686406 +0200
@@ -1,0 +2,25 @@
+Wed Aug 14 13:10:11 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.8.5:
+  * [Moderate] DisplayCAL 3.8.4 broke video levels (16..235) output
+encoding/decoding for video card gamma table tags (profiles
+using calibration with video output levels created by 3.8.4 can
+be fixed by re-creating via menu “File”, “Create profile from
+measurement data...” and selecting the existing profile).
+
+---
+Sat Aug 10 21:21:54 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.8.4:
+  * [Enhancement] Do early detection of highly non-monotonic
+luminance responses when doing on-the-fly generation of the
+preconditioning profile for auto-optimized testcharts with 425
+or more patches.
+  * [Enhancement] Always create a single shaper curve for the
+fallback matrix tags of cLUT profiles with nonlinear
+calibration.
+  * [Minor] Work-around Argyll applycal bug with gamma value TRC
+curve tags in profiles (fixes generating HDR 3D LUTs from
+display profiles with such tags).
+
+---

Old:

  DisplayCAL-3.8.3.0.tar.gz

New:

  DisplayCAL-3.8.5.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.iV4PXq/_old  2019-08-22 10:54:03.541686305 +0200
+++ /var/tmp/diff_new_pack.iV4PXq/_new  2019-08-22 10:54:03.549686304 +0200
@@ -30,7 +30,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.8.3.0
+Version:3.8.5.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.8.3.0.tar.gz -> DisplayCAL-3.8.5.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.8.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new.22127/DisplayCAL-3.8.5.0.tar.gz 
differ: char 5, line 1




commit DisplayCAL for openSUSE:Factory

2019-07-03 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2019-07-03 15:15:08

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


Package is "DisplayCAL"

Wed Jul  3 15:15:08 2019 rev:31 rq:713116 version:3.8.3.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2019-06-12 
13:19:14.672553153 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.4615/DisplayCAL.changes  
2019-07-03 15:15:10.578985470 +0200
@@ -1,0 +2,10 @@
+Tue Jul 02 21:04:00 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.8.3:
+  * [Minor] Verification: Prevent unintended mixing of unicode and
+binary strings when a device link profile is used.
+  * [Cosmetic] [UI] (KDE) Centering the measurement window would
+increase its size slightly and resetting its size would move
+the window down and right (regression of SVN revision r6137).
+
+---

Old:

  DisplayCAL-3.8.2.0.tar.gz

New:

  DisplayCAL-3.8.3.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.cPExBu/_old  2019-07-03 15:15:11.962988286 +0200
+++ /var/tmp/diff_new_pack.cPExBu/_new  2019-07-03 15:15:11.970988302 +0200
@@ -30,7 +30,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.8.2.0
+Version:3.8.3.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/
@@ -53,6 +53,8 @@
 Requires:   libSDL2_mixer-2_0-0
 Requires:   python2-wxWidgets >= %{wx_minversion}
 Requires:   python2-psutil
+Requires:   python2-gobject
+Requires:   python2-xml
 %py_requires
 
 %description

++ DisplayCAL-3.8.2.0.tar.gz -> DisplayCAL-3.8.3.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.8.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new.4615/DisplayCAL-3.8.3.0.tar.gz 
differ: char 5, line 1




commit DisplayCAL for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2019-06-12 13:19:12

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


Package is "DisplayCAL"

Wed Jun 12 13:19:12 2019 rev:30 rq:709271 version:3.8.2.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2019-03-26 
22:35:35.173650272 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.4811/DisplayCAL.changes  
2019-06-12 13:19:14.672553153 +0200
@@ -1,0 +2,172 @@
+Sun Jun 09 15:21:11 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.8.2:
+  * [Enhancement] Always try to skip initial colorimeter
+calibration for uniformity measurements (e.g. SpyderX).
+  * [Enhancement] Use GObject Introspection for DBus access (if
+available).
+  * [Enhancement] Use a default timeout of 500 ms for DBus calls.
+  * [Minor] If invoked from the main application's “Tools” menu,
+the synthetic ICC profile creator HDR configuration could
+affect the main application's 3D LUT HDR configuration.
+  * [Minor] Successive requested instrument calibration during
+uniformity measurements did not wait for the calibration to
+complete before continuing (e.g. SpyderX).
+  * [Trivial] Prevent potential blocking of socket binding if a
+previous instance exited unexpectedly.
+  * [Trivial] [UI] Change parent inheritance for pathdialog
+wrappers so interacting with the parent is appropriately
+prevented when the wrapper dialog is shown via a scripting
+request.
+  * [Trivial] [UI] Always prefer the global DPI value (Xft.dpi) for
+HiDPI scaling with wxGTK2.
+
+---
+Fri May 24 01:13:10 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.8.1.1:
+  * [Minor] [UI] Some custom widgets had a size of zero when
+org.gnome.desktop.interface scaling-factor was set to 0
+(regression of a change in DisplayCAL 3.8.1, SVN revision
+r5979).
+  * [Minor] [UI] No scaling for some custom widgets with wxGTK2 and
+HiDPI unless org.gnome.desktop.interface scaling-factor was set
+to a value of 2 or higher (regression of a change in DisplayCAL
+3.8.1, SVN revision r6005). HiDPI scaling with wxGTK2 under X11
+is now handled entirely by the global DPI value (Xft.dpi).
+  * [Minor] [UI] Too small size for the contents of some custom
+widgets with wxGTK2 and HiDPI.
+  * [Cosmetic] [UI] Too much padding inside some custom widgets
+with wxGTK2 and HiDPI.
+  * [Cosmetic] [UI] Occasional glitchy window sizing under Wayland.
+  * [Cosmetic] [UI] Added workaround for double window decorations
+when the environment variable GTK_CSD is set to a nonzero value
+under X11 (e.g. elementary OS Juno with Phanteon desktop).
+
+---
+Sat May 18 15:50:50 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.8.1:
+  * [Feature] Preliminary experimental Wayland support under GNOME
+3 using colord (requires ArgyllCMS 2.1 or newer as well).
+Caveats do apply:
+Window placement and ordering is completely up to the
+compositor under Wayland. There is generally no way for an
+application to place its own windows at specific relative
+locations or z-orders. As a result of this, the measurement
+window cannot stay always on top or be automatically centered.
+Extra care needs to be taken that other windows are not placed
+on top.
+Video card gamma table (videoLUT) access is handled by colord.
+Some functions like viewing current videoLUT contents may not
+be available.
+The measurement window color depth is limited to 8 bits per
+channel per pixel (but dithering is used to achieve a higher
+effective color depth).
+The measurement window may be subject to desktop-wide color
+management in upcoming versions of Wayland (although the
+display device is inhibited during measurements via the
+org.freedesktop.ColorManager.Device[1] D-Bus API which should
+prevent this, and as a fallback a linear calibration sRGB
+profile is temporarily installed during measurements if the
+D-BUs API is unavailable, which should result in an identity
+transform, i.e. effectively no color management, as well as
+linear video card gamma tables).
+Application support for color management under Wayland via
+colord still seems to lacking[2] (although the list may well be
+out-of-date).
+Only tested under GNOME 3 (Fedora 30, Ubuntu 19.04). Support
+for other desktop environments will need to be implemented
+separately until Wayland gains a color management and
+calibration/profiling protocol.
+[1] 

commit DisplayCAL for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2019-03-26 22:35:00

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


Package is "DisplayCAL"

Tue Mar 26 22:35:00 2019 rev:29 rq:688872 version:3.7.2.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2019-03-18 
10:43:57.087107786 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.25356/DisplayCAL.changes 
2019-03-26 22:35:35.173650272 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 08:52:53 UTC 2019 - Jan Engelhardt 
+
+- Make scriptlets POSIX sh compatible.
+- Replace old $RPM_* shell vars by macros.
+
+---



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.KCI3Il/_old  2019-03-26 22:35:37.725649171 +0100
+++ /var/tmp/diff_new_pack.KCI3Il/_new  2019-03-26 22:35:37.757649157 +0100
@@ -91,11 +91,11 @@
 # Strip extensions
 bits=`%{__python} -c "import platform;print platform.architecture()[0][:2]"`
 python_shortversion=`%{__python} -c "import sys;print ''.join(map(str, 
sys.version_info[:2]))"`
-strip --strip-unneeded 
${RPM_BUILD_ROOT}${install_lib}/%{name}/lib${bits}/python${python_shortversion}/*.so
+strip --strip-unneeded 
%{buildroot}/${install_lib}/%{name}/lib${bits}/python${python_shortversion}/*.so
 
 # Remove doc directory
-if [ -e "${RPM_BUILD_ROOT}%_datadir/doc/%{name}-%{version}" ]; then
-   rm -rf "${RPM_BUILD_ROOT}%_datadir/doc/%{name}-%{version}"
+if [ -e "%{buildroot}/%{_datadir}/doc/%{name}-%{version}" ]; then
+   rm -rf "%{buildroot}/%{_datadir}/doc/%{name}-%{version}"
 fi
 
 # Update desktop files to prevent buildservice from complaining
@@ -151,16 +151,16 @@
 #!/bin/sh
 
 # Update icon cache and menu
-/bin/touch --no-create %{_datadir}/icons/hicolor &> /dev/null || true
-which xdg-icon-resource &> /dev/null && xdg-icon-resource forceupdate || true
-which xdg-desktop-menu &> /dev/null && xdg-desktop-menu forceupdate || true
+/bin/touch --no-create %{_datadir}/icons/hicolor >/dev/null 2>/dev/null || true
+which xdg-icon-resource >/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
+which xdg-desktop-menu >/dev/null 2>/dev/null && xdg-desktop-menu forceupdate 
|| true
 
 %postun
 #!/bin/sh
 
 # Update icon cache and menu
-/bin/touch --no-create %{_datadir}/icons/hicolor &> /dev/null || true
-which xdg-desktop-menu &> /dev/null && xdg-desktop-menu forceupdate || true
-which xdg-icon-resource &> /dev/null && xdg-icon-resource forceupdate || true
+/bin/touch --no-create %{_datadir}/icons/hicolor >/dev/null 2>/dev/null || true
+which xdg-desktop-menu >/dev/null 2>/dev/null && xdg-desktop-menu forceupdate 
|| true
+which xdg-icon-resource >/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
 
 %changelog




commit DisplayCAL for openSUSE:Factory

2019-03-18 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2019-03-18 10:43:53

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


Package is "DisplayCAL"

Mon Mar 18 10:43:53 2019 rev:28 rq:685871 version:3.7.2.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2019-02-11 
21:24:53.675096424 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.28833/DisplayCAL.changes 
2019-03-18 10:43:57.087107786 +0100
@@ -1,0 +2,28 @@
+Sun Mar 17 18:50:50 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.7.2:
+  * [UI] Russian and ukrainian localization (thanks to Alex
+Sikorsky).
+  * [Enhancement] Apply black point correction/compensation to
+measurement data directly instead of device-to-PCS table
+(improves smoothness of profiles for displays with not very
+neutral black).
+  * [Enhancement] Optimize single gamma curve without offset to
+single gamma value.
+  * [Enhancement] Network: Get rid of gethostbyname usage because
+it can have a long delay.
+  * [UI] Updated traditional chinese localization (thanks to 楊添明).
+  * [Minor] Fallback TRC tags were created using a wrong backward
+matrix when using ArgyllCMS 2.0.2b or newer.
+  * [Trivial] When connecting to a pattern generator, closing the
+connection dialog should be equivalent to cancelling.
+  * [Cosmetic] [UI] Show a dialog while the UI is blocked when
+connecting to madTPG.
+  * [Cosmetic] [UI] Do not show the visual whitepoint editor
+fullscreen warning if using a pattern generator.
+  * [Cosmetic] [UI] Synthetic ICC creator: Set chromatic adaptation
+up/down arrow increment to 0.0001.
+  * [Cosmetic] [UI] Synthetic ICC creator: Hide (unused) hue &
+saturation controls for SMPTE 2084 hard clip.
+
+---

Old:

  DisplayCAL-3.7.1.4.tar.gz

New:

  DisplayCAL-3.7.2.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.OyKnlj/_old  2019-03-18 10:43:57.999106806 +0100
+++ /var/tmp/diff_new_pack.OyKnlj/_new  2019-03-18 10:43:57.999106806 +0100
@@ -30,7 +30,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.7.1.4
+Version:3.7.2.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/
@@ -48,9 +48,9 @@
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xxf86vm)
 Requires:   argyllcms
-Requires:   python-numpy >= %{numpy_version}
+Requires:   python2-numpy >= %{numpy_version}
 Requires:   libSDL2_mixer-2_0-0
-Requires:   python-wxGTK >= %{wx_minversion}
+Requires:   python2-wxWidgets >= %{wx_minversion}
 Requires:   python2-psutil
 %py_requires
 

++ DisplayCAL-3.7.1.4.tar.gz -> DisplayCAL-3.7.2.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.7.1.4.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new.28833/DisplayCAL-3.7.2.0.tar.gz 
differ: char 5, line 1




commit DisplayCAL for openSUSE:Factory

2019-02-11 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2019-02-11 21:24:52

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


Package is "DisplayCAL"

Mon Feb 11 21:24:52 2019 rev:27 rq:672906 version:3.7.1.4

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2019-01-28 
20:49:34.577833579 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.28833/DisplayCAL.changes 
2019-02-11 21:24:53.675096424 +0100
@@ -1,0 +2,6 @@
+Sat Feb 09 00:19:00 UTC 2019 - obs-packag...@displaycal.net
+
+- Specfile only update: Hardcode python2 so shebang of installed
+  scripts is not messed up
+
+---



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.9bjpur/_old  2019-02-11 21:24:54.355096059 +0100
+++ /var/tmp/diff_new_pack.9bjpur/_new  2019-02-11 21:24:54.355096059 +0100
@@ -22,6 +22,8 @@
 %define py_maxversion 2.7
 %define wx_minversion 3.0
 
+%define __python /usr/bin/python2
+
 %global debug_package %{nil}
 
 Summary:Display calibration and profiling with a focus on accuracy and 
versatility




commit DisplayCAL for openSUSE:Factory

2019-01-28 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2019-01-28 20:48:32

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


Package is "DisplayCAL"

Mon Jan 28 20:48:32 2019 rev:26 rq:668828 version:3.7.1.4

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2018-12-07 
14:37:34.662909254 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.28833/DisplayCAL.changes 
2019-01-28 20:49:34.577833579 +0100
@@ -1,0 +2,14 @@
+Thu Jan 24 14:52:35 UTC 2019 - obs-packag...@displaycal.net
+
+- Update to 3.7.1.4:
+  * [Enhancement] Changed full field pattern insertion interval and
+duration granularity to 0.1 seconds.
+  * [Enhancement] Store and read full field pattern insertion
+parameters from profile.
+  * [Minor] Full field pattern insertion should not run during
+display update delay measurements and requires an extra delay
+after being shown.
+  * [cosmetic] [UI] Include full field pattern insertion in
+estimated measurement time calculation.
+
+---

Old:

  DisplayCAL-3.7.1.3.tar.gz

New:

  DisplayCAL-3.7.1.4.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.IG42FC/_old  2019-01-28 20:49:35.317832799 +0100
+++ /var/tmp/diff_new_pack.IG42FC/_new  2019-01-28 20:49:35.317832799 +0100
@@ -28,7 +28,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.7.1.3
+Version:3.7.1.4
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/
@@ -49,6 +49,7 @@
 Requires:   python-numpy >= %{numpy_version}
 Requires:   libSDL2_mixer-2_0-0
 Requires:   python-wxGTK >= %{wx_minversion}
+Requires:   python2-psutil
 %py_requires
 
 %description

++ DisplayCAL-3.7.1.3.tar.gz -> DisplayCAL-3.7.1.4.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.7.1.3.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new.28833/DisplayCAL-3.7.1.4.tar.gz 
differ: char 5, line 1




commit DisplayCAL for openSUSE:Factory

2018-12-07 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2018-12-07 14:37:27

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


Package is "DisplayCAL"

Fri Dec  7 14:37:27 2018 rev:25 rq:655772 version:3.7.1.3

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2018-10-17 
08:26:02.458635224 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new.19453/DisplayCAL.changes 
2018-12-07 14:37:34.662909254 +0100
@@ -1,0 +2,54 @@
+Mon Dec 03 00:59:11 UTC 2018 - obs-packag...@displaycal.net
+
+- Update to 3.7.1.3:
+  * [Cosmetic] [UI] Show ColorMunki spectrometer as “ColorMunki
+Design/Photo, i1Studio” in instrument dropdown for better
+differentiation from “ColorMunki Display” and “ColorMunki
+Smile” colorimeters.
+  * [Minor]: UnicodeError when trying to access 3rd-party ICC v4
+profiles MultiLocalizedUnicodeType tags with non-US/UK country
+code(s) for english language.
+
+---
+Wed Nov 14 20:23:00 UTC 2018 - obs-packag...@displaycal.net
+
+- Update to 3.7.1.2:
+  * [Regression]: Display enumeration didn't work correctly due to
+3.7.1 full field pattern insertion change for ArgyllCMS 2.0.2b.
+
+---
+Thu Nov 01 22:32:47 UTC 2018 - obs-packag...@displaycal.net
+
+- Update to 3.7.1:
+  * [Enhancement] Measurement report: Updated Fogra Media Wedge V3
+evaluation criteria to ISO 12647-7:2016 version of the standard
+(use ΔE*00 and ΔCh for CMY gray).
+  * [Enhancement] Measurement report: Moved ΔICtCp to general
+evaluation criteria so it can be shown in the additional
+statistics for all available criteria.
+  * [Enhancement] Updated simplified chinese translation (thanks to
+Mars).
+  * [Enhancement] Full field pattern insertion: Support the latest
+ArgyllCMS 2.0.2 Beta development code.
+  * [Enhancement] [UI] Consistency: When changing the verification
+chart, set the simulate whitepoint relative to display profile
+whitepoint option according to the simulation profile (just as
+when changing the simuation profile itself) and don't reset the
+simulate whitepoint option when changing the simulation
+profile.
+  * [Cosmetic] Automatically fall back to the default verification
+chart if the selected one no longer exists (due to the chart
+file having been moved or deleted).
+  * [Cosmetic] Detect highly non-monotonic luminance responses when
+creating shaper curves (intended to let creating a profile from
+highly non-monotonic measurements fail just as before, but with
+a nicer, more descriptive error message instead of the raw
+exception from the underlying fitting function).
+  * [Cosmetic] When creating a profile fails and results in an
+error dialog, do not show the superfluous additional “profiling
+not finished” message.
+  * [Minor] Restored the ability to create colorimeter corrections
+for virtual displays, which was accidentally removed in
+DisplayCAL 3.7.
+
+---

Old:

  DisplayCAL-3.7.0.0.tar.gz

New:

  DisplayCAL-3.7.1.3.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.7uHdgP/_old  2018-12-07 14:37:37.310905972 +0100
+++ /var/tmp/diff_new_pack.7uHdgP/_new  2018-12-07 14:37:37.314905968 +0100
@@ -28,7 +28,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.7.0.0
+Version:3.7.1.3
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.7.0.0.tar.gz -> DisplayCAL-3.7.1.3.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.7.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new.19453/DisplayCAL-3.7.1.3.tar.gz 
differ: char 5, line 1




commit DisplayCAL for openSUSE:Factory

2018-10-17 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2018-10-17 08:25:44

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


Package is "DisplayCAL"

Wed Oct 17 08:25:44 2018 rev:24 rq:641152 version:3.7.0.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2018-08-27 
12:59:25.220820843 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2018-10-17 08:26:02.458635224 +0200
@@ -1,0 +2,107 @@
+Wed Oct 10 22:11:06 UTC 2018 - obs-packag...@displaycal.net
+
+- Update to 3.7:
+  * [Feature] Full field pattern insertion option for selected
+pattern generators (madTPG*, Prisma and Resolve). *madTPG on
+Windows requires using a modified version of ArgyllCMS.
+  * [Feature] Chromatic adaptation control for the synthetic ICC
+profile creator.
+  * Resolve HDR 3D LUT preset (SMPTE 2084 hard clip, no
+tonemapping).
+  * [Enhancement] Show a column with the spectral resolution and
+range of the reference measurements when listing colorimeter
+corrections from the online database (if available).
+  * [Enhancement] Improved support for (3rd party) profiles with
+chromatic adaptation transforms other than Bradford, e.g. for
+use as 3D LUT source profiles.
+  * [Enhancement] Early abort when cancelling video level detection
+measurements.
+  * [Enhancement] Early abort if connecting to madTPG fails.
+  * [Enhancement] Updated simplified chinese translation (thanks to
+Mars).
+  * [Enhancement] If using madTPG and continuing from interactive
+adjustment to iterative grayscale calibration, wait three
+seconds after switching to fullscreen and exclusive fullscreen
+respectively, to give the display time to complete the switch,
+before commencing measurements.
+  * [Enhancement] Show messages from instrument related popup
+dialogs during measurements on the madTPG on-screen display as
+well.
+  * Hue preservation less than 100% for HDR SMPTE 2084 3D LUTs with
+roll-off tonemapping now only affects red-orange/orange/amber
+hues (i.e. match madVR's “color tweaks for fire & explosions”).
+  * [Enhancement] Verification: Before attempting to create a
+measurement report, automatically check the PCS to device table
+resolution for LUT profiles if necessary and warn about low
+resolution tables.
+  * [Enhancement] 3D LUT verification: When using a different
+whitepoint target for a 3D LUT, use the altered source profile
+as simulation profile for verification.
+  * [Enhancement] 3D LUT verification: When creating a self check
+report, automatically use the device link profile.
+  * [Enhancement] Measurement report: Show weighted ΔL, ΔC and ΔH
+for ΔE*94 and ΔE*00.
+  * [Enhancement] Measurement report: Signed values for ΔL*76,
+ΔL*94, ΔC*76 and ΔC*94 are now always relative to the nominal
+values (match ΔE*00 and ΔICtCp).
+  * [Enhancement] Measurement report: Measured vs display profile
+whitepoint is now a purely informational statistic, no longer a
+pass criteria.
+  * [UI] When creating a colorimeter correction, allow selecting a
+display manufacturer via autocomplete if not set.
+  * [UI] [Cosmetic] Minor UI spacing adjustments.
+  * [Cosmetic] For HDR 3D LUTs with SMPTE 2084 (hard clip) tone
+curve, set the mastering display peak luminance in the
+simulation profile description to the target peak.
+  * [Minor] Interpolation between clipping and roll-off for HDR 3D
+LUTs with SMPTE 2084 tone curve was not as smooth as intended
+with mastering display peak luminance below 1 cd/m² or just
+above target peak.
+  * [Minor] HDR 3D LUTs with SMPTE 2084 (hard clip) tone curve did
+reproduce slightly too low luminance in a limited region below
+the chosen target peak.
+  * [Minor] Verification controls were not being initialized if
+loading settings before switching to the verification tab.
+  * [Trivial] Also update verification tone curve controls if a
+matrix profile with non-identical shaper curves is selected as
+simulation profile.
+  * [Trivial] Make eeColor to madVR converter exit cleanly when
+receiving SIGBREAK.
+  * [Trivial] Correctly escape/unescape quotes in CGATS.
+  * [Trivial] Reset enumerated measurement modes when changing
+Argyll version.
+  * [Trivial] Do not automatically disable interactive display
+adjustment after visual whitepoint editor measurement.
+  * [Trivial] When using madTPG, restore fullscreen and OSD button
+states when continuing on to calibration after interactive
+adjustment.
+  * [Trivial] madTPG did not automatically enter fullscreen if
+enabled when skipping interactive display adjustment and

commit DisplayCAL for openSUSE:Factory

2018-08-27 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2018-08-27 12:59:22

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


Package is "DisplayCAL"

Mon Aug 27 12:59:22 2018 rev:23 rq:631522 version:3.6.2.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2018-08-08 
14:54:46.441676257 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2018-08-27 12:59:25.220820843 +0200
@@ -1,0 +2,27 @@
+Sat Aug 25 14:22:11 UTC 2018 - obs-packag...@displaycal.net
+
+- Update to 3.6.2:
+  * [Feature] Measurement report: ICtCp and ΔICtCp color distance
+metric.
+  * [Enhancement] Show report type in self check report.
+  * [Enhancement] Add actual display profile description to self
+check report if a simulation profile is used as display
+profile.
+  * [Enhancement] Use the same method to create HDR 3D LUTs whether
+the display profile is cLUT or matrix based.
+  * [Enhancement] Verification: Do not automatically enable
+“Simulate whitepoint relative to display profile whitepoint” if
+the verification chart does not contain L*a*b* reference data.
+  * [Enhancement] Measurement and self check report: Only
+automatically enable the use of absolute values when simulating
+the reference whitepoint if no simulation profile was used.
+  * [Minor] 3D LUT/verification with a display profile that has a
+black level of zero, but embedded characterization data black
+level above zero: Black offset also needs to be applied if not
+using BT.1886 for correct results.
+  * [Minor] When generating high resolution PCS to device tables
+during HDR 3D LUT creation, use the configured resolution even
+if low quality PCS to device tables were generated when
+creating the profile.
+
+---

Old:

  DisplayCAL-3.6.1.1.tar.gz

New:

  DisplayCAL-3.6.2.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.737qcG/_old  2018-08-27 12:59:26.092821794 +0200
+++ /var/tmp/diff_new_pack.737qcG/_new  2018-08-27 12:59:26.096821799 +0200
@@ -28,7 +28,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.6.1.1
+Version:3.6.2.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.6.1.1.tar.gz -> DisplayCAL-3.6.2.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.6.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.6.2.0.tar.gz differ: 
char 5, line 1




commit DisplayCAL for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2018-08-08 14:53:53

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


Package is "DisplayCAL"

Wed Aug  8 14:53:53 2018 rev:22 rq:627935 version:3.6.1.1

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2018-06-22 
13:36:10.512893890 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2018-08-08 14:54:46.441676257 +0200
@@ -1,0 +2,76 @@
+Tue Aug 07 16:15:26 UTC 2018 - obs-packag...@displaycal.net
+
+- Update to 3.6.1.1:
+  * [Minor]: Don't call setlocale() unconditionally, and restore
+previous locale (fixes build under non-english locales,
+regression of XDG changes in DisplayCAL 3.6.1, SVN revision
+5457 and up).
+
+---
+Mon Aug 06 14:04:17 UTC 2018 - obs-packag...@displaycal.net
+
+- Update to 3.6.1:
+  * [Feature] Adjustable hue preservation (values less than 100%
+will gradually hue shift very bright and saturated
+redorange/orange/yellowgreen hues to a more yellowish tone,
+preserving more saturation and detail) for HDR SMPTE 2084 3D
+LUTs with roll-off tonemapping (default 50%).
+  * [Feature] Ability to set a calibration target luminance by
+measuring the ambient light level.
+  * [Feature] Verification tab: Hold the “alt” key on your keyboard
+to create a profile or device link (3D LUT) self check report
+instead of a measurement report.
+  * [Enhancement] DCI P3 D65 profile for use as 3D LUT source
+colorspace or measurement report simulation profile.
+  * [Enhancement] Increased the default number of patches for the
+madVR HDR preset back to 425.
+  * [Enhancement] HDR 3D LUT SMPTE 2084 tonemapping: Restored near
+black tone reproduction for displays with non-zero black level
+and output offset less than 100% to pre-v3.6 values.
+  * [Enhancement] Improved HDR 3D LUT SMPTE 2084 tonemapping speed.
+  * [Enhancement] Improved HDR 3D LUT accuracy for colorimetric
+rendering intents.
+  * [Enhancement] Increased default display update delay for
+Resolve preset to 1000 ms.
+  * [Enhancement] Quantize Autodesk/Kodak (.3dl) 3D LUT values by
+always rounding up (match the format specification in the
+Lustre user guide).
+  * [Enhancement] Limit the number of concurrent worker processes
+depending on system memory to avoid swapping.
+  * [Enhancement] Always normalize CGATS data to Y = 100 when
+processing files not created by DisplayCAL.
+  * [Enhancement] Get the black level for computation of 3D LUT or
+verification target tone curves from the embedded
+characterization data if a lookup through the display profile
+returns zero (makes e.g. Rec. 1886 work properly in that case).
+  * [Enhancement] Synthetic ICC profile creator: Increase number of
+decimal digits for black level to 6 and do not clamp to 16-bit
+integer values to offer more fine grained control.
+  * [Enhancement]: Use configured XDG “well known” user directories
+(currently only used to determine the localized name of the
+“Downloads” directory).
+  * [UI] Moved HDR 3D LUT SMPTE 2084 tonemapping
+luminance/saturation/hue preservation controls to advanced
+options (hidden by default).
+  * [Moderate] madVR 3D LUT generation via the main application:
+When using a non-standard source colorspace whitepoint (by
+setting a calibration whitepoint target different from the
+source colorspace's original whitepoint, e.g. not using DCI
+white for DCI P3), non-standard values for input primaries and
+whitepoint were written to the 3D LUT header, madVR 3D LUT slot
+auto-detection for installation did not work if the source
+colorspace was not Rec. 709, and color conversion was affected
+if the 3D LUT was not installed via the madVR API (i.e. by not
+clicking the “Install 3D LUT” button, but choosing the 3D LUT
+manually in madVR's settings).
+  * [Minor] Downloads within DisplayCAL failed if the download
+directory didn't exist (regression of changes made in
+DisplayCAL 3.5, SVN revision 5081).
+  * [Minor] HDR 3D LUT SMPTE 2084 tonemapping for non-Rec. 2020
+source colorspaces did not work correctly (Rec. 2020 was
+assumed despite different choice).
+  * [Minor] Standalone 3D LUT maker: Don't unexpectedly switch to
+the source profile's gamma for simple gamma + matrix source
+profiles (e.g. DCI P3) when creating a 3D LUT.
+
+---

Old:

  DisplayCAL-3.6.0.0.tar.gz

New:

  DisplayCAL-3.6.1.1.tar.gz


commit DisplayCAL for openSUSE:Factory

2018-06-22 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2018-06-22 13:36:02

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


Package is "DisplayCAL"

Fri Jun 22 13:36:02 2018 rev:21 rq:618390 version:3.6.0.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2018-04-26 
13:38:46.946428445 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2018-06-22 13:36:10.512893890 +0200
@@ -1,0 +2,36 @@
+Thu Jun 21 22:14:35 UTC 2018 - obs-packag...@displaycal.net
+
+- Update to 3.6:
+  * [Feature] Adjustable weighting between luminance and saturation
+preservation for HDR SMPTE 2084 3...
+  * [Feature] Option to adjust the roll-off for HDR SMPTE 2084 3D
+LUTs with roll-off tonemapping when...
+  * [Enhancement] Improved HDR 3D LUT SMPTE 2084 roll-off
+tonemapping to eliminate possible over-dark...
+  * [Enhancement] Removed HDR 3D LUT SMPTE 2084 roll-off
+tonemapping allowance for hue shifts in roll...
+  * [Enhancement] Increased HDR 3D LUT SMPTE 2084 default target
+peak luminance to 480 cd/m² (makes B...
+  * [Enhancement] Use extended model for HDR 3D LUT Hybrid-Log
+Gamma (HLG) display gamma adjustment d...
+  * [Enhancement] Do not create PCS-to-device tables for synthetic
+HDR SMPTE 2084 profiles with roll-...
+  * [Enhancement] Only enable the visual whitepoint editor button
+if the whitepoint target is set to ...
+  * [UI] Keep dropdowns with only one choice enabled
+  * [Cosmetic] Catch any madTPG connection errors to show a nicer
+error dialog without a traceback
+  * [Trivial] Do not update the profile description when increasing
+the effective resolution of an ex...
+  * [Trivial] Testchart editor: Only limit the view to six decimal
+digits, not the underlying data
+  * [Minor] Confirm instrument placement when madTPG is not
+fullscreen
+  * [Minor] Creating synthetic grayscale profiles with HLG tone
+response did not work correctly
+  * [Trivial] Set allowed filetypes for selecting files when
+importing 3rd party software colorimeter...
+  * [UI]  (GTK3 under Wayland)Explicit refresh/update needed for
+ClientDC (fixes graphs not updating ...
+
+---

Old:

  DisplayCAL-3.5.3.0.tar.gz

New:

  DisplayCAL-3.6.0.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.GO56Zw/_old  2018-06-22 13:36:12.052836962 +0200
+++ /var/tmp/diff_new_pack.GO56Zw/_new  2018-06-22 13:36:12.064836518 +0200
@@ -28,7 +28,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.5.3.0
+Version:3.6.0.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.5.3.0.tar.gz -> DisplayCAL-3.6.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.5.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.6.0.0.tar.gz differ: 
char 5, line 1




commit DisplayCAL for openSUSE:Factory

2018-04-26 Thread root
Hello community,

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

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


Package is "DisplayCAL"

Thu Apr 26 13:38:44 2018 rev:20 rq:601017 version:3.5.3.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2018-04-02 
22:50:03.288039562 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2018-04-26 13:38:46.946428445 +0200
@@ -1,0 +2,25 @@
+Wed Apr 25 13:32:27 UTC 2018 - obs-packag...@displaycal.net
+
+- Update to 3.5.3:
+  * [Feature] Rudimentary ICCv4 profile autoconversion support
+(only matrix profile types)
+  * [Enhancement] Lookup table based test profiles for evaluating
+display color management
+  * [Enhancement] Profile information: Ability to plot CMYK profile
+tone response curves
+  * [Enhancement] HDR SMPTE 2084 roll-off 3D LUT: Improved tone
+mapping
+  * [Enhancement] Slightly improved accuracy of XYZ LUT profile
+CIECAM02 gamut mapping
+  * Temporarily restored compatibility with wxPython 2.8.11/12
+  * [Minor] Restored ability to create profiles from non RGB device
+measurement files
+  * [Minor] Profile information: Deal with potential NULL values in
+meta tags of 3rd party ICC profiles
+  * [Trivial] Profile information: Correctly parse non-default
+device media type attributes
+  * [Trivial] Profile information: Keep original tag order of 3rd
+party profiles when checking ID
+  * [Trivial] Fix AppData XML
+
+---

Old:

  DisplayCAL-3.5.2.0.tar.gz

New:

  DisplayCAL-3.5.3.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.cCDrGw/_old  2018-04-26 13:38:47.890393845 +0200
+++ /var/tmp/diff_new_pack.cCDrGw/_new  2018-04-26 13:38:47.890393845 +0200
@@ -28,7 +28,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.5.2.0
+Version:3.5.3.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.5.2.0.tar.gz -> DisplayCAL-3.5.3.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.5.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.5.3.0.tar.gz differ: 
char 5, line 1




commit DisplayCAL for openSUSE:Factory

2018-04-02 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2018-04-02 22:49:50

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


Package is "DisplayCAL"

Mon Apr  2 22:49:50 2018 rev:19 rq:592993 version:3.5.2.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2018-03-28 
10:34:04.047249290 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2018-04-02 22:50:03.288039562 +0200
@@ -1,0 +2,15 @@
+Sun Apr  1 18:24:49 UTC 2018 - mrueck...@suse.de
+
+- Update to 3.5.2.0:
+  - TRIVIAL Prevent potential “service/proto not found” error due
+to unreliable system APIs when attempting to automatically
+download updates or vendor files.
+  - TRIVIAL Linux: Restore missing icons in the window switcher and
+panel under XFCE.
+  - TRIVIAL Linux: Add missing i1 Studio entry to bundled
+instrument configuration files (ArgyllCMS >= 2.0).
+  - TRIVIAL Windows: Use bundled certificate authority (CA)
+certificates to circumvent potentially outdated system
+certificates under older versions of Windows.
+
+---

Old:

  DisplayCAL-3.5.1.0.tar.gz

New:

  DisplayCAL-3.5.2.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.6pPM0P/_old  2018-04-02 22:50:04.583992444 +0200
+++ /var/tmp/diff_new_pack.6pPM0P/_new  2018-04-02 22:50:04.591992153 +0200
@@ -28,7 +28,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.5.1.0
+Version:3.5.2.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.5.1.0.tar.gz -> DisplayCAL-3.5.2.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.5.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.5.2.0.tar.gz differ: 
char 5, line 1




commit DisplayCAL for openSUSE:Factory

2018-03-28 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2018-03-28 10:33:59

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


Package is "DisplayCAL"

Wed Mar 28 10:33:59 2018 rev:18 rq:591724 version:3.5.1.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2018-02-20 
17:56:02.452378321 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2018-03-28 10:34:04.047249290 +0200
@@ -1,0 +2,36 @@
+Fri Mar 23 21:48:38 UTC 2018 - mrueck...@suse.de
+
+- Update to 3.5.1.0:
+  - Added in this release:
+- FEATURE Rudimentary support for WCS Color Device Model
+  profiles (only description, author, white- & blackpoint,
+  gamma, parametric curve, and matrix tags are recognized and
+  mapped to appropriate ICCv2 types).
+  - Changed in this release:
+- UI Updated traditional chinese localization (thanks to
+  楊添明).
+- ENHANCEMENT Update bundled vendor PNP ID database.
+- ENHANCEMENT Linux: Use SDL (Simple DirectMedia Layer)
+  directly.
+  - Fixed in this release:
+- MINOR Work around Python issue #738361 (shell pattern
+  compilation fails raising an unhandled exception if a path
+  contains certain combinations of meta characters).
+- MINOR Measurement report: Deal with quantization when
+  creating the report (fixes error when using video output
+  levels in combination with some display profiles).
+- MINOR Profile loader (Windows): Display a proper error
+  message when associating an invalid profile.
+- MINOR Profile loader (Windows): In case of an invalid profile
+  (e.g. damaged file), fall back to linear gamma ramps instead
+  of using the previously cached ramps and change the tray icon
+  to reflect this.
+- MINOR Profile loader (Windows): Ignore potential stray
+  WM_COMMAND messages caused by 3rd party application
+  interference.
+- MINOR Bump minimum required wxPython version to 3.0 (fixes a
+  compatibility problem under Linux if wxPython 2.8 was
+  installed).
+- COSMETIC Refresh output levels control when loading settings.
+
+---

Old:

  DisplayCAL-3.5.0.0.tar.gz

New:

  DisplayCAL-3.5.1.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.vsqPMw/_old  2018-03-28 10:34:05.243206275 +0200
+++ /var/tmp/diff_new_pack.vsqPMw/_new  2018-03-28 10:34:05.247206131 +0200
@@ -20,7 +20,7 @@
 %define numpy_version 1.0
 %define py_minversion 2.6
 %define py_maxversion 2.7
-%define wx_minversion 2.8.8
+%define wx_minversion 3.0
 
 %global debug_package %{nil}
 
@@ -28,7 +28,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.5.0.0
+Version:3.5.1.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/
@@ -48,7 +48,7 @@
 BuildRequires:  pkgconfig(xxf86vm)
 Requires:   argyllcms
 Requires:   python-numpy >= %{numpy_version}
-Requires:   python-pygame
+Requires:   libSDL2_mixer-2_0-0
 Requires:   python-wxGTK >= %{wx_minversion}
 %py_requires
 

++ DisplayCAL-3.5.0.0.tar.gz -> DisplayCAL-3.5.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.5.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.5.1.0.tar.gz differ: 
char 5, line 1




commit DisplayCAL for openSUSE:Factory

2018-02-20 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2018-02-20 17:55:56

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


Package is "DisplayCAL"

Tue Feb 20 17:55:56 2018 rev:17 rq:578213 version:3.5.0.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2017-12-09 
20:29:33.999608620 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2018-02-20 17:56:02.452378321 +0100
@@ -1,0 +2,21 @@
+Sun Feb 18 15:09:40 UTC 2018 - o...@hoech.net
+
+- Update to 3.5.0.0:
+  * Maintenance/bugfixes
+  * New application icons and slightly refreshed theme
+  * See README.html#changelog-3.5
+
+---
+Sat Dec 30 15:46:14 UTC 2017 - o...@hoech.net
+
+- Update to 3.4.0.0:
+  * Critical: Prevent bad clipping in case of non-monotonic device
+response
+  * Fix consistency of device to profile mapping accross external
+APIs (this fix is required to match how ArgyllCMS 2.0
+enumerates displays)
+  * HDR improvements
+  * Added simplified chinese translation
+  * See README.html#changelog-3.4
+
+---

Old:

  DisplayCAL-3.3.5.0.tar.gz

New:

  DisplayCAL-3.5.0.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.kKnKkZ/_old  2018-02-20 17:56:04.536303286 +0100
+++ /var/tmp/diff_new_pack.kKnKkZ/_new  2018-02-20 17:56:04.544302997 +0100
@@ -28,7 +28,7 @@
 License:GPL-3.0+
 Group:  Productivity/Graphics/Other
 Name:   DisplayCAL
-Version:3.3.5.0
+Version:3.5.0.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.3.5.0.tar.gz -> DisplayCAL-3.5.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.3.5.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.5.0.0.tar.gz differ: 
char 5, line 1




commit DisplayCAL for openSUSE:Factory

2017-12-09 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2017-12-09 20:29:15

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


Package is "DisplayCAL"

Sat Dec  9 20:29:15 2017 rev:16 rq:555095 version:3.3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2017-06-15 
11:24:33.993461815 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2017-12-09 20:29:33.999608620 +0100
@@ -1,0 +2,23 @@
+Tue Dec  5 13:24:33 UTC 2017 - crrodrig...@opensuse.org
+
+- Replace xorg-x11-devel build requires by the needed individual
+  libraries.
+
+---
+Wed Oct 18 17:36:43 UTC 2017 - florian_at_displaycal.net
+
+- Update to 3.3.5.0:
+  * Maintenance/bugfixes
+  * Minor enhancements
+  * Updated french localization
+  * See README.html#changelog-3.3.5
+
+---
+Wed Sep 13 12:10:59 UTC 2017 - florian_at_displaycal.net
+
+- Update to 3.3.4.1:
+  * Fix XRandR fallback not returning device ID in some cases
+  * Fix visual whitepoint editor madTPG_Net interface
+  * See README.html#changelog-3.3.4.1
+
+---
@@ -8 +31 @@
-Sun Jun 04 16:10:37 UTC 2017 - flor...@displaycal.net
+Sun Jun 04 16:10:37 UTC 2017 - florian_at_displaycal.net
@@ -16 +39 @@
-Thu Jun 01 16:11:48 UTC 2017 - flor...@displaycal.net
+Thu Jun 01 16:11:48 UTC 2017 - florian_at_displaycal.net
@@ -31 +54 @@
-Sun Feb 19 16:46:26 UTC 2017 - flor...@displaycal.net
+Sun Feb 19 16:46:26 UTC 2017 - florian_at_displaycal.net
@@ -38 +61 @@
-Wed Jan 04 14:12:01 UTC 2017 - flor...@displaycal.net
+Wed Jan 04 14:12:01 UTC 2017 - florian_at_displaycal.net
@@ -45 +68 @@
-Tue Dec 13 22:29:24 UTC 2016 - flor...@displaycal.net
+Tue Dec 13 22:29:24 UTC 2016 - florian_at_displaycal.net
@@ -52 +75 @@
-Fri Nov 25 14:05:19 UTC 2016 - flor...@displaycal.net
+Fri Nov 25 14:05:19 UTC 2016 - florian_at_displaycal.net
@@ -57 +80 @@
-Sat Nov 19 11:04:10 UTC 2016 - flor...@displaycal.net
+Sat Nov 19 11:04:10 UTC 2016 - florian_at_displaycal.net
@@ -62 +85 @@
-Mon Oct 24 10:29:45 UTC 2016 - flor...@displaycal.net
+Mon Oct 24 10:29:45 UTC 2016 - florian_at_displaycal.net
@@ -67 +90 @@
-Tue Oct 04 20:50:59 UTC 2016 - flor...@displaycal.net
+Tue Oct 04 20:50:59 UTC 2016 - florian_at_displaycal.net
@@ -72 +95 @@
-Wed Aug 24 21:06:27 UTC 2016 - flor...@displaycal.net
+Wed Aug 24 21:06:27 UTC 2016 - florian_at_displaycal.net
@@ -77 +100 @@
-Tue Aug 02 21:20:48 UTC 2016 - flor...@displaycal.net
+Tue Aug 02 21:20:48 UTC 2016 - florian_at_displaycal.net
@@ -82 +105 @@
-Sun Jul 10 21:51:48 UTC 2016 - flor...@displaycal.net
+Sun Jul 10 21:51:48 UTC 2016 - florian_at_displaycal.net
@@ -87 +110 @@
-Mon Apr 11 08:53:40 UTC 2016 - flor...@displaycal.net
+Mon Apr 11 08:53:40 UTC 2016 - florian_at_displaycal.net
@@ -92 +115 @@
-Sat Apr 09 10:20:55 UTC 2016 - flor...@displaycal.net
+Sat Apr 09 10:20:55 UTC 2016 - florian_at_displaycal.net
@@ -103 +126 @@
-Mon Feb 29 16:43:24 UTC 2016 - flor...@displaycal.net
+Mon Feb 29 16:43:24 UTC 2016 - florian_at_displaycal.net
@@ -108 +131 @@
-Sun Jan 31 23:47:53 UTC 2016 - flor...@displaycal.net
+Sun Jan 31 23:47:53 UTC 2016 - florian_at_displaycal.net
@@ -115 +138 @@
-Mon Jan 11 10:34:55 UTC 2016 - dispcal...@hoech.net
+Mon Jan 11 10:34:55 UTC 2016 - dispcalGUI_at_hoech.net
@@ -120 +143 @@
-Mon Dec 21 20:22:55 UTC 2015 - dispcal...@hoech.net
+Mon Dec 21 20:22:55 UTC 2015 - dispcalGUI_at_hoech.net
@@ -125 +148 @@
-Thu Nov 26 22:06:42 UTC 2015 - dispcal...@hoech.net
+Thu Nov 26 22:06:42 UTC 2015 - dispcalGUI_at_hoech.net
@@ -130 +153 @@
-Fri Sep 25 20:32:07 UTC 2015 - dispcal...@hoech.net
+Fri Sep 25 20:32:07 UTC 2015 - dispcalGUI_at_hoech.net
@@ -135 +158 @@
-Mon Sep 07 13:06:27 UTC 2015 - dispcal...@hoech.net
+Mon Sep 07 13:06:27 UTC 2015 - dispcalGUI_at_hoech.net
@@ -140 +163 @@
-Tue Sep 01 11:02:08 UTC 2015 - dispcal...@hoech.net
+Tue Sep 01 11:02:08 UTC 2015 - dispcalGUI_at_hoech.net
@@ -145 +168 @@
-Sun Aug 09 23:23:27 UTC 2015 - dispcal...@hoech.net
+Sun Aug 09 23:23:27 UTC 2015 - dispcalGUI_at_hoech.net
@@ -150 +173 @@
-Thu Jul 09 13:02:03 UTC 2015 - dispcal...@hoech.net
+Thu Jul 09 13:02:03 UTC 2015 - dispcalGUI_at_hoech.net
@@ -155 +178 @@
-Mon Jul 06 21:01:35 UTC 2015 - dispcal...@hoech.net
+Mon Jul 06 21:01:35 UTC 2015 - dispcalGUI_at_hoech.net
@@ -160 +183 @@
-Sun Jun 07 22:30:09 UTC 2015 - dispcal...@hoech.net
+Sun Jun 07 22:30:09 UTC 2015 - dispcalGUI_at_hoech.net
@@ -165 +188 @@
-Sun May 31 18:43:10 UTC 2015 - dispcal...@hoech.net
+Sun May 31 18:43:10 UTC 2015 - dispcalGUI_at_hoech.net
@@ -170 +193 @@
-Sat May 02 21:33:48 UTC 2015 - dispcal...@hoech.net
+Sat 

commit DisplayCAL for openSUSE:Factory

2017-06-15 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2017-06-15 11:24:32

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


Package is "DisplayCAL"

Thu Jun 15 11:24:32 2017 rev:15 rq:503464 version:3.3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2017-06-05 
18:51:08.462461049 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2017-06-15 11:24:33.993461815 +0200
@@ -1,0 +2,6 @@
+Tue Jun 13 13:54:56 UTC 2017 - jeng...@inai.de
+
+- Fix nonsensical 3.3 changelog entry.
+  Revert description back to using 3rd singular form.
+
+---
@@ -10 +16 @@
-Tue May 30 17:49:11 UTC 2017 - flor...@displaycal.net
+Thu Jun 01 16:11:48 UTC 2017 - flor...@displaycal.net
@@ -13 +19,9 @@
-  * High octane release: Efficiency. Accuracy. Speed. Awesome.
+  * Better multi CPU/multi core support. Generating high
+resolution PCS-to-device tables is now taking more advantage
+of multiple (physical or logical) processors (typical 2x
+speedup on a i7-6700K CPU).
+  * Generating a simple high resolution perceptual table is now
+done by copying the colorimetric table and only generating
+new input curves. This markedly reduces the processing time
+needed to create the perceptual table (6x speedup on a
+i7-6700K CPU).



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.rfAqqh/_old  2017-06-15 11:24:35.189293009 +0200
+++ /var/tmp/diff_new_pack.rfAqqh/_new  2017-06-15 11:24:35.189293009 +0200
@@ -108,12 +108,13 @@
 %endif
 
 %description
-Calibrate and characterize your display devices using one of many
-supported measurement instruments, with support for multi-display
-setups and a variety of available options for advanced users, such as
-verification and reporting functionality to evaluate ICC profiles and
-display devices, creating video 3D LUTs, as well as optional CIECAM02
-gamut mapping to take into account varying viewing conditions.
+This utility calibrates and characterizes display devices using one
+of many supported measurement instruments, with support for
+multi-display setups and a variety of available options for advanced
+users, such as verification and reporting functionality to evaluate
+ICC profiles and display devices, creating video 3D LUTs, as well as
+optional CIECAM02 gamut mapping to take into account varying viewing
+conditions.
 
 %prep
 %setup

++ _service ++
--- /var/tmp/diff_new_pack.rfAqqh/_old  2017-06-15 11:24:35.249284540 +0200
+++ /var/tmp/diff_new_pack.rfAqqh/_new  2017-06-15 11:24:35.249284540 +0200
@@ -1,35 +1,35 @@
 
-  
+  
 displaycal.net
 /dist/DisplayCAL.spec
   
-  
+  
 displaycal.net
 /dist/DisplayCAL.changes
   
-  
+  
 displaycal.net
 /dist/DisplayCAL.dsc
   
-  
+  
 displaycal.net
 /dist/debian.rules
   
-  
+  
 displaycal.net
 /dist/debian.control
   
-  
+  
 displaycal.net
 /dist/debian.changelog
   
-  
+  
 displaycal.net
 /dist/debian.copyright
   
-  
+  
 displaycal.net
 /dist/PKGBUILD
   
-  
+  
 




commit DisplayCAL for openSUSE:Factory

2017-06-05 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2017-06-05 18:50:36

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


Package is "DisplayCAL"

Mon Jun  5 18:50:36 2017 rev:14 rq:501056 version:3.3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2017-06-04 
02:00:20.855808417 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2017-06-05 18:51:08.462461049 +0200
@@ -1,0 +2,8 @@
+Sun Jun 04 16:10:37 UTC 2017 - flor...@displaycal.net
+
+- Update to 3.3.1.0:
+  * Fix unhandled exception when using CIECAM02 with alternate
+forward profiler
+  * See README.html#changelog-3.3.1
+
+---

Old:

  DisplayCAL-3.3.0.0.tar.gz

New:

  DisplayCAL-3.3.1.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.wIzFO1/_old  2017-06-05 18:51:09.206356190 +0200
+++ /var/tmp/diff_new_pack.wIzFO1/_new  2017-06-05 18:51:09.206356190 +0200
@@ -40,7 +40,7 @@
 License:GPL-3.0+
 Group:  %{correct_group}
 Name:   DisplayCAL
-Version:3.3.0.0
+Version:3.3.1.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/
@@ -89,6 +89,20 @@
 Requires:   p7zip-plugins
 Requires:   pygame
 Requires:   wxPython >= %{wx_minversion}
+%else
+# Mageia
+%define mageia_version 5
+BuildRequires:  gcc
+BuildRequires:  libx11-devel
+BuildRequires:  libxinerama-devel
+BuildRequires:  libxrandr-devel
+BuildRequires:  libxxf86vm-devel
+BuildRequires:  libpython-devel
+BuildRequires:  udev
+Requires:   argyllcms
+Requires:   pygame
+Requires:   python-numpy >= %{numpy_version}
+Requires:   wxPython >= %{wx_minversion}
 %endif
 %endif
 %endif
@@ -180,9 +194,11 @@
# Mandriva 2010.1 got rid of byte-compilation
paths.append(path + 'c')
if (int('0%{?fedora_version}') > 0 or int('0%{?rhel_version}') 
> 0 or
-   int('0%{?centos_version}') > 0 or 
int('0%{?scientificlinux_version}') > 0):
+   int('0%{?centos_version}') > 0 or 
int('0%{?scientificlinux_version}') > 0 or
+int('0%{?mageia_version}') > 0):
paths.append(path + 'o')
if os.path.basename(path) in executables:
+   paths.remove(path)
paths.append('%attr(755, root, root) ' + path)
while True:
path = os.path.dirname(path)

++ DisplayCAL-3.3.0.0.tar.gz -> DisplayCAL-3.3.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.3.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.3.1.0.tar.gz differ: 
char 5, line 1

++ debian.changelog ++
--- /var/tmp/diff_new_pack.wIzFO1/_old  2017-06-05 18:51:09.294343787 +0200
+++ /var/tmp/diff_new_pack.wIzFO1/_new  2017-06-05 18:51:09.298343224 +0200
@@ -1,5 +1,5 @@
-displaycal (3.3.0.0-1) stable; urgency=low
+displaycal (3.3.1.0-1) stable; urgency=low
 
-  * Version 3.3.0.0
+  * Version 3.3.1.0
 
- -- Florian Höch   Tue, 30 May 2017 17:49:11 +
+ -- Florian Höch   Sun, 04 Jun 2017 16:10:37 +




commit DisplayCAL for openSUSE:Factory

2017-06-03 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2017-06-04 02:00:13

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


Package is "DisplayCAL"

Sun Jun  4 02:00:13 2017 rev:13 rq:500575 version:3.3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2017-02-20 
13:15:42.987215892 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2017-06-04 02:00:20.855808417 +0200
@@ -1,0 +2,7 @@
+Tue May 30 17:49:11 UTC 2017 - flor...@displaycal.net
+
+- Update to 3.3.0.0:
+  * High octane release: Efficiency. Accuracy. Speed. Awesome.
+  * See README.html#changelog-3.3
+
+---

Old:

  DisplayCAL-3.2.4.0.tar.gz

New:

  DisplayCAL-3.3.0.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.ocGh9V/_old  2017-06-04 02:00:22.787535757 +0200
+++ /var/tmp/diff_new_pack.ocGh9V/_new  2017-06-04 02:00:22.791535192 +0200
@@ -36,11 +36,11 @@
 
 %global debug_package %{nil}
 
-Summary:A graphical front-end for display calibration and profiling 
using Argyll CMS
+Summary:Display calibration and profiling with a focus on accuracy and 
versatility
 License:GPL-3.0+
 Group:  %{correct_group}
 Name:   DisplayCAL
-Version:3.2.4.0
+Version:3.3.0.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/
@@ -94,16 +94,12 @@
 %endif
 
 %description
-Calibrates and characterizes display devices using a hardware sensor,
-driven by the open source color management system Argyll CMS.
-Supports multi-display setups and a variety of available settings like 
-customizable whitepoint, luminance, black level, tone response curve 
-as well as the creation of matrix and look-up-table ICC profiles with 
-optional gamut mapping. Calibrations and profiles can be verified 
-through measurements, and profiles can be installed to make them 
-available to color management aware applications.
-Profile installation can utilize Argyll CMS, Oyranos and/or GNOME 
-Color Manager if available, for flexible integration.
+Calibrate and characterize your display devices using one of many
+supported measurement instruments, with support for multi-display
+setups and a variety of available options for advanced users, such as
+verification and reporting functionality to evaluate ICC profiles and
+display devices, creating video 3D LUTs, as well as optional CIECAM02
+gamut mapping to take into account varying viewing conditions.
 
 %prep
 %setup

++ DisplayCAL-3.2.4.0.tar.gz -> DisplayCAL-3.3.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.2.4.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.3.0.0.tar.gz differ: 
char 5, line 1

++ debian.changelog ++
--- /var/tmp/diff_new_pack.ocGh9V/_old  2017-06-04 02:00:22.871523902 +0200
+++ /var/tmp/diff_new_pack.ocGh9V/_new  2017-06-04 02:00:22.871523902 +0200
@@ -1,5 +1,5 @@
-displaycal (3.2.4.0-1) stable; urgency=low
+displaycal (3.3.0.0-1) stable; urgency=low
 
-  * Version 3.2.4.0
+  * Version 3.3.0.0
 
- -- Florian Höch   Sun, 19 Feb 2017 16:46:26 +
+ -- Florian Höch   Tue, 30 May 2017 17:49:11 +

++ debian.control ++
--- /var/tmp/diff_new_pack.ocGh9V/_old  2017-06-04 02:00:22.899519951 +0200
+++ /var/tmp/diff_new_pack.ocGh9V/_new  2017-06-04 02:00:22.899519951 +0200
@@ -11,14 +11,10 @@
 Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, 
python-wxgtk3.0 (>= 3.0) | python-wxgtk2.8 (>= 2.8.8), python-numpy (>= 1.0), 
python-pygame, argyll, p7zip
 Conflicts: dispcalgui, dispcalgui-0install, displaycal-0install
 Replaces: dispcalgui, dispcalgui-0install, displaycal-0install
-Description: A graphical front-end for display calibration and profiling using 
Argyll CMS
- Calibrates and characterizes display devices using a hardware sensor,
- driven by the open source color management system Argyll CMS.
- Supports multi-display setups and a variety of available settings like 
- customizable whitepoint, luminance, black level, tone response curve 
- as well as the creation of matrix and look-up-table ICC profiles with 
- optional gamut mapping. Calibrations and profiles can be verified 
- through measurements, and profiles can be installed to make them 
- available to color management aware applications.
- Profile installation can utilize Argyll CMS, Oyranos and/or GNOME 
- Color Manager if available, for flexible integration.
+Description: Display calibration and 

commit DisplayCAL for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2017-02-20 13:15:41

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


Package is "DisplayCAL"

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2017-01-10 
10:51:46.797192100 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2017-02-20 13:15:42.987215892 +0100
@@ -1,0 +2,7 @@
+Sun Feb 19 16:46:26 UTC 2017 - flor...@displaycal.net
+
+- Update to 3.2.4.0:
+  * Maintenance/bugfix release
+  * See README.html#changelog-3.2.4
+
+---

Old:

  DisplayCAL-3.2.3.0.tar.gz

New:

  DisplayCAL-3.2.4.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.G7VOyu/_old  2017-02-20 13:15:44.139053944 +0100
+++ /var/tmp/diff_new_pack.G7VOyu/_new  2017-02-20 13:15:44.143053382 +0100
@@ -40,7 +40,7 @@
 License:GPL-3.0+
 Group:  %{correct_group}
 Name:   DisplayCAL
-Version:3.2.3.0
+Version:3.2.4.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.2.3.0.tar.gz -> DisplayCAL-3.2.4.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.2.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.2.4.0.tar.gz differ: 
char 5, line 1

++ debian.changelog ++
--- /var/tmp/diff_new_pack.G7VOyu/_old  2017-02-20 13:15:44.339025828 +0100
+++ /var/tmp/diff_new_pack.G7VOyu/_new  2017-02-20 13:15:44.343025266 +0100
@@ -1,5 +1,5 @@
-displaycal (3.2.3.0-1) stable; urgency=low
+displaycal (3.2.4.0-1) stable; urgency=low
 
-  * Version 3.2.3.0
+  * Version 3.2.4.0
 
- -- Florian Höch   Wed, 04 Jan 2017 14:12:01 +
+ -- Florian Höch   Sun, 19 Feb 2017 16:46:26 +




commit DisplayCAL for openSUSE:Factory

2016-11-20 Thread h_root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2016-11-20 18:19:00

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


Package is "DisplayCAL"

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2016-10-25 
17:44:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2016-11-20 18:19:01.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 19 11:04:10 UTC 2016 - flor...@displaycal.net
+
+- update to 3.2.0.0: see README.html#changelog-3.2
+
+---

Old:

  DisplayCAL-3.1.7.3.tar.gz

New:

  DisplayCAL-3.2.0.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.p1eF1d/_old  2016-11-20 18:19:02.0 +0100
+++ /var/tmp/diff_new_pack.p1eF1d/_new  2016-11-20 18:19:02.0 +0100
@@ -40,7 +40,7 @@
 License:GPL-3.0+
 Group:  %{correct_group}
 Name:   DisplayCAL
-Version:3.1.7.3
+Version:3.2.0.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.1.7.3.tar.gz -> DisplayCAL-3.2.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.1.7.3.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.2.0.0.tar.gz differ: 
char 5, line 1

++ debian.changelog ++
--- /var/tmp/diff_new_pack.p1eF1d/_old  2016-11-20 18:19:03.0 +0100
+++ /var/tmp/diff_new_pack.p1eF1d/_new  2016-11-20 18:19:03.0 +0100
@@ -1,5 +1,5 @@
-displaycal (3.1.7.3-1) stable; urgency=low
+displaycal (3.2.0.0-1) stable; urgency=low
 
-  * Version 3.1.7.3
+  * Version 3.2.0.0
 
- -- Florian Höch   Mon, 24 Oct 2016 10:29:45 +
+ -- Florian Höch   Sat, 19 Nov 2016 11:04:10 +




commit DisplayCAL for openSUSE:Factory

2016-10-25 Thread h_root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2016-10-25 17:43:58

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


Package is "DisplayCAL"

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2016-10-06 
12:45:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2016-10-25 17:44:00.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 24 10:29:45 UTC 2016 - flor...@displaycal.net
+
+- update to 3.1.7.3: see README.html#changelog-3.1.7.3
+
+---

Old:

  DisplayCAL-3.1.7.0.tar.gz

New:

  DisplayCAL-3.1.7.3.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.MIiytw/_old  2016-10-25 17:44:01.0 +0200
+++ /var/tmp/diff_new_pack.MIiytw/_new  2016-10-25 17:44:01.0 +0200
@@ -40,7 +40,7 @@
 License:GPL-3.0+
 Group:  %{correct_group}
 Name:   DisplayCAL
-Version:3.1.7.0
+Version:3.1.7.3
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.1.7.0.tar.gz -> DisplayCAL-3.1.7.3.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.1.7.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.1.7.3.tar.gz differ: 
char 5, line 1

++ debian.changelog ++
--- /var/tmp/diff_new_pack.MIiytw/_old  2016-10-25 17:44:01.0 +0200
+++ /var/tmp/diff_new_pack.MIiytw/_new  2016-10-25 17:44:01.0 +0200
@@ -1,5 +1,5 @@
-displaycal (3.1.7.0-1) stable; urgency=low
+displaycal (3.1.7.3-1) stable; urgency=low
 
-  * Version 3.1.7.0
+  * Version 3.1.7.3
 
- -- Florian Höch   Tue, 04 Oct 2016 20:50:59 +
+ -- Florian Höch   Mon, 24 Oct 2016 10:29:45 +




commit DisplayCAL for openSUSE:Factory

2016-10-06 Thread h_root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2016-10-06 12:45:52

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


Package is "DisplayCAL"

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2016-08-29 
15:44:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2016-10-06 12:45:53.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 04 20:50:59 UTC 2016 - flor...@displaycal.net
+
+- update to 3.1.7.0: see README.html#changelog-3.1.7
+
+---

Old:

  DisplayCAL-3.1.6.0.tar.gz

New:

  DisplayCAL-3.1.7.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.xUhzOa/_old  2016-10-06 12:45:55.0 +0200
+++ /var/tmp/diff_new_pack.xUhzOa/_new  2016-10-06 12:45:55.0 +0200
@@ -40,10 +40,10 @@
 License:GPL-3.0+
 Group:  %{correct_group}
 Name:   DisplayCAL
-Version:3.1.6.0
+Version:3.1.7.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
-Url:http://displaycal.net/
+Url:https://displaycal.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   p7zip
 Obsoletes:  DisplayCAL-0install

++ DisplayCAL-3.1.6.0.tar.gz -> DisplayCAL-3.1.7.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.1.6.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.1.7.0.tar.gz differ: 
char 5, line 1

++ debian.changelog ++
--- /var/tmp/diff_new_pack.xUhzOa/_old  2016-10-06 12:45:55.0 +0200
+++ /var/tmp/diff_new_pack.xUhzOa/_new  2016-10-06 12:45:55.0 +0200
@@ -1,5 +1,5 @@
-displaycal (3.1.6.0-1) stable; urgency=low
+displaycal (3.1.7.0-1) stable; urgency=low
 
-  * Version 3.1.6.0
+  * Version 3.1.7.0
 
- -- Florian Höch   Wed, 24 Aug 2016 21:06:27 +0100
+ -- Florian Höch   Tue, 04 Oct 2016 20:50:59 +

++ debian.copyright ++
--- /var/tmp/diff_new_pack.xUhzOa/_old  2016-10-06 12:45:55.0 +0200
+++ /var/tmp/diff_new_pack.xUhzOa/_new  2016-10-06 12:45:55.0 +0200
@@ -1,7 +1,7 @@
 Format-Specification: 
http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file=135
 Name: DisplayCAL
 Maintainer: Florian Höch 
-Source: http://displaycal.net/
+Source: https://displaycal.net/
 
 Copyright: 2008-2016, Florian Höch 
 License: GPL-3+




commit DisplayCAL for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2016-08-29 15:41:59

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


Package is "DisplayCAL"

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2016-08-12 
15:42:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2016-08-29 15:44:39.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 24 21:06:27 UTC 2016 - flor...@displaycal.net
+
+- update to 3.1.6.0: see README.html#changelog-3.1.6
+
+---

Old:

  DisplayCAL-3.1.5.0.tar.gz

New:

  DisplayCAL-3.1.6.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.7YkWvd/_old  2016-08-29 15:44:46.0 +0200
+++ /var/tmp/diff_new_pack.7YkWvd/_new  2016-08-29 15:44:46.0 +0200
@@ -40,7 +40,7 @@
 License:GPL-3.0+
 Group:  %{correct_group}
 Name:   DisplayCAL
-Version:3.1.5.0
+Version:3.1.6.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:http://displaycal.net/

++ DisplayCAL-3.1.5.0.tar.gz -> DisplayCAL-3.1.6.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.1.5.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.1.6.0.tar.gz differ: 
char 5, line 1

++ debian.changelog ++
--- /var/tmp/diff_new_pack.7YkWvd/_old  2016-08-29 15:44:46.0 +0200
+++ /var/tmp/diff_new_pack.7YkWvd/_new  2016-08-29 15:44:46.0 +0200
@@ -1,5 +1,5 @@
-displaycal (3.1.5.0-1) stable; urgency=low
+displaycal (3.1.6.0-1) stable; urgency=low
 
-  * Version 3.1.5.0
+  * Version 3.1.6.0
 
- -- Florian Höch   Tue, 02 Aug 2016 21:20:48 +0100
+ -- Florian Höch   Wed, 24 Aug 2016 21:06:27 +0100

++ debian.copyright ++
--- /var/tmp/diff_new_pack.7YkWvd/_old  2016-08-29 15:44:47.0 +0200
+++ /var/tmp/diff_new_pack.7YkWvd/_new  2016-08-29 15:44:47.0 +0200
@@ -67,6 +67,10 @@
2010-2016, Florian Höch 
 License: MIT-style
 
+Files: DisplayCAL/win_knownpaths.py
+Copyright: 2014-2016, Michael Kropat
+License: MIT-style or GPL-3+
+
 Files: DisplayCAL/wxenhancedplot.py
 Copyright: 2003-2004, Gordon Williams 
2003, Jeff Grimmett 




commit DisplayCAL for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2016-08-12 15:42:56

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


Package is "DisplayCAL"

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2016-07-12 
23:53:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2016-08-12 15:42:57.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 02 21:20:48 UTC 2016 - flor...@displaycal.net
+
+- update to 3.1.5.0: see README.html#changelog-3.1.5
+
+---

Old:

  DisplayCAL-3.1.4.0.tar.gz

New:

  DisplayCAL-3.1.5.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.kvvufz/_old  2016-08-12 15:42:58.0 +0200
+++ /var/tmp/diff_new_pack.kvvufz/_new  2016-08-12 15:42:58.0 +0200
@@ -40,7 +40,7 @@
 License:GPL-3.0+
 Group:  %{correct_group}
 Name:   DisplayCAL
-Version:3.1.4.0
+Version:3.1.5.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:http://displaycal.net/

++ DisplayCAL-3.1.4.0.tar.gz -> DisplayCAL-3.1.5.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.1.4.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.1.5.0.tar.gz differ: 
char 5, line 1

++ debian.changelog ++
--- /var/tmp/diff_new_pack.kvvufz/_old  2016-08-12 15:42:58.0 +0200
+++ /var/tmp/diff_new_pack.kvvufz/_new  2016-08-12 15:42:58.0 +0200
@@ -1,5 +1,5 @@
-displaycal (3.1.3.1-1) stable; urgency=low
+displaycal (3.1.5.0-1) stable; urgency=low
 
-  * Version 3.1.3.1
+  * Version 3.1.5.0
 
- -- Florian Höch   Mon, 11 Apr 2016 08:53:40 +0100
+ -- Florian Höch   Tue, 02 Aug 2016 21:20:48 +0100




commit DisplayCAL for openSUSE:Factory

2016-07-12 Thread h_root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2016-07-12 23:53:07

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


Package is "DisplayCAL"

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2016-04-12 
19:39:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2016-07-12 23:53:09.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 21:51:48 UTC 2016 - flor...@displaycal.net
+
+- update to 3.1.4.0: see README.html#changelog-3.1.4
+
+---

Old:

  DisplayCAL-3.1.3.1.tar.gz

New:

  DisplayCAL-3.1.4.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.c6f7t7/_old  2016-07-12 23:53:10.0 +0200
+++ /var/tmp/diff_new_pack.c6f7t7/_new  2016-07-12 23:53:10.0 +0200
@@ -40,7 +40,7 @@
 License:GPL-3.0+
 Group:  %{correct_group}
 Name:   DisplayCAL
-Version:3.1.3.1
+Version:3.1.4.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:http://displaycal.net/

++ DisplayCAL-3.1.3.1.tar.gz -> DisplayCAL-3.1.4.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.1.3.1.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.1.4.0.tar.gz differ: 
char 5, line 1




commit DisplayCAL for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2016-04-12 19:39:46

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


Package is "DisplayCAL"

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2016-03-14 
09:57:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2016-04-12 19:39:48.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 11 08:53:40 UTC 2016 - flor...@displaycal.net
+
+- update to 3.1.3.1: see README.html#changelog-3.1.3.1
+
+---
+Sat Apr 09 10:20:55 UTC 2016 - flor...@displaycal.net
+
+- update to 3.1.3.0: see README.html#changelog-3.1.3
+
+---

Old:

  DisplayCAL-3.1.1.0.tar.gz

New:

  DisplayCAL-3.1.3.1.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.KaqpDg/_old  2016-04-12 19:39:49.0 +0200
+++ /var/tmp/diff_new_pack.KaqpDg/_new  2016-04-12 19:39:49.0 +0200
@@ -22,20 +22,32 @@
 %define py_maxversion 2.7
 %define wx_minversion 2.8.8
 
+%if 0%{?mandriva_version} > 0
+%define correct_group Graphics
+%else
+%if 0%{?suse_version} > 0
+%define correct_group Productivity/Graphics/Other
+%else
+%if 0%{?fedora_version} > 0 || 0%{?rhel_version} > 0 || 0%{?centos_version} > 
0 || 0%{?scientificlinux_version} > 0
+%define correct_group Applications/Multimedia
+%endif
+%endif
+%endif
+
 %global debug_package %{nil}
 
 Summary:A graphical front-end for display calibration and profiling 
using Argyll CMS
 License:GPL-3.0+
-Group:  Applications/Multimedia
+Group:  %{correct_group}
 Name:   DisplayCAL
-Version:3.1.1.0
+Version:3.1.3.1
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:http://displaycal.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   p7zip
 Obsoletes:  DisplayCAL-0install
-Provides:   dispcalGUI
+Provides:   dispcalGUI = %{version}
 Obsoletes:  dispcalGUI < 3.1.0.0
 Obsoletes:  dispcalGUI-0install < 3.1.0.0
 %if 0%{?mandriva_version} > 0
@@ -193,6 +205,7 @@
 %config /etc/xdg/autostart/z-displaycal-apply-profiles.desktop
 %doc LICENSE.txt
 %doc README.html
+%doc README-fr.html
 %doc screenshots
 %doc theme
 /usr/share/man/man1/*

++ DisplayCAL-3.1.1.0.tar.gz -> DisplayCAL-3.1.3.1.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.1.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.1.3.1.tar.gz differ: 
char 5, line 1

++ debian.changelog ++
--- /var/tmp/diff_new_pack.KaqpDg/_old  2016-04-12 19:39:49.0 +0200
+++ /var/tmp/diff_new_pack.KaqpDg/_new  2016-04-12 19:39:49.0 +0200
@@ -1,5 +1,5 @@
-displaycal (3.1.1.0-1) stable; urgency=low
+displaycal (3.1.3.1-1) stable; urgency=low
 
-  * Version 3.1.1.0
+  * Version 3.1.3.1
 
- -- Florian Höch   Mon, 29 Feb 2016 16:43:24 +0100
+ -- Florian Höch   Mon, 11 Apr 2016 08:53:40 +0100




commit DisplayCAL for openSUSE:Factory

2016-03-14 Thread h_root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2016-03-14 09:57:33

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


Package is "DisplayCAL"

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2016-03-08 
10:18:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2016-03-14 09:57:38.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar  9 13:07:36 UTC 2016 - kkae...@suse.com
+
+- Add provides/obsoletes for the rename dispcalGUI -> DisplayCAL
+  at version 3.1.0.0
+
+---



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.NWbwST/_old  2016-03-14 09:57:39.0 +0100
+++ /var/tmp/diff_new_pack.NWbwST/_new  2016-03-14 09:57:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package DisplayCAL
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Florian Hoech
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,6 +26,7 @@
 
 Summary:A graphical front-end for display calibration and profiling 
using Argyll CMS
 License:GPL-3.0+
+Group:  Applications/Multimedia
 Name:   DisplayCAL
 Version:3.1.1.0
 Release:0
@@ -33,9 +34,11 @@
 Url:http://displaycal.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   p7zip
-Obsoletes:  dispcalGUI, dispcalGUI-0install, DisplayCAL-0install
+Obsoletes:  DisplayCAL-0install
+Provides:   dispcalGUI
+Obsoletes:  dispcalGUI < 3.1.0.0
+Obsoletes:  dispcalGUI-0install < 3.1.0.0
 %if 0%{?mandriva_version} > 0
-Group:  Graphics
 BuildRequires:  gcc
 BuildRequires:  libpython-devel
 BuildRequires:  udev
@@ -50,20 +53,18 @@
 Requires:   wxPythonGTK >= %{wx_minversion}
 %else
 %if 0%{?suse_version} > 0
-Group:  Productivity/Graphics/Other
 BuildRequires:  gcc
 BuildRequires:  python-devel
 BuildRequires:  udev
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
 Requires:   argyllcms
-Requires:   python-pygame
 Requires:   python-numpy >= %{numpy_version}
+Requires:   python-pygame
 Requires:   python-wxGTK >= %{wx_minversion}
 %py_requires
 %else
 %if 0%{?fedora_version} > 0 || 0%{?rhel_version} > 0 || 0%{?centos_version} > 
0 || 0%{?scientificlinux_version} > 0
-Group:  Applications/Multimedia
 BuildRequires:  gcc
 BuildRequires:  libX11-devel
 BuildRequires:  libXinerama-devel