From 920f81878485ca53cabf881b5f7c86839db326b9 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Dec 29 2010 22:47:53 +0000 Subject: Update to pgtcl 1.8.0. --- diff --git a/.gitignore b/.gitignore index ed3acf4..31c7961 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -pgtcl1.6.2.tar.gz -pgtcldocs-20070115.zip +/pgtcl1.8.0.tar.gz +/pgtcldocs-20101010.zip diff --git a/sources b/sources index 555f4b4..6c90c2a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -abf26e3cd7f8229f468045ed1fb7e748 pgtcl1.6.2.tar.gz -8ce98e93b238c3329d0fe43810442c44 pgtcldocs-20070115.zip +42e680b85919f9ac8e8ebe5ae71293e7 pgtcl1.8.0.tar.gz +fb94579210a7a7f2ae5fd58f14b2f58c pgtcldocs-20101010.zip diff --git a/tcl-pgtcl.spec b/tcl-pgtcl.spec index 27f58ec..3c18634 100644 --- a/tcl-pgtcl.spec +++ b/tcl-pgtcl.spec @@ -1,27 +1,27 @@ Name: tcl-pgtcl -Version: 1.6.2 -Release: 3%{?dist} +Version: 1.8.0 +Release: 1%{?dist} Summary: A Tcl client library for PostgreSQL Group: Applications/Databases URL: http://pgfoundry.org/projects/pgtclng/ -# PostgreSQL calls their license simplified BSD, but the requirements are -# more similar to other MIT licenses. -License: MIT +# The PostgreSQL license is very similar to other MIT licenses, but the OSI +# recognizes it as an independent license, so we do as well. +License: PostgreSQL # Upstream uses a bizarre website structure that makes it difficult to give # stable URLs for individual files. These files can be found by following # links from http://pgfoundry.org/projects/pgtclng/ Source0: pgtcl%{version}.tar.gz # Note that for some reason docs are date-labeled not version-labeled -Source1: pgtcldocs-20070115.zip +Source1: pgtcldocs-20101010.zip Patch1: pgtcl-no-rpath.patch Provides: pgtcl = %{version}-%{release} # pgtcl was originally shipped as a sub-RPM of the PostgreSQL package; -# these Provides/Obsoletes give a migration path. The cutoff EVR was -# chosen to be later than anything we are likely to ship in Fedora 12. +# these Provides/Obsoletes give a migration path. Note there is no +# intention of changing the version numbers in future. Provides: postgresql-tcl = 8.5.0-1 Obsoletes: postgresql-tcl < 8.5 @@ -74,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT %doc Pgtcl-docs/* %changelog +* Wed Dec 29 2010 Tom Lane 1.8.0-1 +- Update to pgtcl 1.8.0. +- Relabel license as PostgreSQL now that that's separately recognized by OSI. + * Thu Jan 21 2010 Tom Lane 1.6.2-3 - Correct Source: tags and comment to reflect how to get the tarball.