Hello community,

here is the log from the commit of package gcc33 for openSUSE:Factory checked 
in at 2012-02-07 14:45:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc33 (Old)
 and      /work/SRC/openSUSE:Factory/.gcc33.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc33", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc33/gcc33.changes      2011-10-24 
13:39:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gcc33.new/gcc33.changes 2012-02-07 
14:45:36.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Feb  6 09:50:28 UTC 2012 - [email protected]
+
+- fix licenses of sub-packages
+
+-------------------------------------------------------------------
+Thu Jan 12 11:30:34 UTC 2012 - [email protected]
+
+- change license to be in spdx.org format
+
+-------------------------------------------------------------------
libgcj33.changes: same change

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

Other differences:
------------------
++++++ gcc33.spec ++++++
++++ 941 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/gcc33/gcc33.spec
++++ and /work/SRC/openSUSE:Factory/.gcc33.new/gcc33.spec

++++++ libgcj33.spec ++++++
--- /var/tmp/diff_new_pack.RN3mpa/_old  2012-02-07 14:45:39.000000000 +0100
+++ /var/tmp/diff_new_pack.RN3mpa/_new  2012-02-07 14:45:39.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libgcj33 (Version 3.3.3)
+# spec file for package libgcj33
 #
-# Copyright (c) 2010 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
@@ -14,8 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
 # icecream 0
 
 %define building_libjava 1
@@ -67,12 +65,18 @@
 %endif
 
 Name:           libgcj33
-BuildRequires:  bison flex gettext-devel glibc-devel-32bit zlib-devel
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  gettext-devel
+BuildRequires:  glibc-devel-32bit
+BuildRequires:  zlib-devel
 %if %{build_ada}
 BuildRequires:  gcc-ada
 %endif
 %if %{build_libjava}
-BuildRequires:  gtk2-devel libart_lgpl-devel update-desktop-files
+BuildRequires:  gtk2-devel
+BuildRequires:  libart_lgpl-devel
+BuildRequires:  update-desktop-files
 %endif
 %if %{build_fortran}
 #BuildRequires: mpfr-devel
@@ -81,7 +85,8 @@
 BuildRequires:  libunwind-devel
 %endif
 %if %{run_tests}
-BuildRequires:  dejagnu expect
+BuildRequires:  dejagnu
+BuildRequires:  expect
 %endif
 
 # Define version number of libgcc_s
@@ -133,9 +138,8 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc
 
 Url:            http://gcc.gnu.org/
-License:        GPL
 Version:        3.3.3
-Release:        25
+Release:        0
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define snapshot_date %(echo %version | sed 's/[34]\.[0-4]\.[0-6]//' | sed 
's/_/-/')
 %define binsuffix -3.3
@@ -149,9 +153,6 @@
 %endif
 
 # COMMON-BEGIN
-Group:          System/Libraries
-AutoReqProv:    on
-Summary:        Java Runtime Library for gcc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         gcc-%{gcc_version}%{snapshot_date}.tar.bz2
 Source1:        change_spec
@@ -219,10 +220,10 @@
 Patch87:        testsuite-hooks.patch
 
 Summary:        Java Runtime Library for gcc
+License:        GPL-2.0-with-classpath-exception
 Group:          System/Libraries
 Provides:       libgcj = %{version}-%{release}
 Obsoletes:      libgcj
-AutoReqProv:    on
 
 %description 
 This library is needed if you want to use the GNU Java compiler, gcj.
@@ -230,10 +231,9 @@
 
 
 %package -n libgcj33-devel
-License:        GPL
 Summary:        Include Files and Libraries mandatory for Development.
+License:        GPL-2.0-with-classpath-exception
 Group:          Development/Libraries/Java
-AutoReqProv:    on
 Requires:       libstdc++33-devel = %{version}-%{release}
 Requires:       libgcj >= %{version}-%{release}
 Requires:       gtk2-devel
@@ -250,11 +250,10 @@
 
 
 %package -n gcc33-gij
-License:        GPL
 Summary:        Java Bytecode Interpreter for gcc
+License:        GPL-2.0-with-classpath-exception
 Group:          Development/Libraries/Java
 Requires:       libgcj >= %{version}-%{release}
-AutoReqProv:    on
 
 %description -n gcc33-gij
 This package contains the java bytecode interpreter gij and related tools.
@@ -263,10 +262,9 @@
 # PACKAGE-BEGIN
 # PACKAGE-BEGIN
 %package -n libffi33
-License:        GPL
 Summary:        Foreign Function Interface library
+License:        BSD-3-Clause
 Group:          Development/Languages/C and C++
-AutoReqProv:    on
 Provides:       g-wrap:/usr/lib/libffi.so.4
 
 %description -n libffi33
