From 2c34aaf3e97d7000bb65da3c634eaf08003663ff Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sat, 20 Oct 2012 19:08:07 +0200 Subject: [PATCH 01/14] Update to 3.0.0.1-7 --- .gitignore | 2 ++ sources | 2 ++ wxsqlite3.spec | 12 ++++++++++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cbbcec9..941ccac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /wxsqlite3-3.0.0.1.tar.gz +/wxsqlite3.spec +/wxsqlite3.pc diff --git a/sources b/sources index ef63ff8..1059582 100644 --- a/sources +++ b/sources @@ -1 +1,3 @@ 266ebbf14a66a8e38ba6abdfff68934f wxsqlite3-3.0.0.1.tar.gz +ca8906dade022b6e3ab9da436ea6fc1f wxsqlite3.spec +4e5b5c698daf7f344000391c1de01564 wxsqlite3.pc diff --git a/wxsqlite3.spec b/wxsqlite3.spec index 73e2b38..a449813 100644 --- a/wxsqlite3.spec +++ b/wxsqlite3.spec @@ -1,12 +1,14 @@ Name: wxsqlite3 Version: 3.0.0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: C++ wrapper around the SQLite 3.x database Group: System Environment/Libraries License: wxWidgets URL: http://wxcode.sourceforge.net/components/wxsqlite3/ Source0: http://downloads.sourceforge.net/wxcode/%{name}-%{version}.tar.gz +# https://sourceforge.net/tracker/?func=detail&aid=3578735&group_id=51305&atid=462816 +Source1: %{name}.pc # don't build the included wxSQLite+ application BuildRequires: wxGTK-devel @@ -64,7 +66,7 @@ find -name sqlite3 -type d | xargs rm -rfv # https://sourceforge.net/tracker/?func=detail&aid=3577572&group_id=51305&atid=462816 find -type f -exec chmod a-x {} \; -# copy correct configure file an set premission +# copy correct configure file and set permission chmod a+x configure29 configure cp configure29 configure @@ -77,6 +79,8 @@ make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' +install -Dpm 644 %{SOURCE1} \ + $RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}.pc %post -p /sbin/ldconfig @@ -90,6 +94,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %files devel %{_includedir}/wx/ +%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/*.so %files doc @@ -97,6 +102,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Sat Oct 20 2012 Martin Gansser 3.0.0.1-7 +- added wxsqlite3.pc file + * Tue Oct 16 2012 Martin Gansser 3.0.0.1-6 - added chmod a-x for all files - added chmod a+x for configure29 From b16e1c37a8456b2bfdf24852a6ae00b9af288854 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sun, 25 Nov 2012 12:03:57 +0100 Subject: [PATCH 02/14] Update to 3.0.1-1 --- .gitignore | 1 + sources | 2 ++ wxsqlite3.spec | 21 +++++++++------------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 941ccac..a9bff99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /wxsqlite3-3.0.0.1.tar.gz /wxsqlite3.spec /wxsqlite3.pc +/wxsqlite3-3.0.1.tar.gz diff --git a/sources b/sources index 1059582..ce3898e 100644 --- a/sources +++ b/sources @@ -1,3 +1,5 @@ 266ebbf14a66a8e38ba6abdfff68934f wxsqlite3-3.0.0.1.tar.gz ca8906dade022b6e3ab9da436ea6fc1f wxsqlite3.spec 4e5b5c698daf7f344000391c1de01564 wxsqlite3.pc +0db142cddbb190d76507ea524691f666 wxsqlite3.spec +218831eb475db1e7398a6c89533b2f1f wxsqlite3-3.0.1.tar.gz diff --git a/wxsqlite3.spec b/wxsqlite3.spec index a449813..f7a18cd 100644 --- a/wxsqlite3.spec +++ b/wxsqlite3.spec @@ -1,15 +1,13 @@ Name: wxsqlite3 -Version: 3.0.0.1 -Release: 7%{?dist} +Version: 3.0.1 +Release: 1%{?dist} Summary: C++ wrapper around the SQLite 3.x database Group: System Environment/Libraries License: wxWidgets URL: http://wxcode.sourceforge.net/components/wxsqlite3/ Source0: http://downloads.sourceforge.net/wxcode/%{name}-%{version}.tar.gz -# https://sourceforge.net/tracker/?func=detail&aid=3578735&group_id=51305&atid=462816 -Source1: %{name}.pc -# don't build the included wxSQLite+ application +# don't %%build the included wxSQLite+ application BuildRequires: wxGTK-devel BuildRequires: sqlite-devel @@ -56,16 +54,11 @@ that use %{name}. %prep -%setup -q -n %{name}-3.0.0 +%setup -q -n %{name}-3.0.1 # delete bundled sqlite3 files find -name sqlite3 -type d | xargs rm -rfv -# fix permissions -# reported upstream ID: 3577572 -# https://sourceforge.net/tracker/?func=detail&aid=3577572&group_id=51305&atid=462816 -find -type f -exec chmod a-x {} \; - # copy correct configure file and set permission chmod a+x configure29 configure cp configure29 configure @@ -79,7 +72,7 @@ make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' -install -Dpm 644 %{SOURCE1} \ +install -Dpm 644 %{name}.pc \ $RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}.pc @@ -102,6 +95,10 @@ install -Dpm 644 %{SOURCE1} \ %changelog +* Sun Nov 25 2012 Martin Gansser 3.0.1-1 +- update to 3.0.1 +- specfile cleanup + * Sat Oct 20 2012 Martin Gansser 3.0.0.1-7 - added wxsqlite3.pc file From 04107637f7bd1b19287549739df6f1286d72bcf3 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sun, 23 Dec 2012 16:27:11 +0100 Subject: [PATCH 03/14] Update to 3.0.1-2 --- .gitignore | 1 + sources | 2 ++ wxsqlite3.spec | 10 ++++++++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a9bff99..7318dac 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /wxsqlite3.spec /wxsqlite3.pc /wxsqlite3-3.0.1.tar.gz +/wxsqlite3-pc.patch diff --git a/sources b/sources index ce3898e..9bf0668 100644 --- a/sources +++ b/sources @@ -3,3 +3,5 @@ ca8906dade022b6e3ab9da436ea6fc1f wxsqlite3.spec 4e5b5c698daf7f344000391c1de01564 wxsqlite3.pc 0db142cddbb190d76507ea524691f666 wxsqlite3.spec 218831eb475db1e7398a6c89533b2f1f wxsqlite3-3.0.1.tar.gz +33d42b44ad0bc7e3897c744aedc8e01b wxsqlite3.spec +eaae4fcb03bd6d166e3beca1a821ce2c wxsqlite3-pc.patch diff --git a/wxsqlite3.spec b/wxsqlite3.spec index f7a18cd..8f57b00 100644 --- a/wxsqlite3.spec +++ b/wxsqlite3.spec @@ -1,12 +1,14 @@ Name: wxsqlite3 Version: 3.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ wrapper around the SQLite 3.x database Group: System Environment/Libraries License: wxWidgets URL: http://wxcode.sourceforge.net/components/wxsqlite3/ Source0: http://downloads.sourceforge.net/wxcode/%{name}-%{version}.tar.gz +# https://sourceforge.net/tracker/?func=detail&aid=3578735&group_id=51305&atid=462816 +Patch0: %{name}-pc.patch # don't %%build the included wxSQLite+ application BuildRequires: wxGTK-devel @@ -55,6 +57,7 @@ that use %{name}. %prep %setup -q -n %{name}-3.0.1 +%patch0 -p1 # delete bundled sqlite3 files find -name sqlite3 -type d | xargs rm -rfv @@ -95,7 +98,10 @@ install -Dpm 644 %{name}.pc \ %changelog -* Sun Nov 25 2012 Martin Gansser 3.0.1-1 +* Sun Dec 23 2012 Martin Gansser 3.0.1-2 +- added wxsqlite3.pc patch for pkgconfig + +* Sat Nov 24 2012 Martin Gansser 3.0.1-1 - update to 3.0.1 - specfile cleanup From b959d87d000b0a05c5733a2047bfb448e4056945 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Mon, 24 Dec 2012 15:07:37 +0100 Subject: [PATCH 04/14] Update to 3.0.1-3 --- sources | 1 + wxsqlite3.spec | 18 +++++++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 9bf0668..18ddc23 100644 --- a/sources +++ b/sources @@ -5,3 +5,4 @@ ca8906dade022b6e3ab9da436ea6fc1f wxsqlite3.spec 218831eb475db1e7398a6c89533b2f1f wxsqlite3-3.0.1.tar.gz 33d42b44ad0bc7e3897c744aedc8e01b wxsqlite3.spec eaae4fcb03bd6d166e3beca1a821ce2c wxsqlite3-pc.patch +1eaac5ca1379f8a0d509073081f6a053 wxsqlite3.spec diff --git a/wxsqlite3.spec b/wxsqlite3.spec index 8f57b00..a5132f8 100644 --- a/wxsqlite3.spec +++ b/wxsqlite3.spec @@ -1,6 +1,9 @@ +%global wxversion %(wx-config --release) +%global wxincdir %{_includedir}/wx-%{wxversion} + Name: wxsqlite3 Version: 3.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C++ wrapper around the SQLite 3.x database Group: System Environment/Libraries @@ -48,7 +51,6 @@ developing applications that use %{name}. Summary: Documentation files for %{name} Group: Documentation BuildArch: noarch -Requires: %{name} = %{version}-%{release} %description doc The %{name}-doc package contains html documentation @@ -74,6 +76,11 @@ make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" + +# move headers from /usr/include/wx to /usr/include/wx-?.?/wx +mkdir ${RPM_BUILD_ROOT}%{wxincdir} +mv ${RPM_BUILD_ROOT}%{_includedir}/wx ${RPM_BUILD_ROOT}%{wxincdir} + find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' install -Dpm 644 %{name}.pc \ $RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}.pc @@ -89,7 +96,7 @@ install -Dpm 644 %{name}.pc \ %{_libdir}/*.so.* %files devel -%{_includedir}/wx/ +%{wxincdir}/wx/* %{_libdir}/pkgconfig/%{name}.pc %{_libdir}/*.so @@ -98,6 +105,11 @@ install -Dpm 644 %{name}.pc \ %changelog +* Mon Dec 24 2012 Martin Gansser 3.0.1-3 +- added %%wx-config to determine wx version +- moved wx header files to corresponding wx-version +- removed requirement in doc section + * Sun Dec 23 2012 Martin Gansser 3.0.1-2 - added wxsqlite3.pc patch for pkgconfig From 18372b0464e11d9f6c6e40b28661ee0a4caff1ee Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Wed, 26 Dec 2012 02:32:23 +0100 Subject: [PATCH 05/14] Update to 3.0.1-4 --- .gitignore | 1 + sources | 2 ++ wxsqlite3.spec | 27 ++++++++++++++++++--------- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 7318dac..2a2b759 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /wxsqlite3.pc /wxsqlite3-3.0.1.tar.gz /wxsqlite3-pc.patch +/wxsqlite3-3.0.1.pc.in diff --git a/sources b/sources index 18ddc23..df18ef9 100644 --- a/sources +++ b/sources @@ -6,3 +6,5 @@ ca8906dade022b6e3ab9da436ea6fc1f wxsqlite3.spec 33d42b44ad0bc7e3897c744aedc8e01b wxsqlite3.spec eaae4fcb03bd6d166e3beca1a821ce2c wxsqlite3-pc.patch 1eaac5ca1379f8a0d509073081f6a053 wxsqlite3.spec +bb773f6231aa1e674c603c6a6bd40654 wxsqlite3.spec +1d6bb74e56a8190706c6862ab9dd5004 wxsqlite3-3.0.1.pc.in diff --git a/wxsqlite3.spec b/wxsqlite3.spec index a5132f8..0dfe8e0 100644 --- a/wxsqlite3.spec +++ b/wxsqlite3.spec @@ -3,15 +3,16 @@ Name: wxsqlite3 Version: 3.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: C++ wrapper around the SQLite 3.x database Group: System Environment/Libraries License: wxWidgets URL: http://wxcode.sourceforge.net/components/wxsqlite3/ Source0: http://downloads.sourceforge.net/wxcode/%{name}-%{version}.tar.gz -# https://sourceforge.net/tracker/?func=detail&aid=3578735&group_id=51305&atid=462816 -Patch0: %{name}-pc.patch +# https://sourceforge.net/p/wxcode/bugs/_discuss/thread/e8dd9e84/340f/attachment/wxsqlite3-3.0.1.pc.in +Source1: %{name}-3.0.1.pc.in + # don't %%build the included wxSQLite+ application BuildRequires: wxGTK-devel @@ -41,7 +42,7 @@ added in version 1.9.8. Summary: Development files for %{name} Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: wxGTK-devel +Requires: wxGTK-devel%{?_isa} %description devel The %{name}-devel package contains libraries and header files for @@ -58,8 +59,7 @@ that use %{name}. %prep -%setup -q -n %{name}-3.0.1 -%patch0 -p1 +%setup -q # delete bundled sqlite3 files find -name sqlite3 -type d | xargs rm -rfv @@ -82,8 +82,13 @@ mkdir ${RPM_BUILD_ROOT}%{wxincdir} mv ${RPM_BUILD_ROOT}%{_includedir}/wx ${RPM_BUILD_ROOT}%{wxincdir} find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' -install -Dpm 644 %{name}.pc \ - $RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}.pc + +# install own Debian-compatible pkgconfig file +mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/pkgconfig +sed -e "s!@VERSION@!3.0.1!" \ + -e "s!@LIBDIR@!%{_lib}!" \ + -e "s!@WXVERSION@!%{wxversion}!g" \ + %{SOURCE1} > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}-%{wxversion}.pc %post -p /sbin/ldconfig @@ -97,7 +102,7 @@ install -Dpm 644 %{name}.pc \ %files devel %{wxincdir}/wx/* -%{_libdir}/pkgconfig/%{name}.pc +%{_libdir}/pkgconfig/%{name}-%{wxversion}.pc %{_libdir}/*.so %files doc @@ -105,6 +110,10 @@ install -Dpm 644 %{name}.pc \ %changelog +* Wed Dec 26 2012 Martin Gansser 3.0.1-4 +- added own Debian-compatible pkgconfig file +- specfile cleanup + * Mon Dec 24 2012 Martin Gansser 3.0.1-3 - added %%wx-config to determine wx version - moved wx header files to corresponding wx-version From 930934b8f0d3be872439534b97c8af00aa0e9a9e Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sat, 16 Feb 2013 23:46:14 +0100 Subject: [PATCH 06/14] Update to 3.0.2 --- .gitignore | 1 + sources | 11 ++--------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 2a2b759..2bad74f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /wxsqlite3-3.0.1.tar.gz /wxsqlite3-pc.patch /wxsqlite3-3.0.1.pc.in +/wxsqlite3-3.0.2.tar.gz diff --git a/sources b/sources index df18ef9..23ff947 100644 --- a/sources +++ b/sources @@ -1,10 +1,3 @@ -266ebbf14a66a8e38ba6abdfff68934f wxsqlite3-3.0.0.1.tar.gz -ca8906dade022b6e3ab9da436ea6fc1f wxsqlite3.spec -4e5b5c698daf7f344000391c1de01564 wxsqlite3.pc -0db142cddbb190d76507ea524691f666 wxsqlite3.spec -218831eb475db1e7398a6c89533b2f1f wxsqlite3-3.0.1.tar.gz -33d42b44ad0bc7e3897c744aedc8e01b wxsqlite3.spec -eaae4fcb03bd6d166e3beca1a821ce2c wxsqlite3-pc.patch -1eaac5ca1379f8a0d509073081f6a053 wxsqlite3.spec +30dc3611ef2df375938a3cae26eb658e wxsqlite3-3.0.2.tar.gz +2209caba8fc40ecda08143ab66bef0e7 wxsqlite3.spec bb773f6231aa1e674c603c6a6bd40654 wxsqlite3.spec -1d6bb74e56a8190706c6862ab9dd5004 wxsqlite3-3.0.1.pc.in From e30a4e67dd3292781e039762428ed6090b04772d Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sat, 16 Feb 2013 23:57:45 +0100 Subject: [PATCH 07/14] update to 3.0.2 - rebuild for new release --- sources | 3 ++- wxsqlite3.spec | 13 ++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/sources b/sources index 23ff947..69034f6 100644 --- a/sources +++ b/sources @@ -1,3 +1,4 @@ 30dc3611ef2df375938a3cae26eb658e wxsqlite3-3.0.2.tar.gz 2209caba8fc40ecda08143ab66bef0e7 wxsqlite3.spec -bb773f6231aa1e674c603c6a6bd40654 wxsqlite3.spec +1d6bb74e56a8190706c6862ab9dd5004 wxsqlite3-3.0.1.pc.in +eaae4fcb03bd6d166e3beca1a821ce2c wxsqlite3-pc.patch diff --git a/wxsqlite3.spec b/wxsqlite3.spec index 0dfe8e0..3c187e2 100644 --- a/wxsqlite3.spec +++ b/wxsqlite3.spec @@ -2,8 +2,8 @@ %global wxincdir %{_includedir}/wx-%{wxversion} Name: wxsqlite3 -Version: 3.0.1 -Release: 4%{?dist} +Version: 3.0.2 +Release: 1%{?dist} Summary: C++ wrapper around the SQLite 3.x database Group: System Environment/Libraries @@ -85,7 +85,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' # install own Debian-compatible pkgconfig file mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/pkgconfig -sed -e "s!@VERSION@!3.0.1!" \ +sed -e "s!@VERSION@!3.0.2!" \ -e "s!@LIBDIR@!%{_lib}!" \ -e "s!@WXVERSION@!%{wxversion}!g" \ %{SOURCE1} > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}-%{wxversion}.pc @@ -110,6 +110,13 @@ sed -e "s!@VERSION@!3.0.1!" \ %changelog +* Sat Feb 16 2013 Martin Gansser 3.0.2-1 +- update to 3.0.2 +- rebuild for new release + +* Fri Feb 15 2013 Fedora Release Engineering - 3.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Dec 26 2012 Martin Gansser 3.0.1-4 - added own Debian-compatible pkgconfig file - specfile cleanup From aa0df3f53652fb67e533ec99927b97fb8cf23048 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sun, 17 Feb 2013 00:02:08 +0100 Subject: [PATCH 08/14] Update to 3.0.2 --- sources | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources b/sources index 69034f6..213a5bf 100644 --- a/sources +++ b/sources @@ -1,4 +1,2 @@ 30dc3611ef2df375938a3cae26eb658e wxsqlite3-3.0.2.tar.gz 2209caba8fc40ecda08143ab66bef0e7 wxsqlite3.spec -1d6bb74e56a8190706c6862ab9dd5004 wxsqlite3-3.0.1.pc.in -eaae4fcb03bd6d166e3beca1a821ce2c wxsqlite3-pc.patch From 543ef10637d24dafa58f5a072f1bb971ed5d83d6 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sun, 17 Feb 2013 00:29:50 +0100 Subject: [PATCH 09/14] update to 3.0.2 - rebuild for new release --- clog | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 clog diff --git a/clog b/clog new file mode 100644 index 0000000..91adda8 --- /dev/null +++ b/clog @@ -0,0 +1,3 @@ +update to 3.0.2 + +- rebuild for new release From abb9e3b90f9eb36731e4491191ddf91d4687390c Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sun, 17 Feb 2013 13:22:28 +0100 Subject: [PATCH 10/14] update to 3.0.2 --- sources | 1 - 1 file changed, 1 deletion(-) diff --git a/sources b/sources index 213a5bf..0f0701e 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ 30dc3611ef2df375938a3cae26eb658e wxsqlite3-3.0.2.tar.gz -2209caba8fc40ecda08143ab66bef0e7 wxsqlite3.spec From 12d871328cb80a800a5b51ea782bae1e3ab0d7c9 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sun, 17 Feb 2013 13:48:14 +0100 Subject: [PATCH 11/14] update to 3.0.2 From 4763c6774f82068428700d35fd79ac7fb3fda8e5 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sun, 17 Feb 2013 13:49:18 +0100 Subject: [PATCH 12/14] update to 3.0.2 From 51fd1e5a75236b738ca626b75b12ab00e48ad931 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sun, 17 Feb 2013 13:49:54 +0100 Subject: [PATCH 13/14] update to 3.0.2 From 8c73a7583e1f99dc4b72e1706a4dd922b80c092b Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sun, 17 Feb 2013 13:51:05 +0100 Subject: [PATCH 14/14] update to 3.0.2 --- sources | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources b/sources index 0f0701e..77a9c32 100644 --- a/sources +++ b/sources @@ -1 +1,3 @@ 30dc3611ef2df375938a3cae26eb658e wxsqlite3-3.0.2.tar.gz +1d6bb74e56a8190706c6862ab9dd5004 wxsqlite3-3.0.1.pc.in +2209caba8fc40ecda08143ab66bef0e7 wxsqlite3.spec