Hello community,

here is the log from the commit of package dispcalGUI for openSUSE:Factory 
checked in at 2015-09-30 05:51:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dispcalGUI (Old)
 and      /work/SRC/openSUSE:Factory/.dispcalGUI.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dispcalGUI"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dispcalGUI/dispcalGUI.changes    2015-08-11 
08:27:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dispcalGUI.new/dispcalGUI.changes       
2015-09-30 05:52:07.000000000 +0200
@@ -1,0 +2,15 @@
+Fri Sep 25 20:32:07 UTC 2015 - [email protected]
+
+- update to 3.0.4.3: see README.html#changelog-3.0.4.3
+
+-------------------------------------------------------------------
+Mon Sep 07 13:06:27 UTC 2015 - [email protected]
+
+- update to 3.0.4.2: see README.html#changelog-3.0.4.2
+
+-------------------------------------------------------------------
+Tue Sep 01 11:02:08 UTC 2015 - [email protected]
+
+- update to 3.0.4.1: see README.html#changelog-3.0.4.1
+
+-------------------------------------------------------------------

Old:
----
  dispcalGUI-3.0.4.0.tar.gz

New:
----
  dispcalGUI-3.0.4.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dispcalGUI.spec ++++++
--- /var/tmp/diff_new_pack.EaCLAw/_old  2015-09-30 05:52:09.000000000 +0200
+++ /var/tmp/diff_new_pack.EaCLAw/_new  2015-09-30 05:52:09.000000000 +0200
@@ -25,7 +25,7 @@
 Summary:        A graphical front-end for display calibration and profiling 
using Argyll CMS
 License:        GPL-3.0+
 Name:           dispcalGUI
-Version:        3.0.4.0
+Version:        3.0.4.3
 Release:        0
 Source0:        http://dispcalgui.hoech.net/download/%{name}-%version.tar.gz
 Url:            http://dispcalgui.hoech.net/
@@ -60,7 +60,7 @@
 Requires:       python-wxGTK >= %{wx_minversion}
 %py_requires
 %else
-%if 0%{?fedora_version} > 0 || 0%{?rhel_version} > 0 || 0%{?centos_version} > 0
+%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
@@ -135,7 +135,8 @@
                   glob.glob(os.path.join(mod, 'lib' + bits, '*.py')), 
                   glob.glob(os.path.join(mod, 'lib' + bits, 'python%s%s' % 
sys.version_info[:2], '*.py'))):
        byte_compile(py, optimize=0, force=1, prefix='$RPM_BUILD_ROOT')
-       if int('0%{?fedora_version}') > 0 or int('0%{?rhel_version}') > 0 or 
int('0%{?centos_version}') > 0:
+       if (int('0%{?fedora_version}') > 0 or int('0%{?rhel_version}') > 0 or
+       int('0%{?centos_version}') > 0 or int('0%{?scientificlinux_version}') > 
0):
                byte_compile(py, optimize=1, force=1, prefix='$RPM_BUILD_ROOT')"
 %endif
 # Remove doc directory
@@ -167,7 +168,8 @@
        if path.endswith('.py') and %{?mandriva_version}.0 < 201010:
                # 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:
+               if (int('0%{?fedora_version}') > 0 or int('0%{?rhel_version}') 
> 0 or
+               int('0%{?centos_version}') > 0 or 
int('0%{?scientificlinux_version}') > 0):
                        paths.append(path + 'o')
        if os.path.basename(path) in executables:
                paths.append('%attr(755, root, root) ' + path)

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.EaCLAw/_old  2015-09-30 05:52:09.000000000 +0200
+++ /var/tmp/diff_new_pack.EaCLAw/_new  2015-09-30 05:52:09.000000000 +0200
@@ -1,5 +1,5 @@
-dispcalgui (3.0.4.0-1) stable; urgency=low
+dispcalgui (3.0.4.3-1) stable; urgency=low
 
-  * Version 3.0.4.0
+  * Version 3.0.4.3
 
- -- Florian Höch <[email protected]>  Sun, 09 Aug 2015 23:23:27 +0100
+ -- Florian Höch <[email protected]>  Fri, 25 Sep 2015 20:32:07 +0100

++++++ debian.control ++++++
--- /var/tmp/diff_new_pack.EaCLAw/_old  2015-09-30 05:52:09.000000000 +0200
+++ /var/tmp/diff_new_pack.EaCLAw/_new  2015-09-30 05:52:09.000000000 +0200
@@ -1,3 +1,4 @@
+Standards-Version: 3.9.6.1
 Source: dispcalgui
 Section: graphics
 Priority: extra
@@ -7,10 +8,9 @@
 
 Package: dispcalgui
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, 
python-wxgtk2.8 (>= 2.8.8), python-numpy (>= 1.0), python-pygame, p7zip
+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-0install
 Replaces: dispcalgui-0install
-Recommends: argyll
 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.

++++++ debian.rules ++++++
--- /var/tmp/diff_new_pack.EaCLAw/_old  2015-09-30 05:52:09.000000000 +0200
+++ /var/tmp/diff_new_pack.EaCLAw/_new  2015-09-30 05:52:09.000000000 +0200
@@ -22,7 +22,7 @@
 export python_version=`python -c "import sys;print sys.version[:3]"`
 export install_lib=`python -c "from distutils.sysconfig import 
get_python_lib;print get_python_lib(True)"`
 
-build: build-stamp
+build: build-arch build-indep
 build-arch: build-stamp
 build-indep: build-stamp
 build-stamp:

++++++ dispcalGUI-3.0.4.0.tar.gz -> dispcalGUI-3.0.4.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/dispcalGUI/dispcalGUI-3.0.4.0.tar.gz 
/work/SRC/openSUSE:Factory/.dispcalGUI.new/dispcalGUI-3.0.4.3.tar.gz differ: 
char 5, line 1


Reply via email to