commit freetds for openSUSE:Factory

2020-05-16 Thread root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2020-05-16 22:26:26

Comparing /work/SRC/openSUSE:Factory/freetds (Old)
 and  /work/SRC/openSUSE:Factory/.freetds.new.2738 (New)


Package is "freetds"

Sat May 16 22:26:26 2020 rev:30 rq:805834 version:1.1.36

Changes:

--- /work/SRC/openSUSE:Factory/freetds/freetds.changes  2019-11-07 
23:13:52.416360432 +0100
+++ /work/SRC/openSUSE:Factory/.freetds.new.2738/freetds.changes
2020-05-16 22:26:33.937301604 +0200
@@ -1,0 +2,7 @@
+Fri May 15 12:09:05 UTC 2020 - Tomáš Chvátal 
+
+- Update to 1.1.36:
+  * Various bugfixes
+  * bsc#1141132 CVE-2019-13508
+
+---

Old:

  freetds-1.1.20.tar.bz2

New:

  freetds-1.1.36.tar.bz2



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.cvYlAo/_old  2020-05-16 22:26:34.461302679 +0200
+++ /var/tmp/diff_new_pack.cvYlAo/_new  2020-05-16 22:26:34.465302687 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package freetds
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,11 @@
 
 
 Name:   freetds
-Version:1.1.20
+Version:1.1.36
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1-or-later AND GPL-2.0-or-later
-Group:  Productivity/Databases/Clients
-Url:http://www.freetds.org/
+URL:https://www.freetds.org/
 Source: 
ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.bz2
 Patch0: configure-return-void-fix.patch
 BuildRequires:  fdupes
@@ -44,7 +43,6 @@
 %package config
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1-or-later
-Group:  Productivity/Databases/Clients
 Obsoletes:  libfreetds < %{version}
 Provides:   %{name} = %{version}
 Provides:   libfreetds = %{version}
@@ -61,7 +59,6 @@
 %packagetools
 Summary:Applications for working with the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1-or-later AND GPL-2.0-or-later
-Group:  Productivity/Databases/Clients
 
 %description tools
 FreeTDS is a project to document and implement the TDS (Tabular Data Stream)
@@ -74,7 +71,6 @@
 %packagedevel
 Summary:Include files needed for development with FreeTDS
 License:LGPL-2.1-or-later
-Group:  Development/Libraries/C and C++
 Requires:   libct4 = %{version}
 Requires:   libsybdb5 = %{version}
 Requires:   libtdsodbc0 = %{version}
@@ -86,7 +82,6 @@
 %package -n libct4
 Summary:FreeTDS standalone driver with modern API
 License:LGPL-2.1-or-later
-Group:  System/Libraries
 
 %description -n libct4
 ct-lib refers to Sybase's second-generation API, which fixes a number
@@ -96,7 +91,6 @@
 %package -n libsybdb5
 Summary:FreeTDS standalone driver with classic API
 License:LGPL-2.1-or-later
-Group:  System/Libraries
 
 %description -n libsybdb5
 db-lib is the oldest and simplest API, and the only API supported by
@@ -108,7 +102,6 @@
 %package-n libtdsodbc0
 Summary:FreeTDS ODBC Driver for unixODBC
 License:LGPL-2.1-or-later
-Group:  Productivity/Databases/Clients
 Requires:   unixODBC >= 2.0.0
 
 %description -n libtdsodbc0
@@ -120,7 +113,6 @@
 %packagedoc
 Summary:User documentation for FreeTDS
 License:LGPL-2.1-or-later AND GPL-2.0-or-later
-Group:  Documentation/HTML
 
 %description doc
 The freetds-doc package contains the useguide and reference of FreeTDS
@@ -142,7 +134,7 @@
   --with-gnutls \
 %endif
   --with-pic
-make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}" V=1
+%make_build RPM_OPT_FLAGS="%{optflags}"
 
 %install
 %make_install

++ freetds-1.1.20.tar.bz2 -> freetds-1.1.36.tar.bz2 ++
 195600 lines of diff (skipped)




commit freetds for openSUSE:Factory

2019-11-07 Thread root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2019-11-07 23:13:49

Comparing /work/SRC/openSUSE:Factory/freetds (Old)
 and  /work/SRC/openSUSE:Factory/.freetds.new.2990 (New)


Package is "freetds"

Thu Nov  7 23:13:49 2019 rev:29 rq:745336 version:1.1.20

Changes:

--- /work/SRC/openSUSE:Factory/freetds/freetds.changes  2019-07-29 
17:24:19.446348126 +0200
+++ /work/SRC/openSUSE:Factory/.freetds.new.2990/freetds.changes
2019-11-07 23:13:52.416360432 +0100
@@ -1,0 +2,12 @@
+Tue Nov  5 04:17:22 UTC 2019 - Linnaea Lavia 
+
+- Enable Kerberos support
+- Version update to 1.1.20:
+  * Default TDS protocol version is now "auto"
+  * Improved UTF-8 performances
+  * TDS Pool Server is enabled
+  * MARS support is enabled
+  * NTLMv2 is enabled
+  * See NEWS and ChangeLog for a complete list of changes
+
+---