@@ -275,10 +273,9 @@
 # PACKAGE-BEGIN
 # PACKAGE-BEGIN
 %package -n libffi33-32bit
-License:        GPL
 Summary:        Foreign Function Interface library
+License:        BSD-3-Clause
 Group:          Development/Languages/C and C++
-AutoReqProv:    on
 Provides:       g-wrap:/usr/lib/libffi.so.4
 
 %description -n libffi33-32bit
@@ -287,10 +284,9 @@
 # PACKAGE-BEGIN
 # PACKAGE-BEGIN
 %package -n libffi33-64bit
-License:        GPL
 Summary:        Foreign Function Interface library
+License:        BSD-3-Clause
 Group:          Development/Languages/C and C++
-AutoReqProv:    on
 Provides:       g-wrap:/usr/lib/libffi.so.4
 
 %description -n libffi33-64bit
@@ -300,10 +296,9 @@
 # PACKAGE-BEGIN
 # PACKAGE-BEGIN
 %package -n libffi33-devel
-License:        GPL
 Summary:        Foreign Function Interface library development files
+License:        GPL-2.0-with-classpath-exception
 Group:          Development/Languages/C and C++
-AutoReqProv:    on
 Requires:       libffi33 >= %{version}-%{release}
 
 %description -n libffi33-devel
@@ -312,10 +307,9 @@
 # PACKAGE-BEGIN
 # PACKAGE-BEGIN
 %package -n libffi33-devel-32bit
-License:        GPL
 Summary:        Foreign Function Interface library development files
+License:        GPL-2.0-with-classpath-exception
 Group:          Development/Languages/C and C++
-AutoReqProv:    on
 Requires:       libffi33-32bit >= %{version}-%{release}
 
 %description -n libffi33-devel-32bit
@@ -324,10 +318,9 @@
 # PACKAGE-BEGIN
 # PACKAGE-BEGIN
 %package -n libffi33-devel-64bit
-License:        GPL
 Summary:        Foreign Function Interface library development files
+License:        GPL-2.0-with-classpath-exception
 Group:          Development/Languages/C and C++
-AutoReqProv:    on
 Requires:       libffi33-64bit >= %{version}-%{release}
 
 %description -n libffi33-devel-64bit
@@ -335,8 +328,8 @@
 # PACKAGE-END
 
 %package -n gcc33-testresults
-License:        GPL
 Summary:        Testsuite results
+License:        GPL-2.0-with-classpath-exception
 Group:          Development/Languages/C and C++
 
 %description -n gcc33-testresults
@@ -997,7 +990,6 @@
 
 %if %{build_java}
 %if %{build_libjava}
-
 %files 
 %defattr(-,root,root)
 %dir %{_libdir}/gcj-%{gcc_version}
@@ -1011,22 +1003,14 @@
 # We usually do not multilib libjava
 %if %{biarch_libjava}
 %mainlib libgcj.so.*
-
 %mainlib libgij.so.*
-
 %mainlib libgcjawt.so.*
-
 %mainlib lib-gnu-java-awt-peer-gtk.so.*
-
 # these libs may get dlopened by their .la/.so name
 %mainlib libgcjawt.la
-
 %mainlib libgcjawt.so
-
 %mainlib lib-gnu-java-awt-peer-gtk.la
-
 %mainlib lib-gnu-java-awt-peer-gtk.so
-
 %else
 %{mainlibdir}/libgcj.so.*
 %{mainlibdir}/libgij.so.*
@@ -1059,15 +1043,10 @@
 %{libsubdir}/include/gcj
 %if %{biarch_libjava}
 %mainlib libgcj.la
-
 %mainlib libgcj.so
-
 %mainlib libgcj.spec
-
 %mainlib libgij.la
-
 %mainlib libgij.so
-
 %else
 %{mainlibdir}/libgcj.la
 %{mainlibdir}/libgcj.so
@@ -1093,13 +1072,10 @@
 %defattr(-,root,root)
 %mainlib libffi.so.*
 
-
 %if %{separate_biarch}
-
 %files -n libffi33%{separate_biarch_suffix}
 %defattr(-,root,root)
 %biarchlib libffi.so.*
-
 %endif
 
 %files -n libffi33-devel
@@ -1107,28 +1083,20 @@
 %{_prefix}/include/ffi.h
 %{_prefix}/include/ffitarget.h
 %mainlib libffi.so
-
 %mainlib libffi.a
-
 %mainlib libffi.la
 
-
 %if %{separate_biarch}
-
 %files -n libffi33-devel%{separate_biarch_suffix}
 %defattr(-,root,root)
 %biarchlib libffi.so
-
 %biarchlib libffi.a
