Hello community,
here is the log from the commit of package scons
checked in at Thu May 31 21:13:45 CEST 2007.
--------
--- scons/scons.changes 2006-03-08 13:36:19.000000000 +0100
+++ /mounts/work_src_done/STABLE/scons/scons.changes 2007-05-30 15:22:55.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 30 15:22:18 CEST 2007 - ltinkl(a)suse.cz
+
+- update to stable release 0.97
+- fix man installation patch
+
+-------------------------------------------------------------------
Old:
----
scons-0.96.91.tar.bz2
New:
----
scons-0.97.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ scons.spec ++++++
--- /var/tmp/diff_new_pack.g24836/_old 2007-05-31 21:12:19.000000000 +0200
+++ /var/tmp/diff_new_pack.g24836/_new 2007-05-31 21:12:19.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package scons (Version 0.96.91)
+# spec file for package scons (Version 0.97)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -12,9 +12,9 @@
Name: scons
BuildRequires: python-devel
-Summary: Replacement for Make
-Version: 0.96.91
-Release: 7
+Summary: Replacement for make
+Version: 0.97
+Release: 1
Source0: %{name}-%{version}.tar.bz2
Source1: scons-user.html
Patch1: fix-install.patch
@@ -26,9 +26,9 @@
%description
SCons is a make replacement that provides a range of enhanced features,
-such as automated dependency generation and built in compilation cache
+such as automated dependency generation and built-in compilation cache
support. SCons rule sets are Python scripts, so as well as the features
-it provides itself SCons allows you to use the full power of Python to
+it provides itself, SCons allows you to use the full power of Python to
control compilation.
@@ -72,7 +72,10 @@
%doc CHANGES.txt LICENSE.txt README.txt RELEASE.txt scons-user.html
%doc /%{_mandir}/man1/*
-%changelog -n scons
+%changelog
+* Wed May 30 2007 - ltinkl(a)suse.cz
+- update to stable release 0.97
+- fix man installation patch
* Wed Mar 08 2006 - ltinkl(a)suse.cz
- add more documentation (#154045)
* Tue Feb 28 2006 - jmatejek(a)suse.cz
++++++ fix-install.patch ++++++
--- /var/tmp/diff_new_pack.g24836/_old 2007-05-31 21:12:19.000000000 +0200
+++ /var/tmp/diff_new_pack.g24836/_new 2007-05-31 21:12:19.000000000 +0200
@@ -1,11 +1,20 @@
---- setup.py
-+++ setup.py
-@@ -330,7 +330,7 @@
+--- setup.py 2007-05-17 18:36:40.000000000 +0200
++++ setup.py 2007-05-30 15:20:13.000000000 +0200
+@@ -336,7 +336,7 @@
if is_win32:
dir = 'Doc'
else:
- dir = os.path.join('man', 'man1')
+ dir = os.path.join('share', 'man', 'man1')
- self.data_files = [(dir, ["scons.1", "sconsign.1"])]
+ self.data_files = [(dir, man_pages)]
man_dir = os.path.join(self.install_dir, dir)
msg = "Installed SCons man pages into %s" % man_dir
+@@ -384,7 +384,7 @@
+ "SCons.Sig",
+ "SCons.Tool"],
+ 'package_dir' : {'' : 'engine'},
+- 'data_files' : [('man/man1', man_pages)],
++ 'data_files' : [('share/man/man1', man_pages)],
+ 'scripts' : scripts,
+ 'cmdclass' : {'install' : install,
+ 'install_lib' : install_lib,
++++++ scons-0.96.91.tar.bz2 -> scons-0.97.tar.bz2 ++++++
++++ 31463 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org