Hello community,

here is the log from the commit of package iksemel for openSUSE:Factory checked 
in at 2012-06-01 07:20:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iksemel (Old)
 and      /work/SRC/openSUSE:Factory/.iksemel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iksemel", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/iksemel/iksemel.changes  2012-02-29 
14:07:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.iksemel.new/iksemel.changes     2012-06-01 
07:20:21.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 21 12:30:07 UTC 2012 - jeng...@inai.de
+
+- Use BuildRequires: pkgconfig(gnutls) instead of gnutls-devel for
+  Factory in keeping with gnutls package naming changes.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ iksemel.spec ++++++
--- /var/tmp/diff_new_pack.MgCtzZ/_old  2012-06-01 07:20:22.000000000 +0200
+++ /var/tmp/diff_new_pack.MgCtzZ/_new  2012-06-01 07:20:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iksemel
 #
-# 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
@@ -24,11 +24,17 @@
 Version:        1.4
 Release:        0
 Url:            http://code.google.com/p/iksemel
-Source:         http://iksemel.googlecode.com/files/iksemel-%{version}.tar.bz2
+
+#DL-URL:       http://iksemel.googlecode.com/files/iksemel-%version.tar.gz
+Source:         %name-%version.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %install_info_prereq
 BuildRequires:  gcc-c++
-BuildRequires:  gnutls-devel >= 0.1.0
+%if 0%{?suse_version} >= 1130
+BuildRequires:  pkgconfig(gnutls)
+%else
+BuildRequires:  gnutls-devel
+%endif
 BuildRequires:  lzo-devel
 BuildRequires:  pkgconfig
 
@@ -60,7 +66,7 @@
 
 %build
 %configure --disable-static --with-pic
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -70,7 +76,7 @@
 %install_info --info-dir=%_infodir %_infodir/%name.info.gz
 
 %postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+%install_info_delete --info-dir=%_infodir %_infodir/%name.info.gz
 
 %post -n %lname -p /sbin/ldconfig
 
@@ -79,19 +85,19 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
-%{_infodir}/iksemel*
-%{_bindir}/ikslint
-%{_bindir}/iksperf
-%{_bindir}/iksroster
+%_infodir/iksemel*
+%_bindir/ikslint
+%_bindir/iksperf
+%_bindir/iksroster
 
 %files -n %lname
 %defattr(-,root,root)
-%{_libdir}/libiksemel.so.*
+%_libdir/libiksemel.so.*
 
 %files devel
 %defattr(-,root,root)
-%{_includedir}/iksemel.h
-%{_libdir}/libiksemel.so
-%{_libdir}/pkgconfig/iksemel.pc
+%_includedir/iksemel.h
+%_libdir/libiksemel.so
+%_libdir/pkgconfig/iksemel.pc
 
 %changelog

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

Reply via email to