[rubygem-sqlite3] - Update to sqlite3 1.3.7. - Fix -doc license (rhbz#969963).

Vít Ondruch vondruch at fedoraproject.org
Mon Jun 3 09:51:40 UTC 2013


commit cd43d9aecef28697549c75576264d259fb1c8031
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Jun 3 11:48:11 2013 +0200

    - Update to sqlite3 1.3.7.
    - Fix -doc license (rhbz#969963).

 .gitignore                             |    1 +
 rubygem-sqlite3-1.3.5-big-endian.patch |   24 ------------------------
 rubygem-sqlite3.spec                   |   26 ++++++++------------------
 sources                                |    2 +-
 4 files changed, 10 insertions(+), 43 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a06ce33..d31719c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /sqlite3-1.3.3.gem
 /sqlite3-1.3.4.gem
 /sqlite3-1.3.5.gem
+/sqlite3-1.3.7.gem
diff --git a/rubygem-sqlite3.spec b/rubygem-sqlite3.spec
index 01e7827..0378153 100644
--- a/rubygem-sqlite3.spec
+++ b/rubygem-sqlite3.spec
@@ -2,24 +2,21 @@
 
 Summary:        Allows Ruby scripts to interface with a SQLite3 database
 Name:           rubygem-%{gem_name}
-Version:        1.3.5
-Release:        4%{?dist}
+Version:        1.3.7
+Release:        1%{?dist}
 Group:          Development/Languages
 License:        BSD
 # It is not clear what is the official homepage. However, I have risen ticket
 # on upstream: https://github.com/luislavena/sqlite3-ruby/issues/issue/26
 URL:            http://sqlite-ruby.rubyforge.org/
 Source0:        http://rubygems.org/gems/%{gem_name}-%{version}.gem
-# rhbz#804321 - FTBFS: big endian bug in self checks
-# https://github.com/luislavena/sqlite3-ruby/issues/63
-Patch0:         %{name}-1.3.5-big-endian.patch
 Requires: ruby(rubygems)
 Requires:       ruby(release)
 BuildRequires: rubygems-devel
 BuildRequires:  ruby-devel
 BuildRequires:  sqlite-devel
 BuildRequires:  rubygem(rake)
-BuildRequires:	rubygem(minitest)
+BuildRequires:  rubygem(minitest)
 Obsoletes:      rubygem-sqlite3-ruby < 1.3.3
 Obsoletes:      ruby-sqlite3 < 1.3.4-3
 Provides:       rubygem(%{gem_name}) = %{version}-%{release}
@@ -31,6 +28,7 @@ database.
 %package doc
 Summary: Documentation for %{name}
 Group: Documentation
+License: BSD and LGPLv2
 Requires: %{name} = %{version}-%{release}
 BuildArch: noarch
 
@@ -41,19 +39,7 @@ Documentation for %{name}
 %setup -q -c -T
 %gem_install -n %{SOURCE0}
 
-# Permission
-find . -name \*.rb -or -name \*.gem | xargs chmod 0644
-
-pushd .%{gem_instdir}
-%patch0 -p1
-popd
-
 %build
-pushd .%{gem_instdir}/ext/sqlite3/
-ruby extconf.rb && make
-popd
-
-cp .%{gem_instdir}/ext/sqlite3/sqlite3_native.so .%{gem_libdir}/sqlite3/sqlite3_native.so
 
 %install
 mkdir -p %{buildroot}%{gem_dir}
@@ -92,6 +78,10 @@ popd
 
 
 %changelog
+* Mon Jun 03 2013 Vít Ondruch <vondruch at redhat.com> - 1.3.7-1
+- Update to sqlite3 1.3.7.
+- Fix -doc license (rhbz#969963).
+
 * Thu Feb 28 2013 Vít Ondruch <vondruch at redhat.com> - 1.3.5-4
 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
 
diff --git a/sources b/sources
index 5480a0a..6fb5197 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1285b91e57d1bbe2700b435f25570f10  sqlite3-1.3.5.gem
+b8b48dc154afe949f0a44dd49565391d  sqlite3-1.3.7.gem


More information about the scm-commits mailing list