Old:

  freetds-1.00.83.tar.gz

New:

  freetds-1.1.20.tar.bz2



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.DsVf6R/_old  2019-11-07 23:13:53.056361134 +0100
+++ /var/tmp/diff_new_pack.DsVf6R/_new  2019-11-07 23:13:53.060361138 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   freetds
-Version:1.00.83
+Version:1.1.20
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:  Productivity/Databases/Clients
 Url:http://www.freetds.org/
-Source: 
ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.gz
+Source: 
ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.bz2
 Patch0: configure-return-void-fix.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -31,6 +31,7 @@
 BuildRequires:  readline-devel
 BuildRequires:  unixODBC-devel
 BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(krb5-gssapi)
 BuildRequires:  pkgconfig(nettle)
 Requires:   glibc-locale
 
@@ -133,8 +134,9 @@
 %configure \
   --with-unixodbc=%{_prefix} \
   --enable-threadsafe \
+  --enable-krb5 \
   --sysconfdir=%{_sysconfdir} \
-  --with-tdsver=4.2 \
+  --with-tdsver=auto \
   --disable-static \
 %if 0%{?suse_version} >= 1310
   --with-gnutls \

++ freetds-1.00.83.tar.gz -> freetds-1.1.20.tar.bz2 ++
 277030 lines of diff (skipped)




commit freetds for openSUSE:Factory

2019-07-29 Thread root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2019-07-29 17:24:18

Comparing /work/SRC/openSUSE:Factory/freetds (Old)
 and  /work/SRC/openSUSE:Factory/.freetds.new.4126 (New)


Package is "freetds"

Mon Jul 29 17:24:18 2019 rev:28 rq:715433 version:1.00.83

Changes:

--- /work/SRC/openSUSE:Factory/freetds/freetds.changes  2018-03-29 
11:47:34.767745498 +0200
+++ /work/SRC/openSUSE:Factory/.freetds.new.4126/freetds.changes
2019-07-29 17:24:19.446348126 +0200
@@ -1,0 +2,6 @@
+Mon Jul 15 04:44:34 UTC 2019 - Martin Liška 
+
+- Add configure-return-void-fix.patch in order to fix wrong
+  configure with -Werror=return-type.
+
+---

New:

  configure-return-void-fix.patch



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.DZHIW6/_old  2019-07-29 17:24:19.958347937 +0200
+++ /var/tmp/diff_new_pack.DZHIW6/_new  2019-07-29 17:24:19.962347935 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package freetds
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,6 +24,7 @@
 Group:  Productivity/Databases/Clients
 Url:http://www.freetds.org/
 Source: 
ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.gz
+Patch0: configure-return-void-fix.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -126,6 +127,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ configure-return-void-fix.patch ++
diff --git a/configure b/configure
index eb38925..163f255 100755
--- a/configure
+++ b/configure
@@ -19397,6 +19397,7 @@ SQLRETURN  SQL_API SQLColAttribute (SQLHSTMT 
StatementHandle,
SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier,
SQLPOINTER CharacterAttribute, SQLSMALLINT BufferLength,
SQLSMALLINT *StringLength, SQLLEN * NumericAttribute) {
+  return 0;
 }
 int
 main ()



commit freetds for openSUSE:Factory

2018-03-29 Thread root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2018-03-29 11:47:32

Comparing /work/SRC/openSUSE:Factory/freetds (Old)
 and  /work/SRC/openSUSE:Factory/.freetds.new (New)


Package is "freetds"

Thu Mar 29 11:47:32 2018 rev:27 rq:590615 version:1.00.83

Changes:

--- /work/SRC/openSUSE:Factory/freetds/freetds.changes  2017-05-27 
13:12:11.135923066 +0200
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2018-03-29 
11:47:34.767745498 +0200
@@ -1,0 +2,6 @@
+Fri Mar 23 10:15:31 UTC 2018 - tchva...@suse.com
+
+- Version update to 1.0.83:
+  * See NEWS for a complete list of changes
+
+---

Old:

  freetds-1.00.39.tar.gz

New:

  freetds-1.00.83.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.jgapc9/_old  2018-03-29 11:47:36.547681361 +0200
+++ /var/tmp/diff_new_pack.jgapc9/_new  2018-03-29 11:47:36.551681217 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package freetds
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,10 +17,10 @@
 
 
 Name:   freetds
-Version:1.00.39
+Version:1.00.83
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
-License:LGPL-2.1+ and GPL-2.0+
+License:LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:  Productivity/Databases/Clients
 Url:http://www.freetds.org/
 Source: 
ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.gz
@@ -41,7 +41,7 @@
 
 %package config
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Productivity/Databases/Clients
 Obsoletes:  libfreetds < %{version}
 Provides:   %{name} = %{version}
