[rubygem-geoip] update to 1.3.2

Ken Dreyer ktdreyer at fedoraproject.org
Mon Oct 7 21:10:18 UTC 2013


commit 9547f2f45d265d9e59676f597c15b5d467f4099a
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Mon Oct 7 15:10:00 2013 -0600

    update to 1.3.2
    
    - Update to 1.3.2
    - Drop our LGPL license file, since upstream ships their own

 .gitignore         |    1 +
 lgpl-2.1.txt       |  502 ----------------------------------------------------
 rubygem-geoip.spec |   12 +-
 sources            |    2 +-
 4 files changed, 8 insertions(+), 509 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2044643..0cd108e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /geoip-1.3.0.gem
+/geoip-1.3.2.gem
diff --git a/rubygem-geoip.spec b/rubygem-geoip.spec
index 277b649..b32d6d5 100644
--- a/rubygem-geoip.spec
+++ b/rubygem-geoip.spec
@@ -1,8 +1,8 @@
 %global gem_name geoip
 
 Name: rubygem-%{gem_name}
-Version: 1.3.0
-Release: 2%{?dist}
+Version: 1.3.2
+Release: 1%{?dist}
 Summary: Search a GeoIP database for an IP address
 Group: Development/Languages
 License: LGPLv2+
@@ -10,7 +10,6 @@ URL: http://github.com/cjheath/geoip
 Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
 # Upstream does not include full LGPLv2+ text.
 # Requested at https://github.com/cjheath/geoip/issues/34
-Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
 Requires: ruby(release)
 Requires: ruby(rubygems)
 BuildRequires: rubygems-devel
@@ -79,9 +78,6 @@ cp -pa .%{_bindir}/* \
 
 find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
 
-# Until upstream has a LICENSE file, we will ship our own.
-install -p -m 0644 %{SOURCE1} %{buildroot}%{gem_instdir}/LICENSE
-
 %check
 pushd .%{gem_instdir}
   testrb -Ilib test
@@ -106,6 +102,10 @@ popd
 %{gem_instdir}/test
 
 %changelog
+* Mon Oct 07 2013 Ken Dreyer <ktdreyer at ktdreyer.com> - 1.3.2-1
+- Update to 1.3.2
+- Drop our LGPL license file, since upstream ships their own
+
 * Fri Sep 13 2013 Ken Dreyer <ktdreyer at ktdreyer.com> - 1.3.0-2
 - Fix issues in package review (RHBZ #993482). Thanks jvcelak
 - Fix LICENSE file permissions
diff --git a/sources b/sources
index 901569a..34002c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cb2a8c8aedf6dc75de4ff7c897369a79  geoip-1.3.0.gem
+496060a960dd398fd78088f389b2a612  geoip-1.3.2.gem


More information about the scm-commits mailing list