Hello community,

here is the log from the commit of package dispcalGUI for openSUSE:Factory 
checked in at 2014-09-06 12:19:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2014-05-13 
20:43:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dispcalGUI.new/dispcalGUI.changes       
2014-09-06 16:55:06.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Sep 05 22:17:04 UTC 2014 - [email protected]
+
+- update to 2.5.0.0: see README.html#changelog-2.5
+
+-------------------------------------------------------------------

Old:
----
  dispcalGUI-2.1.0.0.tar.gz

New:
----
  dispcalGUI-2.5.0.0.tar.gz

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

Other differences:
------------------
++++++ dispcalGUI.spec ++++++
--- /var/tmp/diff_new_pack.wd1e2d/_old  2014-09-06 16:55:07.000000000 +0200
+++ /var/tmp/diff_new_pack.wd1e2d/_new  2014-09-06 16:55:07.000000000 +0200
@@ -26,12 +26,13 @@
 License:        GPL-3.0+
 Group:          Applications/Multimedia
 Name:           dispcalGUI
-Version:        2.1.0.0
+Version:        2.5.0.0
 Release:        0
 Source0:        http://%{name}.hoech.net/download/%{name}-%version.tar.gz
 Source1:        copyright
 Url:            http://dispcalgui.hoech.net/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Requires:       p7zip
 %if 0%{?mandriva_version} > 0
 BuildRequires:  gcc
 BuildRequires:  libpython-devel
@@ -66,6 +67,7 @@
 BuildRequires:  udev
 Requires:       argyllcms
 Requires:       numpy >= %{numpy_version}
+Requires:       p7zip-plugins
 Requires:       wxPython >= %{wx_minversion}
 %endif
 %endif
@@ -189,16 +191,16 @@
 #!/bin/sh
 
 # Update icon cache and menu
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || true
-which xdg-icon-resource > /dev/null 2>&1 && xdg-icon-resource forceupdate || 
true
-which xdg-desktop-menu > /dev/null 2>&1 && xdg-desktop-menu forceupdate || true
+/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
 
 %postun
 #!/bin/sh
 
 # Update icon cache and menu
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || true
-which xdg-desktop-menu > /dev/null 2>&1 && xdg-desktop-menu forceupdate || true
-which xdg-icon-resource > /dev/null 2>&1 && xdg-icon-resource forceupdate || 
true
+/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
 
 %changelog

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.wd1e2d/_old  2014-09-06 16:55:07.000000000 +0200
+++ /var/tmp/diff_new_pack.wd1e2d/_new  2014-09-06 16:55:07.000000000 +0200
@@ -1,5 +1,5 @@
-dispcalgui (2.1.0.0) stable; urgency=low
+dispcalgui (2.5.0.0) stable; urgency=low
 
-  * Version 2.1.0.0
+  * Version 2.5.0.0
 
- -- Florian Höch <[email protected]>  Sun, 11 May 2014 17:06:37 +0100
+ -- Florian Höch <[email protected]>  Fri, 05 Sep 2014 22:17:04 +0100

++++++ debian.control ++++++
--- /var/tmp/diff_new_pack.wd1e2d/_old  2014-09-06 16:55:07.000000000 +0200
+++ /var/tmp/diff_new_pack.wd1e2d/_new  2014-09-06 16:55:07.000000000 +0200
@@ -7,7 +7,7 @@
 
 Package: dispcalgui
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, python-wxgtk2.8 (>= 2.8.6), 
python-numpy (>= 1.0)
+Depends: ${shlibs:Depends}, ${python:Depends}, python-wxgtk2.8 (>= 2.8.6), 
python-numpy (>= 1.0), p7zip
 Recommends: argyll
 Description: A graphical front-end for display calibration and profiling using 
Argyll CMS
  Calibrates and characterizes display devices using a hardware sensor,

++++++ debian.rules ++++++
--- /var/tmp/diff_new_pack.wd1e2d/_old  2014-09-06 16:55:08.000000000 +0200
+++ /var/tmp/diff_new_pack.wd1e2d/_new  2014-09-06 16:55:08.000000000 +0200
@@ -35,7 +35,6 @@
        # Convert line endings in LICENSE.txt
        python -c "f = open('LICENSE.txt', 'rb');d = f.read().replace('\r\n', 
'\n').replace('\r', '\n');f.close();f = open('LICENSE.txt', 
'wb');f.write(d);f.close()"
        # Add here commands to compile the package.
-       python${python_version} setup.py buildservice
        python${python_version} setup.py build --use-distutils
        # --- end custom part for compiling
 

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

++++++ dispcalGUI.dsc ++++++
--- /var/tmp/diff_new_pack.wd1e2d/_old  2014-09-06 16:55:08.000000000 +0200
+++ /var/tmp/diff_new_pack.wd1e2d/_new  2014-09-06 16:55:08.000000000 +0200
@@ -1,11 +1,11 @@
-Debtransform-Tar: dispcalGUI-2.1.0.0.tar.gz
+Debtransform-Tar: dispcalGUI-2.5.0.0.tar.gz
 Format: 1.0
 Source: dispcalgui
-Version: 2.1.0.0
+Version: 2.5.0.0
 Binary: dispcalgui
 Maintainer: Florian Höch <[email protected]>
 Architecture: any
 Build-Depends: debhelper (>= 5.0.38), doc-base, gcc, python-dev, 
libxinerama-dev, libxrandr-dev, libxxf86vm-dev
 Files: 
- ffffffffffffffffffffffffffffffff 1 dispcalgui_2.1.0.0.orig.tar.gz
- ffffffffffffffffffffffffffffffff 1 dispcalgui_2.1.0.0-1.diff.tar.gz
+ ffffffffffffffffffffffffffffffff 1 dispcalgui_2.5.0.0.orig.tar.gz
+ ffffffffffffffffffffffffffffffff 1 dispcalgui_2.5.0.0-1.diff.tar.gz

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to