[phpPgAdmin] Update to 5.0

Devrim GÜNDÜZ devrim at fedoraproject.org
Mon Nov 29 23:03:11 UTC 2010


commit 900ebed43ec07f5731c4b291728ce3a20a955752
Author: Devrim GÜNDÜZ <devrim at gunduz.org>
Date:   Tue Nov 30 01:03:03 2010 +0200

    Update to 5.0

 .gitignore      |    2 +-
 phpPgAdmin.spec |   10 +++++++---
 sources         |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c488915..daf6913 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/phpPgAdmin-5.0-beta2.tar.bz2
+/phpPgAdmin-5.0.tar.bz2
diff --git a/phpPgAdmin.spec b/phpPgAdmin.spec
index 0afc2f4..6e0c90d 100644
--- a/phpPgAdmin.spec
+++ b/phpPgAdmin.spec
@@ -1,13 +1,13 @@
 Summary:	Web-based PostgreSQL administration
 Name:		phpPgAdmin
 Version:	5.0
-Release:	beta2_1%{?dist}
+Release:	1%{?dist}
 License:	GPLv2+ and (LGPLv2+ or BSD) and ASL 2.0 and MIT
 Group:		Applications/Databases
 URL:		http://phppgadmin.sourceforge.net/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Source0:	http://osdn.dl.sourceforge.net/sourceforge/phppgadmin/%{name}-%{version}-beta2.tar.bz2
+Source0:	http://downloads.sourceforge.net/phppgadmin/phpPgAdmin-%{version}.tar.bz2?download
 Source1:	%{name}.conf
 
 Requires:	php >= 4.2, gawk
@@ -26,7 +26,7 @@ as well as some advanced features such as triggers, views and
 functions (stored procedures). It also has Slony-I support.
 
 %prep
-%setup -q -n %{name}-%{version}-beta2
+%setup -q -n %{name}-%{version}
 %patch1 -p0
 
 %build
@@ -85,6 +85,10 @@ rm -rf %{buildroot}
 %{_phppgadmindir}/conf/config.inc.php*
 
 %changelog
+* Tue Nov 30 2010 Devrim Gunduz <devrim at gunduz.org> 5.0-1
+- Update to 5.0 final.
+  PHP 5.3.
+
 * Thu Oct 7 2010 Devrim Gunduz <devrim at gunduz.org> 5.0-beta2-1
 - Update to 5.0-beta2, which actually support PostgreSQL 8.4 and
   PHP 5.3.
diff --git a/sources b/sources
index 2ac8b2a..14f887b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-739247e0334a44ea4ee2c1754b7b1119  phpPgAdmin-5.0-beta2.tar.bz2
+76e5e8c059f44a268dfd48eff42dac11  phpPgAdmin-5.0.tar.bz2


More information about the scm-commits mailing list