-
 %biarchlib libffi.la
-
 %endif
 %endif
 %endif
 
 %if %{run_tests}
-
 %files -n gcc33-testresults
 %defattr(-,root,root)
 %doc testresults/*.sum

++++++ gcc.spec.in ++++++
--- /var/tmp/diff_new_pack.RN3mpa/_old  2012-02-07 14:45:40.000000000 +0100
+++ /var/tmp/diff_new_pack.RN3mpa/_new  2012-02-07 14:45:40.000000000 +0100
@@ -116,7 +116,6 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc
 
 URL:          http://gcc.gnu.org/
-License:      GPL
 Version: 3.3.3
 Release:      1
 %define gcc_version %(echo %version | sed 's/_.*//')
@@ -132,9 +131,7 @@
 %endif
 
 # COMMON-BEGIN
-Group:        Development/Languages/C and C++
 Autoreqprov:  on
-Summary:      The GNU C Compiler and Support Files
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Source:       gcc-%{gcc_version}%{snapshot_date}.tar.bz2
 Source1:      change_spec
@@ -203,6 +200,10 @@
 
 
 # LIBJAVA-DELETE-BEGIN
+Group:        Development/Languages/C and C++
+Summary:      The GNU C Compiler and Support Files
+License:      GPL-2.0+
+
 %description
 Language frontends other than C are split to different sub-packages,
 namely gcc-ada, gcc-c++, gcc-fortran, gcc-java and gcc-objc.
@@ -254,6 +255,7 @@
 # PACKAGE-BEGIN
 %package -n libstdc++@base_ver@-devel@variant@
 Summary:      Include Files and Libraries mandatory for Development
+License:      GPL-2.0-with-GCC-exception
 Group:        System/Libraries
 Autoreqprov:  on
 Requires:     libstdc++5@variant@ >= %{version}-%{release}
@@ -279,6 +281,7 @@
 # PACKAGE-BEGIN
 %package -n libgcc@base_ver@@variant@
 Summary:      C compiler runtime library
+License:      GPL-2.0-with-GCC-exception
 Group:        System/Base
 Provides:     libgcc%{libgcc_s}@variant@ = %{version}-%{release}
 Provides:     libgcc@variant@ = %{version}-%{release}
@@ -298,6 +301,7 @@
 # PACKAGE-BEGIN
 %package -n libstdc++@base_ver@@variant@
 Summary:      The standard C++ shared library
+License:      GPL-2.0-with-GCC-exception
 Group:        System/Libraries
 # Only on ppc separate -64bit packages were used.  Split-provide
 # for all other archs properly.
@@ -360,6 +364,7 @@
 # PACKAGE-BEGIN
 %package -n libobjc@base_ver@@variant@
 Summary:      Library for the GNU Objective C Compiler
+License:      GPL-2.0-with-GCC-exception
 Group:        Development/Libraries/Other
 Provides:     libobjc@variant@ = %{version}-%{release}
 Obsoletes:    libobjc@variant@
@@ -414,6 +419,7 @@
 
 %package -n libada@base_ver@
 Summary:      GNU Ada Runtime Libraries
+License:      GPL-2.0-with-GCC-exception
 Group:        System/Libraries
 Autoreqprov:  on
 Provides:     libada
@@ -444,6 +450,7 @@
 # PACKAGE-BEGIN
 %package -n libg2c@base_ver@@variant@
 Summary:      The GNU Fortran Compiler Runtime Library
+License:      GPL-2.0-with-GCC-exception
 Group:        Development/Languages/Fortran
 # Only on ppc separate -64bit packages were used.  Split-provide
 # for all other archs properly.
@@ -484,6 +491,7 @@
 %package -n libgcj@base_ver@
 # LIBJAVA-DELETE-END
 Summary:      Java Runtime Library for gcc
+License:      GPL-2.0-with-classpath-exception
 Group:        System/Libraries
 Provides:     libgcj = %{version}-%{release}
 Obsoletes:    libgcj
@@ -496,6 +504,7 @@
 
 %package -n libgcj@base_ver@-devel
 Summary:      Include Files and Libraries mandatory for Development.
+License:      GPL-2.0-with-classpath-exception
 Group:        Development/Libraries/Java
 Autoreqprov:  on
 Requires:     libstdc++@base_ver@-devel = %{version}-%{release}
@@ -526,6 +535,7 @@
 # PACKAGE-BEGIN
 %package -n libffi@base_ver@@variant@
 Summary:      Foreign Function Interface library
+License:        BSD3c
 Group:        Development/Languages/C and C++
 Autoreqprov:  on
 Provides:     g-wrap:/usr/lib/libffi.so.4

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

Reply via email to