Hello community,

here is the log from the commit of package dispcalGUI for openSUSE:Factory 
checked in at 2013-10-24 14:07:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2013-03-08 
09:09:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dispcalGUI.new/dispcalGUI.changes       
2013-10-24 14:07:41.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Oct 23 20:09:44 UTC 2013 - dispcal...@hoech.net
+
+- update to 1.5.3.1: see README.html#changelog-1.5.3.1
+
+-------------------------------------------------------------------
+Tue Oct 22 14:32:41 UTC 2013 - dispcal...@hoech.net
+
+- update to 1.5.2.5: see README.html#changelog-1.5.2.5
+
+-------------------------------------------------------------------

Old:
----
  dispcalGUI-1.2.7.0.tar.gz

New:
----
  dispcalGUI-1.5.3.1.tar.gz

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

Other differences:
------------------
++++++ dispcalGUI.spec ++++++
--- /var/tmp/diff_new_pack.L78fRG/_old  2013-10-24 14:07:42.000000000 +0200
+++ /var/tmp/diff_new_pack.L78fRG/_new  2013-10-24 14:07:42.000000000 +0200
@@ -26,7 +26,7 @@
 License:        GPL-3.0+
 Group:          Applications/Multimedia
 Name:           dispcalGUI
-Version:        1.2.7.0
+Version:        1.5.3.1
 Release:        0
 Source0:        http://%{name}.hoech.net/download/%{name}-%version.tar.gz
 Source1:        copyright
@@ -86,7 +86,7 @@
 %prep
 %setup
 # Convert line endings in LICENSE.txt
-python -c "f = open('LICENSE.txt', 'rb')
+%{__python} -c "f = open('LICENSE.txt', 'rb')
 d = f.read().replace('\r\n', '\n').replace('\r', '\n')
 f.close()
 f = open('LICENSE.txt', 'wb')
@@ -94,15 +94,11 @@
 f.close()"
 
 %build
-python_version=`python -c "import sys;print sys.version[:3]"`
-python=`which python${python_version} 2>/dev/null || which python`
-${python} setup.py build --use-distutils
+%{__python} setup.py build --use-distutils
 
 %install
-python_version=`python -c "import sys;print sys.version[:3]"`
-python=`which python${python_version} 2>/dev/null || which python`
-install_lib=`python -c "from distutils.sysconfig import get_python_lib;print 
get_python_lib(True)"`
-${python} setup.py install --no-compile --use-distutils \
+install_lib=`%{__python} -c "from distutils.sysconfig import 
get_python_lib;print get_python_lib(True)"`
+%{__python} setup.py install --no-compile --use-distutils \
        --root=$RPM_BUILD_ROOT \
        --prefix=%_prefix \
        --exec-prefix=%_exec_prefix \
@@ -112,13 +108,13 @@
        --skip-postinstall \
        --record=INSTALLED_FILES
 # 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]))"`
+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
 # Byte-compile *.py files and remove traces of RPM_BUILD_ROOT
 %if 0%{?mandriva_version} < 201010
 # Mandriva 2010.1 got rid of byte-compilation
-python -c "import glob
+%{__python} -c "import glob
 import os
 import platform
 import sys
@@ -146,7 +142,7 @@
 %endif
 # Remove unused files from list of installed files and add directories
 # as well as mark files as executable where needed
