[pgadmin3/f16] Update to 1.14.0

Devrim GÜNDÜZ devrim at fedoraproject.org
Thu Oct 13 00:15:12 UTC 2011


commit 13b372f57d8986002d1dd978b3ed3aace5957e4b
Author: Devrim GÜNDÜZ <devrim at gunduz.org>
Date:   Thu Oct 13 03:15:06 2011 +0300

    Update to 1.14.0

 .gitignore    |    2 +-
 pgadmin3.spec |   12 +++++-------
 sources       |    2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a17816d..322c123 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/pgadmin3-1.12.3.tar.gz
+/pgadmin3-1.14.0.tar.gz
diff --git a/pgadmin3.spec b/pgadmin3.spec
index 9fa6000..47ce386 100644
--- a/pgadmin3.spec
+++ b/pgadmin3.spec
@@ -1,11 +1,10 @@
 Summary:	Graphical client for PostgreSQL
 Name:		pgadmin3
-Version:	1.12.3
+Version:	1.14.0
 Release:	1%{?dist}
 License:	BSD
 Group:		Applications/Databases
 Source:		ftp://ftp.postgresql.org/pub/pgadmin3/release/v%{version}/src/%{name}-%{version}.tar.gz
-Patch0:		%{name}-1.10.0-optflags.patch
 Patch2:		%{name}-desktop.patch
 URL:		http://www.pgadmin.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -33,7 +32,6 @@ required to communicate with the database server.
 %setup -q
 # touch to avoid autotools re-run
 for f in configure{,.ac} ; do touch -r $f $f.stamp ; done
-%patch0 -p1
 %patch2 -p0
 for f in configure{,.ac} ; do touch -r $f.stamp $f ; done
 
@@ -67,9 +65,6 @@ mv -f CHANGELOG.utf8 CHANGELOG
 rm -f docs/{Docs.vcproj,builddocs.bat}
 rm -f %{buildroot}%{_datadir}/%{name}/i18n/{*,.}/wxstd.mo
 
-# Correct permissions to solve rpmlint debuginfo noise
-chmod 644 pgadmin/include/images/{package,synonym}{,s}.xpm
-
 # Move locales to their correct place
 mkdir -p %{buildroot}%{_datadir}/locale
 mv -f %{buildroot}%{_datadir}/%{name}/i18n/??_?? %{buildroot}%{_datadir}/locale
@@ -87,10 +82,13 @@ rm -rf %{buildroot}
 %{_datadir}/applications/*
 
 %changelog
+* Thu Oct 13 2011 Devrim GUNDUZ <devrim at gunduz.org> 1.14.0-1
+- Update to 1.14.0
+
 * Tue Apr 19 2011 Devrim GUNDUZ <devrim at gunduz.org> 1.12.3-1
 - Update to 1.12.3
 
-ı* Wed Feb 23 2011 Devrim GUNDUZ <devrim at gunduz.org> 1.12.2-3
+* Wed Feb 23 2011 Devrim GUNDUZ <devrim at gunduz.org> 1.12.2-3
 - Actually install desktop file.
 
 * Tue Feb 15 2011 Devrim GUNDUZ <devrim at gunduz.org> 1.12.2-2
diff --git a/sources b/sources
index 54b357d..eb1362e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ff7a970a14757ee951a4e8b1a246a70  pgadmin3-1.12.3.tar.gz
+27bf1694809a7d9adf4feec508374df2  pgadmin3-1.14.0.tar.gz


More information about the scm-commits mailing list