Hello community,

here is the log from the commit of package dispcalGUI for openSUSE:Factory 
checked in at 2014-05-13 20:43:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-25 
11:34:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dispcalGUI.new/dispcalGUI.changes       
2014-05-13 20:43:41.000000000 +0200
@@ -2 +2 @@
-Wed Apr 23 02:16:43 UTC 2014 - [email protected]
+Sun May 11 17:06:37 UTC 2014 - [email protected]
@@ -4 +4,6 @@
-- update to 2.0.0.0: see README.html#changelog-2.0.0.0
+- update to 2.1.0.0: see README.html#changelog-2.1
+
+-------------------------------------------------------------------
+Wed Apr 23 02:32:45 UTC 2014 - [email protected]
+
+- update to 2.0.0.0: see README.html#changelog-2.0

Old:
----
  dispcalGUI-2.0.0.0.tar.gz

New:
----
  dispcalGUI-2.1.0.0.tar.gz

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

Other differences:
------------------
++++++ dispcalGUI.spec ++++++
--- /var/tmp/diff_new_pack.E05GSd/_old  2014-05-13 20:43:42.000000000 +0200
+++ /var/tmp/diff_new_pack.E05GSd/_new  2014-05-13 20:43:42.000000000 +0200
@@ -26,7 +26,7 @@
 License:        GPL-3.0+
 Group:          Applications/Multimedia
 Name:           dispcalGUI
-Version:        2.0.0.0
+Version:        2.1.0.0
 Release:        0
 Source0:        http://%{name}.hoech.net/download/%{name}-%version.tar.gz
 Source1:        copyright
@@ -48,7 +48,6 @@
 %if 0%{?suse_version} > 0
 BuildRequires:  gcc
 BuildRequires:  python-devel
-BuildRequires:  python-xml
 BuildRequires:  udev
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
@@ -190,6 +189,7 @@
 #!/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
 
@@ -197,6 +197,7 @@
 #!/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
 

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.E05GSd/_old  2014-05-13 20:43:42.000000000 +0200
+++ /var/tmp/diff_new_pack.E05GSd/_new  2014-05-13 20:43:42.000000000 +0200
@@ -1,5 +1,5 @@
-dispcalgui (2.0.0.0) stable; urgency=low
+dispcalgui (2.1.0.0) stable; urgency=low
 
-  * Version 2.0.0.0
+  * Version 2.1.0.0
 
- -- Florian Höch <[email protected]>  Wed, 23 Apr 2014 02:16:43 +0100
+ -- Florian Höch <[email protected]>  Sun, 11 May 2014 17:06:37 +0100

++++++ debian.rules ++++++
--- /var/tmp/diff_new_pack.E05GSd/_old  2014-05-13 20:43:42.000000000 +0200
+++ /var/tmp/diff_new_pack.E05GSd/_new  2014-05-13 20:43:42.000000000 +0200
@@ -18,8 +18,6 @@
 endif
 
 # The DESTDIR Has To Be Exactly  /usr/src/packages/BUILD/debian/<nameOfPackage>
-export name=dispcalGUI
-export version=2.0.0.0
 export DEB_BUILD_ROOT=/usr/src/packages/BUILD/debian/dispcalgui
 export install_prefix=/usr
 export install_exec_prefix=/usr
@@ -37,6 +35,7 @@
        # 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.0.0.0.tar.gz -> dispcalGUI-2.1.0.0.tar.gz ++++++
++++ 5043 lines of diff (skipped)

++++++ dispcalGUI.dsc ++++++
--- /var/tmp/diff_new_pack.E05GSd/_old  2014-05-13 20:43:43.000000000 +0200
+++ /var/tmp/diff_new_pack.E05GSd/_new  2014-05-13 20:43:43.000000000 +0200
@@ -1,11 +1,11 @@
-Debtransform-Tar: dispcalGUI-2.0.0.0.tar.gz
+Debtransform-Tar: dispcalGUI-2.1.0.0.tar.gz
 Format: 1.0
 Source: dispcalgui
-Version: 2.0.0.0
+Version: 2.1.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.0.0.0.orig.tar.gz
- ffffffffffffffffffffffffffffffff 1 dispcalgui_2.0.0.0-1.diff.tar.gz
+ ffffffffffffffffffffffffffffffff 1 dispcalgui_2.1.0.0.orig.tar.gz
+ ffffffffffffffffffffffffffffffff 1 dispcalgui_2.1.0.0-1.diff.tar.gz

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

Reply via email to