diff --git a/.gitignore b/.gitignore index 9a6c80c..b5df5e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ proj-datumgrid-1.5.zip -/proj-4.9.1.tar.gz +/4.9.2.tar.gz diff --git a/proj.spec b/proj.spec index cfac4a5..2a24051 100644 --- a/proj.spec +++ b/proj.spec @@ -1,12 +1,12 @@ Name: proj -Version: 4.9.1 -Release: 3%{?dist} +Version: 4.9.2 +Release: 1%{?dist} Summary: Cartographic projection software (PROJ.4) Group: Applications/Engineering License: MIT -URL: http://proj.osgeo.org -Source0: http://download.osgeo.org/proj/proj-%{version}.tar.gz +URL: https://github.com/OSGeo/proj.4 +Source0: https://github.com/OSGeo/proj.4/archive/%{version}.tar.gz Source1: http://download.osgeo.org/proj/proj-datumgrid-1.5.zip Patch0: proj-4.8.0-removeinclude.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -56,7 +56,7 @@ Requires: %{name} = %{version}-%{release} This package contains additional EPSG dataset. %prep -%setup -q +%setup -q -n %{name}.4-%{version} %patch0 -p0 # disable internal libtool to avoid hardcoded r-path @@ -66,7 +66,7 @@ done # Prepare nad cd nad -unzip %{SOURCE1} +unzip -o %{SOURCE1} cd .. # fix shebag header of scripts for script in `find nad/ -type f -perm -a+x`; do @@ -148,6 +148,10 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %{_datadir}/%{name}/epsg %changelog +* Mon Jan 4 2016 Devrim GÜNDÜZ 4.9.2-1 +- Update to 4.9.2, per bz # 1294604 +- Update URLs. + * Thu Jun 18 2015 Fedora Release Engineering - 4.9.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 11291c0..02d06da 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ f5bf28a2a9c6afe9a3f670f0c0adb783 proj-datumgrid-1.5.zip -3cbb2a964fd19a496f5f4265a717d31c proj-4.9.1.tar.gz +a6059d05592948d5f205ba432e359bd7 4.9.2.tar.gz