Hello community,

here is the log from the commit of package PgTcl for openSUSE:Factory checked 
in at 2013-11-21 15:25:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PgTcl (Old)
 and      /work/SRC/openSUSE:Factory/.PgTcl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PgTcl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/PgTcl/PgTcl.changes      2013-08-01 
16:01:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.PgTcl.new/PgTcl.changes 2013-11-21 
15:25:57.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Oct  2 10:48:16 UTC 2013 - m...@suse.com
+
+- Avoid an unneeded explicit dependency on a certain version of
+  libtcl (pgtcl-stubs.patch).
+
+-------------------------------------------------------------------

New:
----
  pgtcl-stubs.patch

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

Other differences:
------------------
++++++ PgTcl.spec ++++++
--- /var/tmp/diff_new_pack.NZZNQO/_old  2013-11-21 15:25:58.000000000 +0100
+++ /var/tmp/diff_new_pack.NZZNQO/_new  2013-11-21 15:25:58.000000000 +0100
@@ -26,6 +26,7 @@
 Release:        0
 Url:            http://pgfoundry.org/projects/pgtcl/
 Source0:        libpgtcl-%version.tar.gz
+Patch0:         pgtcl-stubs.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -34,6 +35,7 @@
 
 %prep
 %setup -q -n libpgtcl-%version
+%patch0 -p 1
 
 %build
 CFLAGS=-DUSE_INTERP_ERRORLINE

++++++ pgtcl-stubs.patch ++++++
Index: libpgtcl-1.7/configure
===================================================================
--- libpgtcl-1.7.orig/configure 2008-05-23 20:49:16.000000000 +0200
+++ libpgtcl-1.7/configure      2013-10-02 14:51:53.680504110 +0200
@@ -6770,7 +6770,7 @@
 fi
 done
 
-#LIBS=$SAVE_LIBS
+LIBS=$SAVE_LIBS
 
 
 
Index: libpgtcl-1.7/configure.in
===================================================================
--- libpgtcl-1.7.orig/configure.in      2008-05-23 21:06:35.000000000 +0200
+++ libpgtcl-1.7/configure.in   2013-10-02 14:49:46.117186531 +0200
@@ -116,7 +116,7 @@
 SAVE_LIBS=$LIBS
 LIBS="$PG_LIBS $LIBS $TCL_LIB_SPEC"
 AC_CHECK_FUNCS(Tcl_NewDictObj PQexecParams PQexecPrepared PQsendQueryParams 
PQsendQueryPrepared PQserverVersion lo_truncate)
-#LIBS=$SAVE_LIBS
+LIBS=$SAVE_LIBS
 
 
 AC_SUBST(LIBPG)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to