diff --git a/pgadmin3.spec b/pgadmin3.spec index 58fddb5..c5f02e7 100644 --- a/pgadmin3.spec +++ b/pgadmin3.spec @@ -1,14 +1,15 @@ Summary: Graphical client for PostgreSQL Name: pgadmin3 -Version: 1.4.0 +Version: 1.4.1 Release: 2%{?dist} License: Artistic Group: Applications/Databases -Source: ftp://ftp.postgresql.org/pub/pgadmin3/release/src/pgadmin3-1.4.0.tar.gz +Source: ftp://ftp.postgresql.org/pub/pgadmin3/release/src/pgadmin3-1.4.1.tar.gz +Patch0: pgadmin3-gcc41.patch URL: http://www.pgadmin.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: wxGTK-devel wxGTK-stc wxGTK-xrc postgresql-devel desktop-file-utils openssl-devel +BuildRequires: wxGTK2-devel wxGTK2-stc wxGTK2-xrc postgresql-devel desktop-file-utils openssl-devel %description pgAdmin III is a comprehensive PostgreSQL database design @@ -16,10 +17,10 @@ and management system for *nix and Windows systems. %prep %setup -q +%patch0 -p1 -b c41 %build %configure - make %{?_smp_mflags} %install @@ -48,6 +49,12 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/* %changelog +* Wed Feb 16 2006 Gavin Henry - 1.4.1-2 +- Applied Dennis' fixes according to Bug #181632 + +* Wed Feb 15 2006 Dennis Gilmore - 1.4.1-1 +- update to 1.4.1 + * Thu Dec 8 2005 Gavin Henry - 1.4.0-2 - Removed specific lib includes, not needed anymore