Hello community,

here is the log from the commit of package raptor for openSUSE:Factory checked 
in at 2015-04-28 20:48:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raptor (Old)
 and      /work/SRC/openSUSE:Factory/.raptor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "raptor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/raptor/raptor.changes    2015-03-18 
13:00:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.raptor.new/raptor.changes       2015-04-28 
20:48:01.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Apr 26 19:52:44 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+- Update dependencies
+
+-------------------------------------------------------------------

New:
----
  raptor.keyring
  raptor2-2.0.15.tar.gz.asc

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

Other differences:
------------------
++++++ raptor.spec ++++++
--- /var/tmp/diff_new_pack.0IZov8/_old  2015-04-28 20:48:02.000000000 +0200
+++ /var/tmp/diff_new_pack.0IZov8/_new  2015-04-28 20:48:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package raptor
 #
-# Copyright (c) 2015 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
@@ -24,19 +24,21 @@
 Group:          System/Libraries
 Url:            http://librdf.org/raptor/
 Source0:        http://download.librdf.org/source/%{name}2-%{version}.tar.gz
-Source1:        baselibs.conf
-BuildRequires:  autoconf
+Source1:        http://download.librdf.org/source/raptor2-%{version}.tar.gz.asc
+Source2:        %{name}.keyring
+Source3:        baselibs.conf
+BuildRequires:  bison
 BuildRequires:  curl-devel
+BuildRequires:  libicu-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  pkg-config
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if !0%{?sles_version}
 BuildRequires:  pkgconfig(libxml-2.0)
 %else
 BuildRequires:  libxml2-devel
 %endif
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 %description
 Raptor is the RDF Parser Toolkit for Redland that provides a set of
 standalone RDF parsers, generating triples from RDF/XML or N-Triples.
@@ -66,11 +68,16 @@
 %setup -q -n %{name}2-%{version}
 
 %build
-%configure --disable-gtk-doc --disable-static --with-pic 
--with-html-dir=%{_docdir}
-make %{?_smp_flags}
+%configure \
+       --disable-gtk-doc \
+       --disable-static \
+       --with-pic \
+       --with-icu-config=%{_bindir}/icu-config \
+       --with-html-dir=%{_docdir}
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 mv %{buildroot}%{_docdir}/raptor2 %{buildroot}%{_docdir}/raptor-devel
 #causes some ugly  dependency bloat..
 rm -f %{buildroot}%{_libdir}/libraptor2.la


Reply via email to