Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2012-02-10 17:13:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freetds (Old)
 and      /work/SRC/openSUSE:Factory/.freetds.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freetds", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/freetds/freetds.changes  2011-10-13 
00:05:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes     2012-02-10 
17:13:33.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Feb  7 08:05:54 UTC 2012 - [email protected]
+
+- there is a GPL copying too, so add GPL-2.0+ too
+
+-------------------------------------------------------------------
+Sun Feb  5 20:21:09 UTC 2012 - [email protected]
+
+- Remove redundant tags/sections
+- Resolve dependency indirection
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ freetds.spec ++++++
--- /var/tmp/diff_new_pack.OEtDcf/_old  2012-02-10 17:13:35.000000000 +0100
+++ /var/tmp/diff_new_pack.OEtDcf/_new  2012-02-10 17:13:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freetds
 #
-# 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,22 +16,21 @@
 #
 
 
-
 Name:           freetds
 Version:        0.91
-Release:        1
+Release:        0
 %define dirver  0.91
 %define filever 0.91
-License:        LGPL
 Summary:        A free re-implementation of the TDS (Tabular DataStream) 
protocol
-URL:            http://www.freetds.org/
+License:        LGPL-2.1+ and GPL-2.0+
 Group:          Productivity/Databases/Clients
+Url:            http://www.freetds.org/
 Source:         %{name}-%{filever}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  unixODBC
 BuildRequires:  unixODBC-devel
-BuildRequires:  libtool
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?suse_version}
@@ -46,6 +45,7 @@
 
 %package -n libfreetds
 Summary:        A free re-implementation of the TDS (Tabular DataStream) 
protocol
+License:        LGPL-2.1+
 Group:          System/Libraries
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
@@ -58,9 +58,9 @@
 
 %package       tools
 Summary:        Applications for working with the TDS (Tabular DataStream) 
protocol
+License:        LGPL-2.1+ and GPL-2.0+
 Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version}
-License:        GPL, LGPL
+Requires:       libfreetds = %version
 
 %description tools
 FreeTDS is a project to document and implement the TDS (Tabular DataStream)
@@ -72,8 +72,9 @@
 
 %package       devel
 Summary:        Include files needed for development with FreeTDS
+License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version}
+Requires:       libfreetds = %version
 
 %description devel
 The freetds-devel package contains the files necessary for development with
@@ -81,6 +82,7 @@
 
 %package       -n libtdsodbc0
 Summary:        FreeTDS ODBC Driver for unixODBC
+License:        LGPL-2.1+
 Group:          Productivity/Databases/Clients
 Requires:       unixODBC >= 2.0.0
 
@@ -89,6 +91,7 @@
 
 %package       doc
 Summary:        User documentation for FreeTDS
+License:        LGPL-2.1+ and GPL-2.0+
 Group:          Productivity/Databases/Clients
 
 %description doc
@@ -108,7 +111,6 @@
 fi
 autoreconf --force --install
 %configure                                             \
-       --prefix=/usr                                   \
        --with-unixodbc="$ODBCDIR"                      \
        --enable-threadsafe                             \
        --sysconfdir=%{_sysconfdir}                     \

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

Reply via email to