Hello community,

here is the log from the commit of package PgTcl for openSUSE:Factory checked 
in at 2012-03-24 20:09:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PgTcl (Old)
 and      /work/SRC/openSUSE:Factory/.PgTcl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PgTcl", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/PgTcl/PgTcl.changes      2011-12-30 
08:46:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.PgTcl.new/PgTcl.changes 2012-03-24 
20:09:19.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Jan 11 17:30:06 UTC 2012 - m...@suse.com
+
+- Update to version 1.7 to fix an issue with Tcl 8.5 (bnc#739978).
+
+-------------------------------------------------------------------

Old:
----
  pgtcl.patch
  pgtcl1.5.tar.bz2

New:
----
  libpgtcl-1.7.tar.gz

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

Other differences:
------------------
++++++ PgTcl.spec ++++++
--- /var/tmp/diff_new_pack.PYbzHt/_old  2012-03-24 20:09:21.000000000 +0100
+++ /var/tmp/diff_new_pack.PYbzHt/_new  2012-03-24 20:09:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package PgTcl
 #
-# 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
@@ -15,52 +15,41 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           PgTcl
-BuildRequires:  autoconf
-BuildRequires:  krb5-devel
-BuildRequires:  openssl-devel
 BuildRequires:  postgresql-devel
 BuildRequires:  tcl-devel
 Summary:        Tcl Client Library for PostgreSQL
 License:        MIT
 Group:          Productivity/Databases/Clients
-Version:        1.5
+Version:        1.7
 Release:        0
-Url:            http://www.postgresql.org/
-Source0:        pgtcl%version.tar.bz2
-Patch0:         pgtcl.patch
+Url:            http://pgfoundry.org/projects/pgtcl/
+Source0:        libpgtcl-%version.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Obsoletes:      pg_tcl postgresql-tcl
-Provides:       pg_tcl postgresql-tcl pg_ifa:/usr/lib/pgsql/bin/pgtclsh
 
 %description
 This package contains the libpgtcl client library as a loadable Tcl
 package. It is needed to access PostgreSQL databases from Tcl scripts.
 
 %prep
-%setup -q -n pgtcl%version
-%patch0
+%setup -q -n libpgtcl-%version
 
 %build
-autoconf
 %configure \
+        --libdir=%tcl_archdir \
        --with-tcl=%_libdir \
        --with-postgres-include=%_includedir/pgsql \
        --with-postgres-lib=%_libdir
 make %{?_smp_mflags}
-make pkgIndex.tcl-hand %{?_smp_mflags}
 
 %install
-make install \
-       pkglibdir=%tclscriptdir/%name%version \
-       DESTDIR=%buildroot
+make install-binaries install-libraries PKG_HEADERS= DESTDIR=%buildroot
 
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog README README.async TODO
 %doc doc/PGTCL-NOTES doc/libpgtcl.pdf doc/html
-%_includedir/libpgtcl.h
-%_libdir/*so
-%tclscriptdir
+%tcl_archdir
 
 %changelog

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

Reply via email to