Hello community,

here is the log from the commit of package vsqlite++ for openSUSE:Factory 
checked in at 2015-03-03 11:14:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vsqlite++ (Old)
 and      /work/SRC/openSUSE:Factory/.vsqlite++.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vsqlite++"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vsqlite++/vsqlite++.changes      2014-02-05 
16:35:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.vsqlite++.new/vsqlite++.changes 2015-03-03 
11:14:34.000000000 +0100
@@ -1,0 +2,11 @@
+Sat Feb 28 16:59:54 UTC 2015 - [email protected]
+
+- Use url for cource
+- Update to 0.3.13
+  * upstream changelog provided only as git commit log (for details
+    see attached ChangeLog)
+- Remove patches that are obsolete
+  * 0002-Adding-include-limits-for-using-numeric_limits.patch
+  * 0001-Build-system-Use-std-c-98-instead-of-std-c-03.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Build-system-Use-std-c-98-instead-of-std-c-03.patch
  0002-Adding-include-limits-for-using-numeric_limits.patch
  distribute.sh
  vsqlite++-0.3.12.tar.xz

New:
----
  0.3.13.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vsqlite++.spec ++++++
--- /var/tmp/diff_new_pack.FQDlKI/_old  2015-03-03 11:14:34.000000000 +0100
+++ /var/tmp/diff_new_pack.FQDlKI/_new  2015-03-03 11:14:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vsqlite++
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,15 @@
 %define _libpacname libvsqlitepp3
 #
 Name:           vsqlite++
-Version:        0.3.12
+Version:        0.3.13
 Release:        0
 Summary:        Well designed C++ sqlite 3.x wrapper library
-#Upstream issue https://github.com/vinzenz/vsqlite--/issues/2 in progress
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 Url:            https://github.com/vinzenz/vsqlite--
-Source0:        %{name}-%{version}.tar.xz
-# Upstream patches for SLE build
-Patch0:         0001-Build-system-Use-std-c-98-instead-of-std-c-03.patch
-Patch1:         0002-Adding-include-limits-for-using-numeric_limits.patch
+Source0:        https://github.com/vinzenz/vsqlite--/archive/%{version}.tar.gz
 BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  boost-devel
 BuildRequires:  dos2unix
 BuildRequires:  doxygen
@@ -40,10 +37,8 @@
 BuildRequires:  graphviz-gd
 BuildRequires:  graphviz-gnome
 BuildRequires:  libtool
-BuildRequires:  make
 BuildRequires:  perl-base
 BuildRequires:  sqlite-devel
-BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -78,22 +73,14 @@
 This package contains development documentation files for %{name}.
 
 %prep
-%setup -q
+%setup -q -n vsqlite---%{version}
 find . -iname "*.[ch]pp" -exec dos2unix -k {} \;
 
-%if 0%{?suse_version} < 1230
-echo "Patching Makefile.am -std=c++98"
-%patch0
-%endif
-%patch1
-
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing ${INCLUDES}"
 export CXXFLAGS="%{optflags} -fno-strict-aliasing ${INCLUDES}"
 sh ./autogen.sh --prefix=%{_prefix} --libdir=%{_libdir}
 
-echo "autogen done"
-
 %configure
 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 make %{?_smp_mflags}
@@ -117,6 +104,10 @@
 # build for all
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
+# do not ship these
+rm -f %{buildroot}%{_libdir}/libvsqlitepp.la
+rm -f %{buildroot}%{_libdir}/libvsqlitepp.a
+
 %fdupes -s %{buildroot}%{_docdir}
 
 %post -n %{_libpacname} -p /sbin/ldconfig
@@ -132,9 +123,6 @@
 %doc ChangeLog README COPYING
 %{_includedir}/sqlite
 %{_libdir}/libvsqlitepp.so
-# Don't add .la/.a to the package
-%exclude %{_libdir}/libvsqlitepp.la
-%exclude %{_libdir}/libvsqlitepp.a
 
 %files -n %{_libpacname}
 %defattr(0644, root, root, 0755)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to