Hello community, here is the log from the commit of package libircclient for openSUSE:Factory checked in at 2015-02-11 16:46:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libircclient (Old) and /work/SRC/openSUSE:Factory/.libircclient.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libircclient" Changes: -------- --- /work/SRC/openSUSE:Factory/libircclient/libircclient.changes 2012-02-21 12:20:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libircclient.new/libircclient.changes 2015-02-11 16:46:30.000000000 +0100 @@ -1,0 +2,10 @@ +Tue Feb 10 16:26:17 UTC 2015 - [email protected] + +- Update to version 1.8 + * ChangeLog has not been updated for a while +- Use download Url as source +- Remove gcc dependency; +- Add python-rst2pdf and python-Sphinx require to build documentation +- Remove libircclient-make.diff; fixed on upstream release + +------------------------------------------------------------------- Old: ---- libircclient-1.6.tar.bz2 libircclient-make.diff New: ---- libircclient-1.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libircclient.spec ++++++ --- /var/tmp/diff_new_pack.gfcVKr/_old 2015-02-11 16:46:31.000000000 +0100 +++ /var/tmp/diff_new_pack.gfcVKr/_new 2015-02-11 16:46:31.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libircclient # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -18,20 +18,18 @@ Name: libircclient %define soname 1 -Version: 1.6 +Version: 1.8 Release: 0 Summary: Library implementing client-server IRC protocol License: LGPL-2.0+ Group: System/Libraries Url: http://libircclient.sourceforge.net/ -Source0: libircclient-%{version}.tar.bz2 +Source0: http://sourceforge.net/projects/libircclient/files/libircclient/1.8/libircclient-%{version}.tar.gz Patch1: libircclient-memory-overflow.diff -Patch2: libircclient-make.diff BuildRequires: automake -%if 0%{?suse_version} > 1010 +BuildRequires: python-rst2pdf +BuildRequires: python-Sphinx BuildRequires: fdupes -%endif -BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: libopenssl-devel BuildRequires: libtool @@ -65,23 +63,21 @@ %prep %setup -q %patch1 -p1 -%patch2 -p1 %build -#autoreconf -fi export CFLAGS="%{optflags} -fno-strict-aliasing" export CPPFLAGS="$CFLAGS" %configure --enable-ipv6 --enable-openssl --enable-shared make %{?_smp_mflags} +cd doc +make html %install %makeinstall rm -f "%{buildroot}/%{_libdir}"/*.la -mkdir -p "%{buildroot}/%{_mandir}/man3"; -install -pm0644 doc/man/man3/*.3 "%{buildroot}/%{_mandir}/man3/"; -%if 0%{?suse_version} > 1010 +mkdir -p "%{buildroot}/%{_mandir}/man1"; +install -pm0644 man/libircclient.1 "%{buildroot}/%{_mandir}/man1/"; %fdupes -s %{buildroot} -%endif %post -n %{name}%{soname} -p /sbin/ldconfig @@ -96,10 +92,10 @@ %defattr(-,root,root) %{_includedir}/* %{_libdir}/libircclient.so -%{_mandir}/man3/* +%{_mandir}/man1/* %files -n %{name}-doc %defattr(-,root,root) -%doc doc/html examples/*.cpp examples/*.c +%doc doc/_build/html examples/*.cpp examples/*.c %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