-python -c "import os
+%{__python} -c "import os
 f = open('INSTALLED_FILES')
 paths = [path.replace('$RPM_BUILD_ROOT', '').strip() for path in 
                 filter(lambda path: not '/doc/' in path and not '/etc/' in 
path and
@@ -173,7 +169,9 @@
                           'wxLUTViewer.py',
                           'wxMeasureFrame.py',
                           'wxProfileInfo.py',
+                          'wxSynthICCFrame.py',
                           'wxTestchartEditor.py',
+                          'wxUntetheredFrame.py',
                           'wxwindows.py',
                           'xrandr.py',
                           'Argyll',
@@ -181,6 +179,7 @@
                           'dispcalGUI-3DLUT-maker',
                           'dispcalGUI-apply-profiles',
                           'dispcalGUI-profile-info',
+                          'dispcalGUI-synthprofile',
                           'dispcalGUI-testchart-editor']
 for path in list(paths):
        if path.endswith('.py') and %{?mandriva_version}.0 < 201010:

++++++ _service ++++++
--- /var/tmp/diff_new_pack.L78fRG/_old  2013-10-24 14:07:42.000000000 +0200
+++ /var/tmp/diff_new_pack.L78fRG/_new  2013-10-24 14:07:42.000000000 +0200
@@ -27,5 +27,9 @@
     <param name="host">dispcalgui.hoech.net</param>
     <param name="path">/dist/copyright</param>
   </service>
+  <service name="download_url" mode="localonly">
+    <param name="host">dispcalgui.hoech.net</param>
+    <param name="path">/dist/PKGBUILD</param>
+  </service>
   <service name="download_files" mode="localonly" />
 </services>

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.L78fRG/_old  2013-10-24 14:07:42.000000000 +0200
+++ /var/tmp/diff_new_pack.L78fRG/_new  2013-10-24 14:07:42.000000000 +0200
@@ -1,5 +1,5 @@
-dispcalgui (1.2.7.0) stable; urgency=low
+dispcalgui (1.5.3.1) stable; urgency=low
 
-  * Version 1.2.7.0
+  * Version 1.5.3.1
 
- -- Florian Höch <dispcal...@hoech.net>  Sun, 03 Mar 2013 19:22:01 +0100
+ -- Florian Höch <dispcal...@hoech.net>  Wed, 23 Oct 2013 20:09:44 +0100

++++++ debian.rules ++++++
--- /var/tmp/diff_new_pack.L78fRG/_old  2013-10-24 14:07:42.000000000 +0200
+++ /var/tmp/diff_new_pack.L78fRG/_new  2013-10-24 14:07:42.000000000 +0200
@@ -19,7 +19,7 @@
 
 # The DESTDIR Has To Be Exactly  /usr/src/packages/BUILD/debian/<nameOfPackage>
 export name=dispcalGUI
-export version=1.2.7.0
+export version=1.5.3.1
 export DEB_BUILD_ROOT=/usr/src/packages/BUILD/debian/dispcalgui
 export install_prefix=/usr
 export install_exec_prefix=/usr

++++++ dispcalGUI-1.2.7.0.tar.gz -> dispcalGUI-1.5.3.1.tar.gz ++++++
++++ 64867 lines of diff (skipped)

++++++ dispcalGUI.dsc ++++++
--- /var/tmp/diff_new_pack.L78fRG/_old  2013-10-24 14:07:42.000000000 +0200
+++ /var/tmp/diff_new_pack.L78fRG/_new  2013-10-24 14:07:42.000000000 +0200
@@ -1,11 +1,11 @@
-Debtransform-Tar: dispcalGUI-1.2.7.0.tar.gz
+Debtransform-Tar: dispcalGUI-1.5.3.1.tar.gz
 Format: 1.0
 Source: dispcalgui
-Version: 1.2.7.0
+Version: 1.5.3.1
 Binary: dispcalgui
 Maintainer: Florian Höch <dispcal...@hoech.net>
 Architecture: any
 Build-Depends: debhelper (>= 5.0.38), doc-base, gcc, python-dev, 
libxinerama-dev, libxrandr-dev, libxxf86vm-dev
 Files: 
- ffffffffffffffffffffffffffffffff 1 dispcalgui_1.2.7.0.orig.tar.gz
- ffffffffffffffffffffffffffffffff 1 dispcalgui_1.2.7.0-1.diff.tar.gz
+ ffffffffffffffffffffffffffffffff 1 dispcalgui_1.5.3.1.orig.tar.gz
+ ffffffffffffffffffffffffffffffff 1 dispcalgui_1.5.3.1-1.diff.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to