rpms/freetds/F-10 cspublic.BLK_VERSION_150.patch, NONE, 1.1 freetds.spec, 1.13, 1.14

Dmitry Butskoy buc at fedoraproject.org
Thu Mar 26 18:28:06 UTC 2009


Author: buc

Update of /cvs/extras/rpms/freetds/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15237

Modified Files:
	freetds.spec 
Added Files:
	cspublic.BLK_VERSION_150.patch 
Log Message:
add upstream patch cspublic.BLK_VERSION_150.patch (#492393)


cspublic.BLK_VERSION_150.patch:

--- NEW FILE cspublic.BLK_VERSION_150.patch ---
Index: include/cspublic.h
===================================================================
RCS file: /cvsroot/freetds/freetds/include/cspublic.h,v
retrieving revision 1.58
retrieving revision 1.58.2.2
diff -u -r1.58 -r1.58.2.2
--- include/cspublic.h	25 Jun 2007 09:48:20 -0000	1.58
+++ include/cspublic.h	8 Sep 2008 17:48:50 -0000	1.58.2.2
@@ -34,7 +34,7 @@
 #define TDS_STATIC_CAST(type, a) ((type)(a))
 #endif
 
-static const char rcsid_cspublic_h[] = "$Id: cspublic.h,v 1.58 2007/06/25 09:48:20 freddy77 Exp $";
+static const char rcsid_cspublic_h[] = "$Id: cspublic.h,v 1.58.2.2 2008/09/08 17:48:50 jklowden Exp $";
 static const void *const no_unused_cspublic_h_warn[] = { rcsid_cspublic_h, no_unused_cspublic_h_warn };
 
 #define CS_PUBLIC
@@ -446,7 +446,10 @@
 #define CS_VERSION_150	15000
 
 #define BLK_VERSION_100 CS_VERSION_100
-#define BLK_VERSION_110 CS_VERSION_100
+#define BLK_VERSION_110 CS_VERSION_110
+#define BLK_VERSION_120 CS_VERSION_120
+#define BLK_VERSION_125 CS_VERSION_125
+#define BLK_VERSION_150 CS_VERSION_150
 
 #define CS_FORCE_EXIT	300
 #define CS_FORCE_CLOSE  301


Index: freetds.spec
===================================================================
RCS file: /cvs/extras/rpms/freetds/F-10/freetds.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- freetds.spec	11 Jan 2009 17:13:06 -0000	1.13
+++ freetds.spec	26 Mar 2009 18:27:36 -0000	1.14
@@ -7,13 +7,14 @@
 Name: freetds
 Summary: Implementation of the TDS (Tabular DataStream) protocol
 Version: 0.82
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: System Environment/Libraries
 License: LGPLv2+ and GPLv2+
 URL: http://www.freetds.org/
 Source0: ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-%{version}.tar.gz
 Source1: freetds-tds_sysdep_public.h
-Patch0: freetds-0.82-shared-libtds.patch
+Patch0: ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/cspublic.BLK_VERSION_150.patch
+Patch1: freetds-0.82-shared-libtds.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: unixODBC-devel, readline-devel, gnutls-devel, libtool
  
@@ -48,7 +49,8 @@
 
 %prep 
 %setup -q
-%patch0 -p1
+%patch0 -p0
+%patch1 -p1
 
 #  correct perl path
 sed -i '1 s,#!.*/perl,#!%{__perl},' samples/*.pl
@@ -128,6 +130,9 @@
  
 
 %changelog
+* Thu Mar 26 2009 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.82-4
+- add upstream patch cspublic.BLK_VERSION_150.patch (#492393)
+
 * Sun Jan 11 2009 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.82-3
 - Use gnutls for SSL (#479148)
 




More information about the fedora-extras-commits mailing list