diff --git a/.cvsignore b/.cvsignore index 127a16b..2e39ce8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -proj-4.5.0.tar.gz proj-datumgrid-1.3.zip +proj-4.6.0.tar.gz diff --git a/proj.spec b/proj.spec index 03b839a..e46a4f3 100644 --- a/proj.spec +++ b/proj.spec @@ -1,6 +1,6 @@ Name: proj -Version: 4.5.0 -Release: 4%{?dist} +Version: 4.6.0 +Release: 1%{?dist} Summary: Cartographic projection software (PROJ.4) Group: Applications/Engineering @@ -66,6 +66,10 @@ sed -i -e '1,1s|:|#!/bin/bash|' $script done %build + +# fix version info to respect new ABI +sed -i -e 's|5\:4\:5|6\:4\:6|' src/Makefile* + %configure make OPTIMIZE="$RPM_OPT_FLAGS" %{?_smp_mflags} @@ -124,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %{_datadir}/%{name}/epsg %changelog +* Sun Apr 20 2008 Balint Cristian - 4.6.0-1 +- new branch + * Thu Mar 27 2008 Balint Cristian - 4.5.0-4 - BuildRequire: libtool diff --git a/sources b/sources index f11481f..d038a93 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -336fc8a12abbc4709e0bc1fb88a77436 proj-4.5.0.tar.gz 23a7ef9cd079c774f13d62375a4fe1e6 proj-datumgrid-1.3.zip +975d9b5954869e53523726a9c0e0e070 proj-4.6.0.tar.gz