commit gettext-runtime for openSUSE:Factory
Hello community, here is the log from the commit of package gettext-runtime for openSUSE:Factory checked in at 2018-04-30 22:48:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gettext-runtime (Old) and /work/SRC/openSUSE:Factory/.gettext-runtime.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gettext-runtime" Mon Apr 30 22:48:17 2018 rev:73 rq:601635 version:0.19.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-csharp.changes 2016-07-03 12:17:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-csharp.changes 2018-04-30 22:48:22.159599876 +0200 @@ -1,0 +2,5 @@ +Wed Oct 18 17:30:16 UTC 2017 - jayvdb@gmail.com + +- Disable debug packages on RHEL and derived distributions + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-java.changes 2017-10-13 14:02:14.920742049 +0200 +++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-java.changes 2018-04-30 22:48:23.615546757 +0200 @@ -1,0 +2,6 @@ +Wed Oct 18 17:30:16 UTC 2017 - jayvdb@gmail.com + +- Replace deprecated PreReq: with Requires(post): and Requires(preun): +- Disable debug packages on RHEL and derived distributions + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime-mini.changes 2017-07-24 12:29:09.961097792 +0200 +++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime-mini.changes 2018-04-30 22:48:23.927535374 +0200 @@ -1,0 +2,7 @@ +Wed Oct 18 17:30:16 UTC 2017 - jayvdb@gmail.com + +- Ignore Recommends: on non-SUSE distributions +- Explicitly remove %{_infodir}/dir before creating package to + allow builds on RHEL and derived Linux distributions + +------------------------------------------------------------------- gettext-runtime.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gettext-csharp.spec ++++++ --- /var/tmp/diff_new_pack.p3EeL9/_old 2018-04-30 22:48:26.399445187 +0200 +++ /var/tmp/diff_new_pack.p3EeL9/_new 2018-04-30 22:48:26.399445187 +0200 @@ -48,6 +48,10 @@ Patch5: gettext-initialize_vars.patch Patch9: gettext-needlessly_init_vars.patch +%if 0%{?fedora_version} || 0%{?centos_version} <= 600 || 0%{?scilin_version} <= 600 || 0%{?rhel_version} <= 600 +%global debug_package %{nil} +%endif + %description Mono with its 'resgen' program uses a design that Microsoft created and that gives the power to the software vendor and not to the user: it ++++++ gettext-java.spec ++++++ --- /var/tmp/diff_new_pack.p3EeL9/_old 2018-04-30 22:48:26.435443874 +0200 +++ /var/tmp/diff_new_pack.p3EeL9/_new 2018-04-30 22:48:26.435443874 +0200 @@ -45,8 +45,12 @@ BuildRequires: perl-libintl-perl BuildRequires: tcl BuildRequires: xz -# FIXME: use proper Requires(pre/post/preun/...) -PreReq: %{install_info_prereq} +Requires(post): %install_info_prereq +Requires(preun): %install_info_prereq + +%if 0%{?fedora_version} || 0%{?centos_version} <= 600 || 0%{?scilin_version} <= 600 || 0%{?rhel_version} <= 600 +%global debug_package %{nil} +%endif %description This package includes the tools needed to support message catalogs in ++++++ gettext-runtime-mini.spec ++++++ --- /var/tmp/diff_new_pack.p3EeL9/_old 2018-04-30 22:48:26.467442706 +0200 +++ /var/tmp/diff_new_pack.p3EeL9/_new 2018-04-30 22:48:26.467442706 +0200 @@ -106,7 +106,9 @@ Provides: gettext-tools = %{version} %endif # Several tools use bison-runtime text domain: +%if 0%{?suse_version} Recommends: bison-lang +%endif %description -n gettext-tools%{?with_mini:-mini} This package contains the `intl' library as well as tools that ease the @@ -180,6 +182,7 @@ # moved to gettext-java and gettext-csharp: rm -rf *csharp* *java* ../javadoc* ../csharpdoc* rm -f %{buildroot}%{_defaultdocdir}/%name/README.woe32 +rm -f %{buildroot}%{_infodir}/dir cd %{buildroot}/%{_mandir}/man3 echo ".so man3/dngettext.3" > dcngettext.3 echo ".so man3/dgettext.3" > dcgettext.3 gettext-runtime.spec: same change
participants (1)
-
root@hilbert.suse.de