From b71270dd9b62c439f59820a4d7fb4d5599c43d50 Mon Sep 17 00:00:00 2001 From: Balint Cristian Date: Thu, 18 Mar 2010 07:29:01 +0000 Subject: [PATCH] - fix for bz#562671 --- import.log | 1 + proj.spec | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/import.log b/import.log index 9303972..7fc6046 100644 --- a/import.log +++ b/import.log @@ -1,2 +1,3 @@ proj-4_6_1-1_fc10:HEAD:proj-4.6.1-1.fc10.src.rpm:1220960846 proj-4_7_0-2_fc13:HEAD:proj-4.7.0-2.fc13.src.rpm:1268893793 +proj-4_7_0-3_fc13:HEAD:proj-4.7.0-3.fc13.src.rpm:1268897308 diff --git a/proj.spec b/proj.spec index 9703f03..398d9a7 100644 --- a/proj.spec +++ b/proj.spec @@ -1,6 +1,6 @@ Name: proj Version: 4.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cartographic projection software (PROJ.4) Group: Applications/Engineering @@ -16,7 +16,7 @@ BuildRequires: libtool %description Proj and invproj perform respective forward and inverse transformation of cartographic data to or from cartesian data with a wide range of selectable -projection functions. Proj docs: http://www.remotesensing.org/dl/new_docs/ +projection functions. %package devel @@ -140,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %{_datadir}/%{name}/epsg %changelog +* Thu Mar 18 2010 Balint Cristian - 4.7.0-3 +- fix for bz#562671 + * Thu Mar 18 2010 Balint Cristian - 4.7.0-2 - fix for bz#556091