Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2015-03-16 06:53:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freetds (Old)
 and      /work/SRC/openSUSE:Factory/.freetds.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freetds"

Changes:
--------
--- /work/SRC/openSUSE:Factory/freetds/freetds.changes  2015-01-03 
22:02:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes     2015-03-16 
06:53:51.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Mar 13 13:23:53 UTC 2015 - [email protected]
+
+- Version bump to 0.91.112:
+  * No obvious changelog
+- Various spec-cleaner sorting
+
+-------------------------------------------------------------------

Old:
----
  freetds-0.91.103.tar.gz

New:
----
  freetds-0.91.112.tar.gz

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

Other differences:
------------------
++++++ freetds.spec ++++++
--- /var/tmp/diff_new_pack.NU5xfL/_old  2015-03-16 06:53:52.000000000 +0100
+++ /var/tmp/diff_new_pack.NU5xfL/_new  2015-03-16 06:53:52.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freetds
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,21 @@
 
 
 Name:           freetds
-Version:        0.91.103
+Version:        0.91.112
 Release:        0
 Summary:        A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:        LGPL-2.1+ and GPL-2.0+
 Group:          Productivity/Databases/Clients
-Url:            http://freetds.org/
-
+Url:            http://www.freetds.org/
 #Git-Web:      https://gitorious.org/freetds
 #Git-Clone:    git://gitorious.org/freetds/freetds
-Source:         ftp://ftp.freetds.org/pub/freetds/stable/%name-%version.tar.gz
+Source:         
ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  unixODBC-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
 Requires:       glibc-locale
-%endif
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 FreeTDS is a project to document and implement the TDS (Tabular Data Stream)
@@ -46,9 +43,9 @@
 Summary:        A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:        LGPL-2.1+
 Group:          Productivity/Databases/Clients
-Obsoletes:      libfreetds
+Obsoletes:      libfreetds < %{version}
 Provides:       %{name} = %{version}
-Provides:       libfreetds
+Provides:       libfreetds = %{version}
 Obsoletes:      %{name} < %{version}
 
 %description config
@@ -76,9 +73,9 @@
 Summary:        Include files needed for development with FreeTDS
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
-Requires:       libct4 = %version
-Requires:       libsybdb5 = %version
-Requires:       libtdsodbc0 = %version
+Requires:       libct4 = %{version}
+Requires:       libsybdb5 = %{version}
+Requires:       libtdsodbc0 = %{version}
 
 %description devel
 The freetds-devel package contains the files necessary for development with
@@ -131,35 +128,34 @@
 %setup -q
 
 %build
-ODBCDIR=$(odbc_config --prefix || true)
-if test ! -r "$ODBCDIR/include/sql.h"; then
-       ODBCDIR=/usr/local
-fi
-if test ! -r "$ODBCDIR/include/sql.h"; then
-       ODBCDIR=/usr
-fi
-autoreconf --force --install
+autoreconf -fvi
 %configure                                             \
-       --with-unixodbc="$ODBCDIR"                      \
+    --with-unixodbc=%{_prefix} \
        --enable-threadsafe                             \
        --sysconfdir=%{_sysconfdir}                     \
        --with-tdsver=4.2                               \
-       --with-docdir=%{_docdir}/freetds \
     --disable-static \
     --with-pic
-make %{?_smp_flags} RPM_OPT_FLAGS="%{optflags}"
+make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}"
 
 %install
 %make_install
+find %{buildroot} -type f -name "*.la" -delete -print
+
+# Fix docu location
 mkdir  -p      %{buildroot}%{_docdir}/freetds/
 mv     %{buildroot}%{_datadir}/doc/freetds-*/* %{buildroot}%{_docdir}/freetds/
 rm -rf         %{buildroot}%{_docdir}/freetds-* 
%{buildroot}/%{_datadir}/doc/freetds-*
-cp AUTHORS "%buildroot/%_defaultdocdir/%name/"
-%fdupes %buildroot/%_prefix
+cp AUTHORS "%{buildroot}/%{_defaultdocdir}/%{name}/"
+
+%fdupes %{buildroot}/%{_prefix}
 
 %post   -n libct4 -p /sbin/ldconfig
+
 %postun -n libct4 -p /sbin/ldconfig
+
 %post   -n libsybdb5 -p /sbin/ldconfig
+
 %postun -n libsybdb5 -p /sbin/ldconfig
 
 %post -n libtdsodbc0
@@ -192,17 +188,16 @@
 %files devel
 %defattr (-,root,root)
 %doc BUGS COPYING* NEWS README TODO
-%exclude %{_libdir}/*.la
 %{_libdir}/*.so
 %{_includedir}/*
 
 %files -n libct4
 %defattr(-,root,root)
-%_libdir/libct.so.4*
+%{_libdir}/libct.so.4*
 
 %files -n libsybdb5
 %defattr(-,root,root)
-%_libdir/libsybdb.so.5*
+%{_libdir}/libsybdb.so.5*
 
 %files -n libtdsodbc0
 %defattr(-,root,root)
@@ -210,6 +205,6 @@
 
 %files doc
 %defattr (-,root,root)
-%_defaultdocdir/freetds/
+%{_defaultdocdir}/freetds/
 
 %changelog

++++++ freetds-0.91.103.tar.gz -> freetds-0.91.112.tar.gz ++++++
++++ 242676 lines of diff (skipped)

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

Reply via email to