Hello community,

here is the log from the commit of package redland for openSUSE:Factory checked 
in at 2012-05-14 16:18:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/redland (Old)
 and      /work/SRC/openSUSE:Factory/.redland.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "redland", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/redland/redland.changes  2011-12-27 
18:38:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.redland.new/redland.changes     2012-05-14 
16:18:39.000000000 +0200
@@ -1,0 +2,12 @@
+Wed May  9 13:43:42 UTC 2012 - [email protected]
+
+- removed unnecessary postgresl-devel package and it's .la
+- removed libpq5 require 
+
+-------------------------------------------------------------------
+Tue May  8 16:23:51 UTC 2012 - [email protected]
+
+- Updated to include postgresql storage support and development
+  packages
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ redland.spec ++++++
--- /var/tmp/diff_new_pack.GKQ7AW/_old  2012-05-14 16:18:40.000000000 +0200
+++ /var/tmp/diff_new_pack.GKQ7AW/_new  2012-05-14 16:18:40.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package redland
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_with perl
 
 Name:           redland
@@ -29,6 +30,7 @@
 BuildRequires:  db-devel
 BuildRequires:  librasqal-devel
 BuildRequires:  pkg-config
+BuildRequires:  postgresql-devel
 BuildRequires:  sqlite-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1210
@@ -65,6 +67,15 @@
 support in their applications as well as a core library for RDF
 developers to start with.
 
+%package -n redland-storage-postgresql
+Summary:        Redland storage module for PostgresSQL
+Group:          System/Libraries
+Requires:       redland
+
+%description -n redland-storage-postgresql
+This store provides storage using the PostgreSQL open source database
+including contexts.
+
 %prep
 
 %setup -q
@@ -77,7 +88,7 @@
 # only compile bdb backend as it seems to be the recommended one?
 %configure --enable-release --with-raptor=system --with-rasqal=system \
   --with-threestore=no --with-sqlite=3 \
-  --without-postgresql --with-virtuoso=no \
+  --with-postgresql --with-virtuoso=no \
   --without-mysql \
   --with-pic \
   --disable-static \
@@ -88,6 +99,7 @@
 %install
 %makeinstall docdir=%{_docdir}/%{name}-devel/
 rm -f %{buildroot}%{_libdir}/librdf*.la
+rm -f %{buildroot}%{_libdir}/redland/librdf_storage_postgresql.la
 
 %check
 %if 0%{?suse_version} > 1030
@@ -121,6 +133,10 @@
 %{_mandir}/man3/redland.3*
 %doc %{_docdir}/%{name}-devel/
 
+%files -n redland-storage-postgresql
+%defattr(-, root, root)
+%{_libdir}/redland/librdf_storage_postgresql.so
+
 %files
 %defattr(-, root, root)
 %{_bindir}/rdfproc

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

Reply via email to