@@ -58,7 +58,7 @@
 
 %packagetools
 Summary:Applications for working with the TDS (Tabular Data Stream) 
protocol
-License:LGPL-2.1+ and GPL-2.0+
+License:LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:  Productivity/Databases/Clients
 
 %description tools
@@ -71,7 +71,7 @@
 
 %packagedevel
 Summary:Include files needed for development with FreeTDS
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 Requires:   libct4 = %{version}
 Requires:   libsybdb5 = %{version}
@@ -83,7 +83,7 @@
 
 %package -n libct4
 Summary:FreeTDS standalone driver with modern API
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 
 %description -n libct4
@@ -93,7 +93,7 @@
 
 %package -n libsybdb5
 Summary:FreeTDS standalone driver with classic API
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 
 %description -n libsybdb5
@@ -105,7 +105,7 @@
 
 %package-n libtdsodbc0
 Summary:FreeTDS ODBC Driver for unixODBC
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Productivity/Databases/Clients
 Requires:   unixODBC >= 2.0.0
 
@@ -117,7 +117,7 @@
 
 %packagedoc
 Summary:User documentation for FreeTDS
-License:LGPL-2.1+ and GPL-2.0+
+License:LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:  Documentation/HTML
 
 %description doc
@@ -176,35 +176,31 @@
 odbcinst -u -d -n 'SQL Server'
 
 %files config
