Hello community, here is the log from the commit of package libidn for openSUSE:Factory checked in at 2015-03-16 06:54:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libidn (Old) and /work/SRC/openSUSE:Factory/.libidn.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libidn" Changes: -------- --- /work/SRC/openSUSE:Factory/libidn/libidn.changes 2014-10-25 08:32:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libidn.new/libidn.changes 2015-03-16 06:54:08.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Mar 13 13:49:20 UTC 2015 - tchva...@suse.com + +- Version bump to 1.30: + * punycode.{c,h} files were reimported +- Cleanup with spec-cleaner + +------------------------------------------------------------------- Old: ---- libidn-1.29.tar.gz libidn-1.29.tar.gz.sig New: ---- libidn-1.30.tar.gz libidn-1.30.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libidn.spec ++++++ --- /var/tmp/diff_new_pack.7LYTcl/_old 2015-03-16 06:54:09.000000000 +0100 +++ /var/tmp/diff_new_pack.7LYTcl/_new 2015-03-16 06:54:09.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libidn # -# Copyright (c) 2014 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 @@ -18,18 +18,16 @@ %define lname libidn11 Name: libidn -Version: 1.29 +Version: 1.30 Release: 0 Summary: Support for Internationalized Domain Names (IDN) License: (GPL-2.0+ or LGPL-3.0+) and GPL-3.0+ Group: Development/Libraries/C and C++ Url: http://www.gnu.org/software/libidn/ Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz -Source1: baselibs.conf -Source2: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig -Source3: libidn.keyring -#can't be used without build cycles, so just check the signature in validator -#BuildRequires: gpg-offline +Source1: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig +Source2: libidn.keyring +Source3: baselibs.conf BuildRequires: pkg-config Requires(pre): %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -51,9 +49,6 @@ Summary: Command line utility to convert Int. Domain Names License: (GPL-2.0+ or LGPL-3.0+) and GPL-3.0+ Group: Productivity/Networking/DNS/Utilities -# O/P added for 12.3 -Obsoletes: libidn < %{version}-%{release} -Provides: libidn = %{version}-%{release} %description tools GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA @@ -72,10 +67,6 @@ Summary: Support for Internationalized Domain Names (IDN) License: (GPL-2.0+ or LGPL-3.0+) and GPL-3.0+ Group: System/Libraries -# bug437293 -%ifarch ppc64 -Obsoletes: libidn-64bit -%endif %description -n %{lname} GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA @@ -96,10 +87,6 @@ Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} Requires: glibc-devel -# bug437293 -%ifarch ppc64 -Obsoletes: libidn-devel-64bit -%endif %description devel GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA @@ -118,28 +105,29 @@ %setup -q %build -%configure --with-pic --disable-static --disable-gtk-doc -make %{?_smp_mflags} V=1 +%configure \ + --disable-silent-rules \ + --with-pic \ + --disable-static \ + --disable-gtk-doc +make %{?_smp_mflags} %install make DESTDIR=%{buildroot} install %{?_smp_mflags} - -rm -f %{buildroot}/%{_infodir}/dir -rm -f %{buildroot}%{_libdir}/libidn.la +find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} %check %if ! 0%{?qemu_user_space_build} -export SUSE_ASNEEDED=0 -make check %{?_smp_mflags} V=1 +make check %{?_smp_mflags} %endif %post tools -%install_info --info-dir=%{_infodir} %{_infodir}/libidn.info.gz +%install_info --info-dir=%{_infodir} %{_infodir}/libidn.info.* %postun tools -%install_info_delete --info-dir=%{_infodir} %{_infodir}/libidn.info.gz +%install_info_delete --info-dir=%{_infodir} %{_infodir}/libidn.info.* %post -n %{lname} -p /sbin/ldconfig ++++++ libidn-1.29.tar.gz -> libidn-1.30.tar.gz ++++++ ++++ 43528 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org