Hello community,

here is the log from the commit of package liblrdf for openSUSE:Factory checked 
in at 2015-02-16 07:36:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblrdf (Old)
 and      /work/SRC/openSUSE:Factory/.liblrdf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblrdf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblrdf/liblrdf.changes  2015-01-27 
12:36:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.liblrdf.new/liblrdf.changes     2015-02-16 
07:36:13.000000000 +0100
@@ -1,0 +2,12 @@
+Tue Feb 10 18:08:24 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.5.0
+  * Use raptor2 and openssl for MD5
+- Remove patches; fixed on upstream release
+  * liblrdf-symbol-conflict.diff
+  * raptor2-compat.diff
+- Update homepage Url
+- Use download Url as source
+- Add openssl-devel require; new upstream dependency
+
+-------------------------------------------------------------------

Old:
----
  liblrdf-0.4.0.tar.bz2
  liblrdf-symbol-conflict.diff
  raptor2-compat.diff

New:
----
  0.5.0.tar.gz

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

Other differences:
------------------
++++++ liblrdf.spec ++++++
--- /var/tmp/diff_new_pack.WRXXQa/_old  2015-02-16 07:36:14.000000000 +0100
+++ /var/tmp/diff_new_pack.WRXXQa/_new  2015-02-16 07:36:14.000000000 +0100
@@ -17,20 +17,19 @@
 
 
 Name:           liblrdf
-Version:        0.4.0
+Version:        0.5.0
 Release:        0
 Summary:        A library to Manipulate RDF Files for LADSPA Plug-Ins
 License:        GPL-2.0+
 Group:          System/Libraries
-Url:            http://liblrdf.sf.net
-Source:         %{name}-%{version}.tar.bz2
+Url:            https://github.com/swh/LRDF
+Source:         https://github.com/swh/LRDF/archive/%{version}.tar.gz
 Source99:       baselibs.conf
-Patch1:         liblrdf-symbol-conflict.diff
-Patch2:         raptor2-compat.diff
 BuildRequires:  ladspa-devel
 BuildRequires:  libraptor-devel >= 0.9.11
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
+BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -65,20 +64,18 @@
 liblrdf library.
 
 %prep
-%setup -q
-%patch1 -p1
-%patch2
+%setup -q -n LRDF-%{version}
 
 %build
-export CFLAGS="%{optflags}"
-# Required because of patch2 that updates configure.ac
-./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
 %configure --disable-static --with-pic
 make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 make -C examples distclean
+rm -f examples/.gitignore
+rm -f examples/Makefile.*
 
 %post -n liblrdf2 -p /sbin/ldconfig
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to