Hello community,

here is the log from the commit of package help2man for openSUSE:Factory
checked in at Wed Jun 8 16:16:01 CEST 2011.



--------
--- help2man/help2man.changes   2010-11-08 14:04:11.000000000 +0100
+++ /mounts/work_src_done/STABLE/help2man/help2man.changes      2011-06-04 
20:34:06.000000000 +0200
@@ -1,0 +2,24 @@
+Sat Jun  4 18:32:27 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 1.40.1:
+  * Update texinfo docs.
+  * Document --libtool option.
+  * Allow date format to be localised.
+  * Add Japanese translation.
+  * Update Italian translation.
+
+-------------------------------------------------------------------
+Tue May  3 18:55:02 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 1.39.3:
+  * Add --libtool option to remove `lt-' prefix for libtool programs.
+  * Add Italian, Greek, Ukranian, Esperanto translations.
+  * Update French, German, Russian, Polish, Finnish translations.
+  * Fix Brazilian, Russian and Italian translations.
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Changed License: to GPLv3+.
+  * bindtextdomain.so is now installed correctly.
+  * Minor other updates.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  help2man-1.38.2.tar.bz2

New:
----
  help2man-1.40.1.tar.bz2

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

Other differences:
------------------
++++++ help2man.spec ++++++
--- /var/tmp/diff_new_pack.3ekyre/_old  2011-06-08 16:14:56.000000000 +0200
+++ /var/tmp/diff_new_pack.3ekyre/_new  2011-06-08 16:14:56.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package help2man (Version 1.38.2)
+# spec file for package help2man
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,19 +19,22 @@
 
 
 Name:           help2man
-BuildRequires:  perl-gettext
-Requires:       perl-gettext
-Url:            http://www.gnu.org/software/help2man/
-Summary:        Create Simple Man Pages from --help Output
-Version:        1.38.2
+Version:        1.40.1
 Release:        1
+Summary:        Create Simple Man Pages from --help Output
+
+License:        GPLv3+
+Url:            http://www.gnu.org/software/help2man/
 Group:          Development/Tools/Doc Generators
-License:        GPLv2+
-PreReq:         %{install_info_prereq}
-Source:         help2man-%{version}.tar.bz2
-#Patch:        help2man-%%{version}.diff
+# http://ftp.gnu.org/gnu/help2man/help2man-1.40.1.tar.gz
+Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
+BuildRequires:  perl-gettext
+Requires:       perl-gettext
+Requires(post): info
+Requires(preun): info
+
 %description
 help2man is a script to create simple man pages from the --help and
 --version output of programs.
@@ -40,47 +43,36 @@
 to generate a placeholder man page pointing to that resource while
 still providing some useful information.
 
-
-
-Authors:
---------
-    Brendan O'Dea <b...@debian.org>
-
 %prep
 %setup -q
-#%%patch
 
 %build
-
-# Removed %%configure because I had to specify --libdir=%%{_libdir}/%%{name} 
to accomodate the shared lib bindtextdomain.so
 export CFLAGS="%{optflags} -ggdb"
 export CXXFLAGS="%{optflags} -ggdb"
-./configure --prefix=%{_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} 
--sysconfdir=%{_sysconfdir} --datadir=%{_datadir} \
-           --includedir=%{_includedir} --libdir=%{_libdir}/%{name} 
--mandir=%{_mandir} --infodir=%{_infodir}
-
+%configure
 %{__make} %{?_smp_mflags}
 
 %install
-%makeinstall
-%find_lang %name --with-man
+%make_install
+
+%find_lang %{name} --with-man
 
 %clean
-rm -fr $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/help2man.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/help2man.info%{ext_info}
 
-%postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/help2man.info.gz
+%preun
+%install_info_delete --info-dir=%{_infodir} 
%{_infodir}/help2man.info%{ext_info}
 
-%files -f %name.lang
-%defattr(-, root, root)
-%doc README NEWS THANKS
-%{_bindir}/%{name}
-%{_libdir}/%{name}/bindtextdomain.so
-%dir %{_libdir}/%{name}
-%{_infodir}/*.gz
-%{_mandir}/man1/*.gz
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc COPYING NEWS README THANKS
+%{_bindir}/help2man
+%{_libdir}/help2man/
+%doc %{_infodir}/help2man.info%{ext_info}
+%doc %{_mandir}/man1/help2man.1%{ext_man}
 %dir %{_mandir}/??
 %dir %{_mandir}/??/man1
 

++++++ help2man-1.38.2.tar.bz2 -> help2man-1.40.1.tar.bz2 ++++++
++++ 9051 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to