-%defattr(-,root,root)
 %config %{_sysconfdir}/*
-%{_mandir}/man5/*.5%{ext_man}
+%{_mandir}/man5/*.5%{?ext_man}
 
 %files tools
-%defattr (-,root,root)
 %{_bindir}/*
-%{_mandir}/man1/*.1%{ext_man}
+%{_mandir}/man1/*.1%{?ext_man}
 
 %files devel
-%defattr (-,root,root)
-%doc BUGS COPYING* NEWS README TODO
+%doc BUGS NEWS README TODO
 %{_libdir}/*.so
 %{_includedir}/*
 
 %files -n libct4
-%defattr(-,root,root)
+%license COPYING*
 %{_libdir}/libct.so.4*
 
 %files -n libsybdb5
-%defattr(-,root,root)
+%license COPYING*
 %{_libdir}/libsybdb.so.5*
 
 %files -n libtdsodbc0
-%defattr(-,root,root)
+%license COPYING*
 %{_libdir}/libtdsodbc.so.*
 
 %files doc
-%defattr (-,root,root)
 %{_defaultdocdir}/freetds/
 
 %changelog

++ freetds-1.00.39.tar.gz -> freetds-1.00.83.tar.gz ++
 5042 lines of diff (skipped)




commit freetds for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2017-05-27 13:12:09

Comparing /work/SRC/openSUSE:Factory/freetds (Old)
 and  /work/SRC/openSUSE:Factory/.freetds.new (New)


Package is "freetds"

Sat May 27 13:12:09 2017 rev:26 rq:496335 version:1.00.39

Changes:

--- /work/SRC/openSUSE:Factory/freetds/freetds.changes  2017-04-11 
12:38:48.932407578 +0200
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2017-05-27 
13:12:11.135923066 +0200
@@ -1,0 +2,6 @@
+Thu May 18 13:35:16 UTC 2017 - vsis...@suse.com
+
+- Update to version 1.0.39
+  * See NEWS for a complete list of changes
+
+---

Old:

  freetds-1.00.27.tar.gz

New:

  freetds-1.00.39.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.yuBy3w/_old  2017-05-27 13:12:11.923811674 +0200
+++ /var/tmp/diff_new_pack.yuBy3w/_new  2017-05-27 13:12:11.931810543 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   freetds
-Version:1.00.27
+Version:1.00.39
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+

++ freetds-1.00.27.tar.gz -> freetds-1.00.39.tar.gz ++
 404320 lines of diff (skipped)




commit freetds for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2017-04-11 12:38:46

Comparing /work/SRC/openSUSE:Factory/freetds (Old)
 and  /work/SRC/openSUSE:Factory/.freetds.new (New)


Package is "freetds"

Tue Apr 11 12:38:46 2017 rev:25 rq:482638 version:1.00.27

Changes:

--- /work/SRC/openSUSE:Factory/freetds/freetds.changes  2017-01-10 
10:37:32.901527220 +0100
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2017-04-11 
12:38:48.932407578 +0200
@@ -1,0 +2,6 @@
+Sat Mar 25 09:24:15 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.0.27
+  * See NEWS for a complete list of changes
+
+---

Old:

  freetds-1.00.24.tar.gz

New:

  freetds-1.00.27.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.Cc0VJF/_old  2017-04-11 12:38:49.748292298 +0200
+++ /var/tmp/diff_new_pack.Cc0VJF/_new  2017-04-11 12:38:49.748292298 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   freetds
-Version:1.00.24
+Version:1.00.27
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+
@@ -26,16 +26,12 @@
 Source: 
ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
 BuildRequires:  unixODBC-devel
-Requires:   glibc-locale
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1310
-BuildRequires:  libgcrypt-devel
 BuildRequires:  pkgconfig(gnutls)
-%endif
+BuildRequires:  pkgconfig(nettle)
+Requires:   glibc-locale
 
 %description
 FreeTDS is a project to document and implement the TDS (Tabular Data Stream)
@@ -145,7 +141,7 @@
 make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}" V=1
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 # Fix docu location

++ freetds-1.00.24.tar.gz -> freetds-1.00.27.tar.gz ++
 10529 lines of diff (skipped)




commit freetds for openSUSE:Factory

2016-05-05 Thread h_root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2016-05-05 13:18:56

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  2016-04-28 
16:50:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2016-05-05 
13:18:57.0 +0200
@@ -1,0 +2,6 @@
+Sun May  1 13:08:38 UTC 2016 - mplus...@suse.com
+
+- Update to 0.95.95
+  * See NEWS for a complete list of changes
+
+---

Old:

  freetds-0.95.94.tar.gz

New:

  freetds-0.95.95.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.4pff2U/_old  2016-05-05 13:18:58.0 +0200
+++ /var/tmp/diff_new_pack.4pff2U/_new  2016-05-05 13:18:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   freetds
-Version:0.95.94
+Version:0.95.95
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+

++ freetds-0.95.94.tar.gz -> freetds-0.95.95.tar.gz ++
 6347 lines of diff (skipped)




commit freetds for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2016-04-28 16:50:39

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  2016-03-09 
15:15:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2016-04-28 
16:50:41.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 19 19:36:05 UTC 2016 - mplus...@suse.com
+
+- Update to 0.95.94
+  * See NEWS for a complete list of changes
+
+---

Old:

  freetds-0.95.87.tar.gz

New:

  freetds-0.95.94.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.4oBaIp/_old  2016-04-28 16:50:42.0 +0200
+++ /var/tmp/diff_new_pack.4oBaIp/_new  2016-04-28 16:50:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   freetds
-Version:0.95.87
+Version:0.95.94
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+
@@ -34,7 +34,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1310
 BuildRequires:  libgcrypt-devel
-BuildRequires:  libgnutls-devel
+BuildRequires:  pkgconfig(gnutls)
 %endif
 
 %description
@@ -145,7 +145,7 @@
 make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}" V=1
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 # Fix docu location
@@ -160,13 +160,9 @@
 %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
 echo "[FreeTDS]
 Description = FreeTDS unixODBC Driver
@@ -179,7 +175,6 @@
 /sbin/ldconfig
 
 %postun -n libtdsodbc0 -p /sbin/ldconfig
-
 %preun -n libtdsodbc0
 odbcinst -u -d -n 'FreeTDS'
 odbcinst -u -d -n 'SQL Server'

++ freetds-0.95.87.tar.gz -> freetds-0.95.94.tar.gz ++
 390453 lines of diff (skipped)




commit freetds for openSUSE:Factory

2016-03-09 Thread h_root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2016-03-09 15:15:14

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  2016-02-23 
16:54:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2016-03-09 
15:15:16.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar  2 12:27:50 UTC 2016 - tabra...@suse.com
+
+- Update to 0.95.87
+  * See NEWS for a complete list of changes
+
+---

Old:

  freetds-0.95.82.tar.gz

New:

  freetds-0.95.87.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.uiA3Fo/_old  2016-03-09 15:15:17.0 +0100
+++ /var/tmp/diff_new_pack.uiA3Fo/_new  2016-03-09 15:15:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   freetds
-Version:0.95.82
+Version:0.95.87
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+

++ freetds-0.95.82.tar.gz -> freetds-0.95.87.tar.gz ++
 10033 lines of diff (skipped)




commit freetds for openSUSE:Factory

2016-02-23 Thread h_root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2016-02-23 16:54:11

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  2016-01-23 
01:15:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2016-02-23 
16:54:12.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 11 21:35:02 UTC 2016 - mplus...@suse.com
+
+- Update to 0.95.82
+  * See NEWS for complete list of changes
+
+---

Old:

  freetds-0.95.80.tar.gz

New:

  freetds-0.95.82.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.YhoDvY/_old  2016-02-23 16:54:13.0 +0100
+++ /var/tmp/diff_new_pack.YhoDvY/_new  2016-02-23 16:54:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   freetds
-Version:0.95.80
+Version:0.95.82
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+

++ freetds-0.95.80.tar.gz -> freetds-0.95.82.tar.gz ++
 6383 lines of diff (skipped)




commit freetds for openSUSE:Factory

2016-01-22 Thread h_root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2016-01-23 01:15:56

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-12-23 
08:48:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2016-01-23 
01:15:57.0 +0100
@@ -1,0 +2,12 @@
+Sun Jan 17 08:41:03 UTC 2016 - mplus...@suse.com
+
+- Update to 0.95.80
+  * See NEWS for complete list of changes
+
+---
+Fri Jan  8 10:37:10 UTC 2016 - tchva...@suse.com
+
+- Version update to 0.95.79:
+  * See NEWS file for in-depth changes list
+
+---

Old:

  freetds-0.95.76.tar.gz

New:

  freetds-0.95.80.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.haB8Jd/_old  2016-01-23 01:15:58.0 +0100
+++ /var/tmp/diff_new_pack.haB8Jd/_new  2016-01-23 01:15:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freetds
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:   freetds
-Version:0.95.76
+Version:0.95.80
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+

++ freetds-0.95.76.tar.gz -> freetds-0.95.80.tar.gz ++
 7669 lines of diff (skipped)




commit freetds for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2015-12-23 08:48:46

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-11-24 
22:33:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2015-12-23 
08:48:47.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 20 17:50:11 UTC 2015 - mplus...@suse.com
+
+- Update to 0.95.76
+  - See NEWS for complete list of changes
+
+---

Old:

  freetds-0.95.67.tar.gz

New:

  freetds-0.95.76.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.UJ5qup/_old  2015-12-23 08:48:48.0 +0100
+++ /var/tmp/diff_new_pack.UJ5qup/_new  2015-12-23 08:48:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   freetds
-Version:0.95.67
+Version:0.95.76
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+

++ freetds-0.95.67.tar.gz -> freetds-0.95.76.tar.gz ++
 401674 lines of diff (skipped)




commit freetds for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2015-11-24 22:33:13

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-11-04 
15:32:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2015-11-24 
22:33:14.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 16 18:33:48 UTC 2015 - mplus...@suse.com
+
+- Update to 0.95.67
+  - See NEWS for complete list of changes
+
+---

Old:

  freetds-0.95.65.tar.gz

New:

  freetds-0.95.67.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.VWIuVD/_old  2015-11-24 22:33:15.0 +0100
+++ /var/tmp/diff_new_pack.VWIuVD/_new  2015-11-24 22:33:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   freetds
-Version:0.95.65
+Version:0.95.67
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+

++ freetds-0.95.65.tar.gz -> freetds-0.95.67.tar.gz ++
 6612 lines of diff (skipped)




commit freetds for openSUSE:Factory

2015-11-04 Thread h_root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2015-11-04 15:32:05

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-09-17 
09:18:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2015-11-04 
15:32:06.0 +0100
@@ -1,0 +2,7 @@
+Sat Oct 31 06:33:31 UTC 2015 - mplus...@suse.com
+
+- Update to 0.95.65
+  - See NEWS for complete list of changes
+- Make building more verbose
+
+---

Old:

  freetds-0.95.8.tar.gz

New:

  freetds-0.95.65.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.iBrzm5/_old  2015-11-04 15:32:07.0 +0100
+++ /var/tmp/diff_new_pack.iBrzm5/_new  2015-11-04 15:32:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   freetds
-Version:0.95.8
+Version:0.95.65
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+
@@ -142,7 +142,7 @@
   --with-gnutls \
 %endif
   --with-pic
-make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}"
+make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}" V=1
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}

++ freetds-0.95.8.tar.gz -> freetds-0.95.65.tar.gz ++
 35195 lines of diff (skipped)




commit freetds for openSUSE:Factory

2015-09-17 Thread h_root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2015-09-17 09:18:21

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-04-22 
01:14:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2015-09-17 
09:18:22.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep 11 08:35:10 UTC 2015 - mplus...@suse.com
+
+- Update to 0.95.8
+  - See NEWS for complete list of changes
+- Update dependencies
+- Enable gnutls support
+
+---

Old:

  freetds-0.91.112.tar.gz

New:

  freetds-0.95.8.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.slZGE4/_old  2015-09-17 09:18:23.0 +0200
+++ /var/tmp/diff_new_pack.slZGE4/_new  2015-09-17 09:18:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   freetds
-Version:0.91.112
+Version:0.95.8
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+
@@ -27,9 +27,15 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  readline-devel
 BuildRequires:  unixODBC-devel
 Requires:   glibc-locale
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} >= 1310
+BuildRequires:  libgcrypt-devel
+BuildRequires:  libgnutls-devel
+%endif
 
 %description
 FreeTDS is a project to document and implement the TDS (Tabular Data Stream)
@@ -132,18 +138,24 @@
 --sysconfdir=%{_sysconfdir} \
 --with-tdsver=4.2 \
 --disable-static \
+%if 0%{?suse_version} >= 1310
+  --with-gnutls \
+%endif
 --with-pic
 make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}"
 
 %install
-%make_install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 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}/"
+install -d %{buildroot}%{_docdir}/freetds
+mv %{buildroot}%{_datadir}/doc/freetds/* %{buildroot}%{_docdir}/freetds/
+rm -rf %{buildroot}%{_docdir}/freetds* %{buildroot}%{_datadir}/doc/freetds-*
+install -D AUTHORS %{buildroot}%{_defaultdocdir}/%{name}/AUTHORS
+# Fix permissions
+find %{buildroot}%{_datadir} -type f -print0 | xargs -0 chmod -x
+find %{buildroot}%{_sysconfdir}  -type f -print0 | xargs -0 chmod -x
 
 %fdupes %{buildroot}/%{_prefix}
 

++ freetds-0.91.112.tar.gz -> freetds-0.95.8.tar.gz ++
 534809 lines of diff (skipped)




commit freetds for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2015-04-22 01:14:21

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-03-16 
06:53:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2015-04-22 
01:14:22.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr 11 08:22:48 UTC 2015 - tchva...@suse.com
+
+- Drop autoreconf call which was pointless. Seems to build without
+  and thus fixes build on sle11.
+
+---



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.yPCcKk/_old  2015-04-22 01:14:23.0 +0200
+++ /var/tmp/diff_new_pack.yPCcKk/_new  2015-04-22 01:14:23.0 +0200
@@ -23,8 +23,6 @@
 License:LGPL-2.1+ and GPL-2.0+
 Group:  Productivity/Databases/Clients
 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
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -128,7 +126,6 @@
 %setup -q
 
 %build
-autoreconf -fvi
 %configure \
 --with-unixodbc=%{_prefix} \
 --enable-threadsafe \




commit freetds for openSUSE:Factory

2015-03-15 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2015-03-16 
06:53:51.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 13 13:23:53 UTC 2015 - tchva...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.NU5xfL/_new  2015-03-16 06:53:52.0 +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 READM

commit freetds for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2015-01-03 22:02:11

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  2012-02-10 
17:13:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2015-01-03 
22:02:13.0 +0100
@@ -1,0 +2,13 @@
+Sat Dec  6 09:15:17 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 0.91.103
+* fix memleak when using REALM option in freetds.conf
+* ODBC driver did not return parameters as rows
+- freetds-devel had a dangling symlink due to lack of Require on
+  libtdsodbc0
+- Shlib packaging guideline: put libct and libsybdb in separate
+  subpackages.
+- Improve description for the different API libraries.
+- Do not ignore output from odbcinst or ldconfig.
+
+---

Old:

  freetds-0.91.tar.bz2

New:

  freetds-0.91.103.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.ZmLwoB/_old  2015-01-03 22:02:14.0 +0100
+++ /var/tmp/diff_new_pack.ZmLwoB/_new  2015-01-03 22:02:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freetds
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,69 +17,95 @@
 
 
 Name:   freetds
-Version:0.91
+Version:0.91.103
 Release:0
-%define dirver  0.91
-%define filever 0.91
-Summary:A free re-implementation of the TDS (Tabular DataStream) 
protocol
+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://www.freetds.org/
-Source: %{name}-%{filever}.tar.bz2
+Url:http://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
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  unixODBC
 BuildRequires:  unixODBC-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 %if 0%{?suse_version}
 Requires:   glibc-locale
 %endif
 
 %description
-FreeTDS is a project to document and implement the TDS (Tabular DataStream)
+FreeTDS is a project to document and implement the TDS (Tabular Data Stream)
 protocol. TDS is used by Sybase and Microsoft for client to database server
 communications. FreeTDS includes call level interfaces for DB-Lib, CT-Lib,
 and ODBC.
 
-%package -n libfreetds
-Summary:A free re-implementation of the TDS (Tabular DataStream) 
protocol
+%package config
+Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+
-Group:  System/Libraries
+Group:  Productivity/Databases/Clients
+Obsoletes:  libfreetds
 Provides:   %{name} = %{version}
+Provides:   libfreetds
 Obsoletes:  %{name} < %{version}
 
-%description -n libfreetds
-FreeTDS is a project to document and implement the TDS (Tabular DataStream)
+%description config
+FreeTDS is a project to document and implement the TDS (Tabular Data Stream)
 protocol. TDS is used by Sybase and Microsoft for client to database server
-communications. FreeTDS includes call level interfaces for DB-Lib, CT-Lib,
-and ODBC.
+communications.
+
+This subpackage contains default configuration files and documentation for
+them.
 
 %package   tools
-Summary:Applications for working with the TDS (Tabular DataStream) 
protocol
+Summary:Applications for working with the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+
-Group:  Development/Libraries/C and C++
-Requires:   libfreetds = %version
+Group:  Productivity/Databases/Clients
 
 %description tools
-FreeTDS is a project to document and implement the TDS (Tabular DataStream)
+FreeTDS is a project to document and implement the TDS (Tabular Data Stream)
 protocol. TDS is used by Sybase and Microsoft for client to database server
 communications. FreeTDS includes call level interfaces for DB-Lib, CT-Lib,
 and ODBC.
 
-This package provides application to allow users to make use of the protocol
+This package provides application to allow users to make use of the protocol.
 
 %package   devel

commit freetds for openSUSE:Factory

2012-02-10 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2012-02-10 
17:13:33.0 +0100
@@ -1,0 +2,11 @@
+Tue Feb  7 08:05:54 UTC 2012 - co...@suse.com
+
+- there is a GPL copying too, so add GPL-2.0+ too
+
+---
+Sun Feb  5 20:21:09 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections
+- Resolve dependency indirection
+
+---



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.OEtDcf/_old  2012-02-10 17:13:35.0 +0100
+++ /var/tmp/diff_new_pack.OEtDcf/_new  2012-02-10 17:13:35.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit freetds for openSUSE:Factory

2011-10-12 Thread h_root

Hello community,

here is the log from the commit of package freetds for openSUSE:Factory
checked in at Wed Oct 12 23:58:25 CEST 2011.




--- openSUSE:Factory/freetds/freetds.changes2011-10-11 16:53:18.0 
+0200
+++ /mounts/work_src_done/STABLE/freetds/freetds.changes2011-10-12 
16:21:46.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  12 10:19:44 UTC 2011 - tabra...@novell.com
+
+- updated to 0.91
+
+---

calling whatdependson for head-i586


Old:

  freetds-0.91rc.tar.bz2

New:

  freetds-0.91.tar.bz2



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.SRDdS9/_old  2011-10-12 23:58:19.0 +0200
+++ /var/tmp/diff_new_pack.SRDdS9/_new  2011-10-12 23:58:19.0 +0200
@@ -18,10 +18,10 @@
 
 
 Name:   freetds
-Version:0.9.1rc2
+Version:0.91
 Release:1
-%define dirver  0.91.dev.20110715RC2
-%define filever 0.91rc
+%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/

++ freetds-0.91rc.tar.bz2 -> freetds-0.91.tar.bz2 ++
 226420 lines of diff (skipped)

continue with "q"...



Remember to have fun...

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



commit freetds for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package freetds for openSUSE:Factory
checked in at Tue Oct 11 16:53:21 CEST 2011.




--- openSUSE:Factory/freetds/freetds.changes2011-10-03 09:18:31.0 
+0200
+++ /mounts/work_src_done/STABLE/freetds/freetds.changes2011-10-09 
15:54:43.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct  9 13:49:44 UTC 2011 - jeng...@medozas.de
+
+- Add missing "Group" for libfreetds and change %make_install,
+  resolving build failure for SLE11
+- Remove redundant sections (cf. specfile guidelines)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.rsYytI/_old  2011-10-11 16:53:15.0 +0200
+++ /var/tmp/diff_new_pack.rsYytI/_new  2011-10-11 16:53:15.0 +0200
@@ -24,7 +24,7 @@
 %define filever 0.91rc
 License:LGPL
 Summary:A free re-implementation of the TDS (Tabular DataStream) 
protocol
-Url:http://www.freetds.org/
+URL:http://www.freetds.org/
 Group:  Productivity/Databases/Clients
 Source: %{name}-%{filever}.tar.bz2
 BuildRequires:  fdupes
@@ -45,8 +45,8 @@
 and ODBC.
 
 %package -n libfreetds
-
 Summary:A free re-implementation of the TDS (Tabular DataStream) 
protocol
+Group:  System/Libraries
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}
 
@@ -71,7 +71,6 @@
 This package provides application to allow users to make use of the protocol
 
 %package   devel
-
 Summary:Include files needed for development with FreeTDS
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
@@ -81,7 +80,6 @@
 the FreeTDS libraries.
 
 %package   -n libtdsodbc0
-
 Summary:FreeTDS ODBC Driver for unixODBC
 Group:  Productivity/Databases/Clients
 Requires:   unixODBC >= 2.0.0
@@ -90,7 +88,6 @@
 The freetds-unixodbc package contains ODBC driver build for unixODBC.
 
 %package   doc
-
 Summary:User documentation for FreeTDS
 Group:  Productivity/Databases/Clients
 
@@ -122,7 +119,7 @@
 make %{?_smp_flags} RPM_OPT_FLAGS="%{optflags}"
 
 %install
-%make_install
+%makeinstall
 mkdir  -p  %{buildroot}%{_docdir}/freetds/
 mv %{buildroot}%{_datadir}/doc/freetds-*/* %{buildroot}%{_docdir}/freetds/
 rm -rf %{buildroot}%{_docdir}/freetds-* 
