Hello community,

here is the log from the commit of package tcl for openSUSE:Factory checked in 
at 2012-08-08 11:40:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcl (Old)
 and      /work/SRC/openSUSE:Factory/.tcl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcl", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tcl/tcl.changes  2012-01-20 22:08:05.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.tcl.new/tcl.changes     2012-08-08 
11:40:42.000000000 +0200
@@ -1,0 +2,13 @@
+Sun Jul 29 18:02:41 UTC 2012 - jeng...@inai.de
+
+- Disable profiling on SPARC due to compiler bug [gcc #54121]
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+- Remove outdated PPC obsoletes (there is no tcl-devel-XXbit built)
+
+-------------------------------------------------------------------
+Thu Jul 26 08:59:49 UTC 2012 - m...@suse.com
+
+- 8.5.12rc2
+
+-------------------------------------------------------------------

Old:
----
  tcl8.5.11-src.tar.gz

New:
----
  tcl8.5.12rc2-src.tar.gz

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

Other differences:
------------------
++++++ tcl.spec ++++++
--- /var/tmp/diff_new_pack.oWXUnV/_old  2012-08-08 11:40:44.000000000 +0200
+++ /var/tmp/diff_new_pack.oWXUnV/_new  2012-08-08 11:40:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tcl
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,11 @@
 #
 
 
-
 Name:           tcl
 Url:            http://www.tcl.tk
-Version:        8.5.11
+Version:        8.5.12
 Release:        0
+%define         rrc rc2
 %define TCL_MINOR %(echo %version | cut -c1-3)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        The Tcl Programming Language
@@ -31,9 +31,10 @@
 Obsoletes:      tcl-64bit
 %endif
 #
-Provides:       tclsh tclsh%{TCL_MINOR}
+Provides:       tclsh
+Provides:       tclsh%{TCL_MINOR}
 PreReq:         /bin/rm
-Source0:        %name%{version}-src.tar.gz
+Source0:        %name%{version}%{rrc}-src.tar.gz
 Source1:        tcl-rpmlintrc
 Source2:        baselibs.conf
 Source3:        macros.tcl
@@ -82,7 +83,7 @@
        --enable-man-symlinks \
        --enable-man-compression=gzip
 %define scriptdir %_libdir/tcl
-MAKE='make %{?jobs:-j%jobs}
+MAKE='make %{?_smp_mflags}
        TCL_LIBRARY="%scriptdir/tcl%TCL_MINOR"
        TCL_PACKAGE_PATH="%_libdir/tcl %_datadir/tcl"
 %ifnarch hppa
@@ -92,8 +93,10 @@
 %endif
        LDFLAGS_OPTIMIZE="%optflags $PFLAGS"
        SHLIB_LD="%__cc -shared %optflags $PFLAGS"'
+%ifnarch %sparc
 # Build with instrumentation for profiling
 PFLAGS="%{?cflags_profile_generate}"
+%endif
 eval $MAKE
 # Some of the regressioin tests write to $HOME, so better redirect them
 mkdir home
@@ -125,10 +128,7 @@
 mkdir -p %buildroot%_datadir/tcl
 install -D %{S:3} -m 644 %buildroot/etc/rpm/macros.tcl
 
-%clean
-rm -rf %buildroot
 %if %_lib == lib64
-
 %post
 test -L /usr/lib/tcl%TCL_MINOR && /bin/rm -f /usr/lib/tcl%TCL_MINOR
 exit 0

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

Reply via email to