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