%{buildroot}/%{_datadir}/doc/freetds-*
@@ -143,16 +140,12 @@
 Setup = %{_libdir}/libtdsodbc.so.0" | odbcinst -i -d -r > /dev/null 2>&1 || 
true
 /sbin/ldconfig 2> /dev/null
 
-%postun -n libtdsodbc0
-/sbin/ldconfig 2> /dev/null
+%postun -n libtdsodbc0 -p /sbin/ldconfig
 
 %preun -n libtdsodbc0
 odbcinst -u -d -n 'FreeTDS' > /dev/null 2>&1 || true
 odbcinst -u -d -n 'SQL Server' > /dev/null 2>&1 || true
 
-%clean
-rm -rf %{buildroot}
-
 %files -n libfreetds
 %defattr(-,root,root)
 %doc AUTHORS BUGS COPYING* ChangeLog INSTALL NEWS README TODO

continue with "q"...



Remember to have fun...

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



commit freetds for openSUSE:Factory

2011-10-03 Thread h_root

Hello community,

here is the log from the commit of package freetds for openSUSE:Factory
checked in at Mon Oct 3 09:18:33 CEST 2011.




--- openSUSE:Factory/freetds/freetds.changes2011-09-23 01:58:15.0 
+0200
+++ freetds/freetds.changes 2011-10-01 07:40:34.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct  1 05:39:08 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---

