From 26d35c7f90773b326b4dc7d48c4a3630db0c6a5a0ac39dc06fb1cc9503fd3edd Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Wed, 16 Oct 2013 13:17:08 +0000
Subject: [PATCH] Accepting request 203390 from home:scarabeus_iv
- Downgrade to 3.7.17 so we build on 13.1 too.
- Fix file collision between doc and normal
OBS-URL: https://build.opensuse.org/request/show/203390
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=7
---
apsw-3.7.17-r1.zip | 3 +++
apsw-3.8.0.2-r1.zip | 3 ---
python-apsw.changes | 10 ++++++++++
python-apsw.spec | 7 ++++---
4 files changed, 17 insertions(+), 6 deletions(-)
create mode 100644 apsw-3.7.17-r1.zip
delete mode 100644 apsw-3.8.0.2-r1.zip
diff --git a/apsw-3.7.17-r1.zip b/apsw-3.7.17-r1.zip
new file mode 100644
index 0000000..61c08e6
--- /dev/null
+++ b/apsw-3.7.17-r1.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4e58472b6adff5aec9830ae209d65815d0d6ca74878d6cfed7becbbadec096b7
+size 659131
diff --git a/apsw-3.8.0.2-r1.zip b/apsw-3.8.0.2-r1.zip
deleted file mode 100644
index 4363593..0000000
--- a/apsw-3.8.0.2-r1.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f3da7dbc1c92b9962086de90d6c6ec5ce199ffcc9f4edca9f55ee62b27db61f0
-size 662335
diff --git a/python-apsw.changes b/python-apsw.changes
index d1dce36..6fed3fe 100644
--- a/python-apsw.changes
+++ b/python-apsw.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Tue Oct 15 13:04:33 UTC 2013 - tchvatal@suse.com
+
+- Downgrade to 3.7.17 so we build on 13.1 too.
+
+-------------------------------------------------------------------
+Tue Oct 15 12:56:58 UTC 2013 - tomas.chvatal@gmail.com
+
+- Fix file collision between doc and normal
+
-------------------------------------------------------------------
Mon Oct 14 11:46:39 UTC 2013 - tchvatal@suse.com
diff --git a/python-apsw.spec b/python-apsw.spec
index d866547..ef950a9 100644
--- a/python-apsw.spec
+++ b/python-apsw.spec
@@ -18,10 +18,10 @@
Name: python-apsw
-Version: 3.8.0.2_r1
+Version: 3.7.17_r1
Release: 0
-%define pkg_version 3.8.0.2-r1
-%define sqlite_version 3.7.16
+%define pkg_version 3.7.17-r1
+%define sqlite_version 3.7.17
Summary: Another Python SQLite Wrapper
License: Zlib
Group: Development/Libraries/Python
@@ -80,5 +80,6 @@ cp -a doc/* "%{buildroot}%{_docdir}/%{name}/"
%defattr(-,root,root)
%dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/*
+%exclude %{_docdir}/%{name}/copyright.txt
%changelog