diff --git a/.gitignore b/.gitignore index b01c599..cccfe45 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -GabeditSrc229.tar.gz +GabeditSrc230.tar.gz diff --git a/gabedit.spec b/gabedit.spec index d7ff915..6483c56 100644 --- a/gabedit.spec +++ b/gabedit.spec @@ -1,10 +1,10 @@ -%define version 2.2.9 -%define tarver 229 +%define version 2.3.0 +%define tarver 230 Name: gabedit Summary: GUI for computational chemistry Version: %{version} -Release: 2%{?dist} +Release: 1%{?dist} Source0: http://downloads.sourceforge.net/sourceforge/gabedit/GabeditSrc%{tarver}.tar.gz Patch0: %{name}-ld.patch Patch2: %{name}-csh.patch @@ -13,7 +13,7 @@ License: MIT Group: Applications/Engineering BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) BuildRequires: desktop-file-utils -BuildRequires: gl2ps-devel +BuildRequires: gl2ps-devel >= 1.3.5 BuildRequires: gtk2-devel BuildRequires: gtkglarea2-devel BuildRequires: libGLU-devel @@ -39,6 +39,8 @@ file formats are supported. echo "external_gtkglarea=1" >> CONFIG echo "external_gl2ps=1" >> CONFIG +find utils -type f | xargs chmod -x + %build %{__make} %{?_smp_mflags} COMMONCFLAGS="$RPM_OPT_FLAGS" @@ -81,6 +83,9 @@ fi %{_datadir}/icons/hicolor/*/apps/*.png %changelog +* Mon Aug 23 2010 Dominik Mierzejewski 2.3.0-1 +- updated to latest stable version (2.3.0) + * Mon Feb 15 2010 Dominik Mierzejewski 2.2.9-2 - fixed FTBFS with the new ld (rhbz#564993) diff --git a/sources b/sources index 02128d1..2237c54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee90ea516faf706a1d4677fb36a4d3c6 GabeditSrc229.tar.gz +fccf846b682003d9b75d879e7f72a04a GabeditSrc230.tar.gz