Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2014-01-16 15:38:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.sqlite3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlite3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2013-12-13 
13:11:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes     2014-01-23 
15:56:49.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan  7 17:07:55 UTC 2014 - [email protected]
+
+- Simplify building on RH for Application:Geo.
+- See discussion in https://build.opensuse.org/request/show/212812
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.7SD0KO/_old  2014-01-23 15:56:49.000000000 +0100
+++ /var/tmp/diff_new_pack.7SD0KO/_new  2014-01-23 15:56:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sqlite3
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,11 @@
 #
 
 
-Name:           sqlite3
+# Simplify building on RH for Application:Geo (SR#212812).
+%define pname sqlite3
+%define oname sqlite
+
+Name:           %pname
 Version:        3.8.2
 Release:        0
 %define tarversion 3080200
@@ -32,8 +36,8 @@
 %endif
 #
 Requires:       libsqlite3-0 = %version
-Provides:       sqlite = %version
-Obsoletes:      sqlite < %version
+Provides:       %oname = %version
+Obsoletes:      %oname < %version
 Source0:        http://www.sqlite.org/2013/sqlite-autoconf-%tarversion.tar.gz
 Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -42,6 +46,7 @@
 Obsoletes:      sqlite-64bit
 %endif
 #
+
 %description
 SQLite is a C library that implements an embeddable SQL database
 engine. Programs that link with the SQLite library can have SQL
@@ -55,6 +60,7 @@
 application that supports the Qt database plug-ins.
 
 %package -n libsqlite3-0
+
 Summary:        Shared libraries for the Embeddable SQL Database Engine
 Group:          Development/Libraries/C and C++
 
@@ -74,12 +80,13 @@
 application that supports the Qt database plug-ins.
 
 %package devel
+
 Summary:        Embeddable SQL Database Engine
 Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
 Requires:       libsqlite3-0 = %version
-Provides:       sqlite-devel = %version
-Obsoletes:      sqlite-devel < %version
+Provides:       %oname-devel = %version
+Obsoletes:      %oname-devel < %version
 
 %description devel
 SQLite is a C library that implements an embeddable SQL database

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

Reply via email to