Hello community, here is the log from the commit of package libidn for openSUSE:Factory checked in at 2011-12-27 18:36:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libidn (Old) and /work/SRC/openSUSE:Factory/.libidn.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libidn", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libidn/libidn.changes 2011-10-02 10:15:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libidn.new/libidn.changes 2011-12-27 18:37:40.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Dec 26 14:01:29 UTC 2011 - [email protected] + +- fix URL + +------------------------------------------------------------------- +Mon Dec 26 05:47:14 UTC 2011 - [email protected] + +- Update to version 1.23 +- Run spec cleaner + +------------------------------------------------------------------- Old: ---- libidn-1.22.tar.bz2 New: ---- libidn-1.23.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libidn.spec ++++++ --- /var/tmp/diff_new_pack.mpckgi/_old 2011-12-27 18:37:41.000000000 +0100 +++ /var/tmp/diff_new_pack.mpckgi/_new 2011-12-27 18:37:41.000000000 +0100 @@ -15,14 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: libidn +Version: 1.23 +Release: 4 License: GPL-3.0 ; LGPL-2.1+ Group: System/Libraries -Version: 1.22 -Release: 4 # bug437293 %ifarch ppc64 Obsoletes: libidn-64bit @@ -30,11 +29,11 @@ # Summary: Support for Internationalized Domain Names (IDN) Url: http://www.gnu.org/software/libidn/ -Source0: http://josefsson.org/libidn/releases/libidn-%version.tar.bz2 +Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz Source1: baselibs.conf -PreReq: %install_info_prereq -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkgconfig +Requires(pre): %install_info_prereq +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA @@ -49,17 +48,12 @@ XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via IDNA is supported. - - -Authors: --------- - Simon Josefsson <[email protected]> - %package devel License: LGPL-2.1+ -Requires: %{name} = %{version} glibc-devel Summary: Include Files and Libraries mandatory for Development Group: System/Libraries +Requires: %{name} = %{version} +Requires: glibc-devel # bug437293 %ifarch ppc64 Obsoletes: libidn-devel-64bit @@ -79,24 +73,18 @@ XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via IDNA is supported. - - -Authors: --------- - Simon Josefsson <[email protected]> - %prep %setup -q %build %configure --with-pic --disable-static --disable-gtk-doc -%{__make} %{?jobs:-j%jobs} +make %{?_smp_mflags} %install -make DESTDIR=$RPM_BUILD_ROOT install -rm -f $RPM_BUILD_ROOT/%_infodir/dir +%make_install +rm -f %{buildroot}/%{_infodir}/dir rm -f %{buildroot}%{_libdir}/libidn.la -%find_lang %name +%find_lang %{name} %check %if ! 0%{?qemu_user_space_build} @@ -104,7 +92,7 @@ %endif %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %post /sbin/ldconfig @@ -114,23 +102,23 @@ /sbin/ldconfig %install_info_delete --info-dir=%{_infodir} %{_infodir}/libidn.info.gz -%files -f %name.lang +%files -f %{name}.lang %defattr(-,root,root) -%dir %_prefix/share/emacs -%dir %_prefix/share/emacs/site-lisp +%dir %{_datadir}/emacs +%dir %{_datadir}/emacs/site-lisp %doc AUTHORS COPYING.LIB ChangeLog FAQ NEWS README THANKS TODO -%_libdir/libidn.so.* -%_infodir/libidn* -%_prefix/bin/idn -%_mandir/man1/idn.1.* -%_prefix/share/emacs/site-lisp/idna.el -%_prefix/share/emacs/site-lisp/punycode.el +%{_libdir}/libidn.so.* +%{_infodir}/libidn* +%{_bindir}/idn +%{_mandir}/man1/idn.1.* +%{_datadir}/emacs/site-lisp/idna.el +%{_datadir}/emacs/site-lisp/punycode.el %files devel %defattr(-,root,root) -%_libdir/libidn.so -/usr/include/*.h -%_libdir/pkgconfig/libidn.pc -%_mandir/man3/* +%{_libdir}/libidn.so +%{_includedir}/*.h +%{_libdir}/pkgconfig/libidn.pc +%{_mandir}/man3/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