calling whatdependson for head-i586




Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.038xIl/_old  2011-10-03 09:18:29.0 +0200
+++ /var/tmp/diff_new_pack.038xIl/_new  2011-10-03 09:18:29.0 +0200
@@ -31,6 +31,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  unixODBC
 BuildRequires:  unixODBC-devel
+BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?suse_version}

continue with "q"...



Remember to have fun...

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



commit freetds for openSUSE:Factory

2011-08-11 Thread h_root

Hello community,

here is the log from the commit of package freetds for openSUSE:Factory
checked in at Thu Aug 11 13:42:52 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/freetds/freetds.changes2011-08-06 
11:49:09.0 +0200
@@ -0,0 +1,93 @@
+---
+Sat Aug 6 11:48:21 UTC 2011 - toddrme2...@gmail.com
+
+- Split into library and tools (binary) packages
+- Fixed license labeling.
+
+---
+Thu Aug  4 09:43:30 UTC 2011 - co...@novell.com
+
+- ran format_spec source service
+
+---
+Fri Jul 15 21:19:35 UTC 2011 - toddrme2...@gmail.com
+
+- Updated to 0.91 rc2
+- Various spec file style cleanups
+- Changed to valid groups (fix for rpmlint warning)
+- Check for duplicate files (fix for rpmlint warning)
+- Move %changes contents to existing .changes file
+
+
+---
+Fri Jul 15 21:19:35 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to version 0.9.2
+
+
+---
+Thu May 13 00:00:00 UTC 2010 Matthias Eckermann 
+
+- update to 0.83.dev.20100512
+
+
+---
+Fri Feb 19 00:00:00 UTC 2010 Matthias Eckermann 
+
+- update to 0.82.1.dev.20091223
+
+
+---
+Thu May  8 00:00:00 UTC 2008 Matthias Eckermann 
+
+- adopted for openSUSE buildservice
+
+
+---
+Wed Mar 28 00:00:00 UTC 2007 Frediano Ziglio 
+
+- removed libtdssrv
+
+
+---
+Thu Sep 09 00:00:00 UTC 2004 Frediano Ziglio 
+
+- remove dependency from freetds-unixodbc
+- fix field name (Copyright instead of License)
+- updated URL
+
+
+---
+Sun Mar 30 21:19:35 UTC 2003 Frediano Ziglio 
+
+- add reference to doc package
+
+
+---
+Wed Feb  5 00:00:00 UTC 2003 Ian Grant 
+
+- 0.61 tweaked. Added libtdssrv libraries and tools in /usr/bin + man pages
+
+
+---
+Sun Dec 30 21:19:35 UTC 2002 David Hollis 
+
+- 0.60 tweaked.  Move .a & .la files to -devel package
+
+
+---
+Thu Dec 20 00:00:00 UTC 2001 Brian Bruns  
+
+- Modifications for 0.53 ver and removing interfaces file
+
+
+---
+Wed Jun 28 00:00:00 UTC 2001 Brian Bruns  
+
+- Modifications for 0.52 ver and ODBC drivers 
+
+
+---
+Wed Feb 14 00:00:00 UTC 2001 David Hollis  
+
+- First stab at RPM for 0.51 ver 

calling whatdependson for head-i586


New:

  freetds-0.91rc.tar.bz2
  freetds.changes
  freetds.spec



Other differences:
--
++ freetds.spec ++
#
# spec file for package freetds
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   freetds
Version:0.9.1rc2
Release:1
%define dirver  0.91.dev.20110715RC2
%define filever 0.91rc
License:LGPL
Summary:A free re-implementation of the TDS (Tabular DataStream) 
protocol
Url:http://www.freetds.org/
Group:  Productivity/Databases/Clients
Source: %{name}-%{filever}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  unixODBC
BuildRequires:  unixODBC-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%if 0%{?suse_version}
Requires:   glibc-locale
%endif

%description
FreeTDS is a project to document and implement the TDS (Tabular DataStream)
protocol. TDS is used by Sybase and Microsoft for client to database server
communications. FreeTDS includes call level interfaces for DB-Lib, CT-Lib,
and ODBC.

%package -n libfreetds

Summary:A free re-implementation of the TDS (Tabular DataStream) 
protocol
Provides:   %