Hello community,

here is the log from the commit of package scons for openSUSE:Factory checked 
in at 2014-10-06 12:06:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scons (Old)
 and      /work/SRC/openSUSE:Factory/.scons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scons"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scons/scons.changes      2014-08-31 
09:58:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.scons.new/scons.changes 2014-10-06 
12:06:22.000000000 +0200
@@ -1,0 +2,15 @@
+Sun Oct  5 19:37:22 UTC 2014 - andreas.stie...@gmx.de
+
+- SCons 2.3.4:
+  * Fixed the interactive mode, in connection with Configure
+    contexts
+  * Fix EnsureSConsVersion warning when running packaged version
+  * Fix D tools for building shared libraries
+- for SLE 11 SP3 fix python requirements
+
+-------------------------------------------------------------------
+Mon Sep 29 12:43:29 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner (minor whitespace)
+
+-------------------------------------------------------------------

Old:
----
  scons-2.3.3.tar.gz
  scons-user.html-2.3.3.tar.bz2

New:
----
  scons-2.3.4.tar.gz
  scons-user.html-2.3.4.tar.bz2

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

Other differences:
------------------
++++++ scons.spec ++++++
--- /var/tmp/diff_new_pack.E0vT9V/_old  2014-10-06 12:06:24.000000000 +0200
+++ /var/tmp/diff_new_pack.E0vT9V/_new  2014-10-06 12:06:24.000000000 +0200
@@ -18,16 +18,16 @@
 
 # Potential build fix for SLE11 SLE11SP1
 %if 0%{?suse_version} <= 1120
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %endif
-
 Name:           scons
+Version:        2.3.4
+Release:        0
 Summary:        Replacement for Make
 License:        MIT
 Group:          Development/Tools/Building
-Version:        2.3.3
-Release:        0
+Url:            http://www.scons.org/
 Source0:        
http://prdownloads.sourceforge.net/scons/%{name}-%{version}.tar.gz
 #http://www.scons.org/doc/%%{version}/HTML/scons-user.html
 Source1:        scons-user.html-%{version}.tar.bz2
@@ -36,14 +36,15 @@
 # Sets _mandir to _datadir/man instead of _prefix/man
 Patch0:         %{name}-1.2.0-fix-install.patch
 Patch1:         %{name}-1.2.0-noenv.patch
-Url:            http://www.scons.org/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel >= 2.4
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
+%if 0%{?suse_version} == 1110
 %{py_requires}
+%endif
 
 %description
 SCons is a make replacement that provides a range of enhanced features,
@@ -66,8 +67,10 @@
 +                   QT_LIBPATH = os.path.join('\$QTDIR', '%_lib'),
 EOF
 
+sed -i 's|/usr/bin/env python|/usr/bin/python|' script/*
+
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="%{optflags}"
 python setup.py build
 
 %install
@@ -78,8 +81,6 @@
        --no-version-script
 %fdupes %{buildroot}%{_bindir}
 
-%check
-
 %files
 %defattr(-,root,root)
 %doc CHANGES.txt LICENSE.txt README.txt RELEASE.txt scons-user.html

++++++ scons-2.3.3.tar.gz -> scons-2.3.4.tar.gz ++++++
++++ 2716 lines of diff (skipped)

++++++ scons-user.html-2.3.3.tar.bz2 -> scons-user.html-2.3.4.tar.bz2 ++++++
++++ 1739 lines of diff (skipped)

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

Reply via email to