ralph pushed to python-geojson (f22). "1.0.9"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed May 6 15:09:59 UTC 2015


>From 11ce7c6e73cf88fc4342d75ab7847aa3fc8264e8 Mon Sep 17 00:00:00 2001
From: Ralph Bean <rbean at redhat.com>
Date: Wed, 6 May 2015 10:36:41 -0400
Subject: 1.0.9


diff --git a/.gitignore b/.gitignore
index 7582ac2..ba56997 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /geojson-1.0.1.tar.gz
+/geojson-1.0.9.tar.gz
diff --git a/python-geojson.spec b/python-geojson.spec
index c62335c..ac95630 100644
--- a/python-geojson.spec
+++ b/python-geojson.spec
@@ -1,16 +1,14 @@
 %global modname geojson
 
 Name:               python-geojson
-Version:            1.0.1
-Release:            4%{?dist}
+Version:            1.0.9
+Release:            1%{?dist}
 Summary:            Encoder/decoder for simple GIS features
 
 Group:              Development/Libraries
 License:            BSD
 URL:                http://pypi.python.org/pypi/geojson
 Source0:            http://pypi.python.org/packages/source/g/%{modname}/%{modname}-%{version}.tar.gz
-# Remove setuptools runtime requirement
-Patch0:             python-geojson-remove-setuptools-requirement.patch
 
 BuildArch:          noarch
 
@@ -18,6 +16,7 @@ BuildRequires:      python2-devel
 BuildRequires:      python-setuptools
 BuildRequires:      python-simplejson
 
+Requires:           python-setuptools
 Requires:           python-simplejson
 
 
@@ -28,7 +27,6 @@ interface.
 
 %prep
 %setup -q -n %{modname}-%{version}
-%patch0 -p1
 
 # Remove bundled egg-info in case it exists
 rm -rf %{modname}.egg-info
@@ -39,16 +37,21 @@ rm -rf %{modname}.egg-info
 %install
 %{__python} setup.py install -O1 --skip-build --root=%{buildroot}
 
-# The tests don't quite pass.
+## The tests need a data file that isn't in the tarball.
 #%%check
 #%%{__python} setup.py test
 
 %files
-%doc README.txt LICENSE.txt CHANGES.txt CREDITS.txt GeoInterface.txt
+%doc README.rst LICENSE.rst CHANGELOG.rst
 %{python_sitelib}/%{modname}/
 %{python_sitelib}/%{modname}-%{version}*
 
 %changelog
+* Wed May 06 2015 Ralph Bean <rbean at redhat.com> - 1.0.9-1
+- Latest upstream.
+- Changed %%doc files, which changed upstream.
+- Removed patch and just made setuptools a runtime dep.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 8fd7598..26b50ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e71eadfa718684480b99f6be5269558a  geojson-1.0.1.tar.gz
+94880d993dba8b184de122c5a84fa329  geojson-1.0.9.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-geojson.git/commit/?h=f22&id=11ce7c6e73cf88fc4342d75ab7847aa3fc8264e8


More information about the scm-commits mailing list