commit mgdiff for openSUSE:12.2:NonFree
Hello community, here is the log from the commit of package mgdiff for openSUSE:12.2:NonFree checked in at 2012-06-29 11:32:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.2:NonFree/mgdiff (Old) and /work/SRC/openSUSE:12.2:NonFree/.mgdiff.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "mgdiff", Maintainer is "werner@suse.com" Changes: -------- --- /work/SRC/openSUSE:12.2:NonFree/mgdiff/mgdiff.changes 2012-06-28 15:34:03.000000000 +0200 +++ /work/SRC/openSUSE:12.2:NonFree/.mgdiff.new/mgdiff.changes 2012-06-29 11:32:46.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jun 28 11:39:05 UTC 2012 - lnussel@suse.de + +- make rmgdiff work by setting LC_MESSAGES=POSIX (bnc#768892) + +------------------------------------------------------------------- New: ---- mgdiff-1.0-locale.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mgdiff.spec ++++++ --- /var/tmp/diff_new_pack.S5RBMN/_old 2012-06-29 11:32:46.000000000 +0200 +++ /var/tmp/diff_new_pack.S5RBMN/_new 2012-06-29 11:32:46.000000000 +0200 @@ -30,6 +30,7 @@ Source1: mgdiff.desktop Patch: mgdiff-1.0.dif Patch1: mgdiff-1.0.1.diff +Patch2: mgdiff-1.0-locale.diff %{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config --variable prefix x11 || echo /usr/X11R6)} %if "%_exec_prefix" == "/usr/X11R6" %global _mandir %{_exec_prefix}/man @@ -58,6 +59,7 @@ %setup -n mgdiff-1.0 -q %patch1 %patch +%patch2 -p1 xmkmf -a %build @@ -72,7 +74,11 @@ mkdir -p %{buildroot}%{_mandir}/man1 test -e debian/cvsmgdiff.1x || mv debian/cvsmgdiff.1 debian/cvsmgdiff.1x install -m 0755 debian/cvsmgdiff %{buildroot}%{_bindir}/ +install -m 0755 debian/rmgdiff %{buildroot}%{_x11data}/mgdiff/ +install -m 0644 debian/rmgdiff.awk %{buildroot}%{_x11data}/mgdiff/ +ln -sf %{_mgdifflnk}/rmgdiff %{buildroot}%{_bindir}/ install -m 0644 debian/cvsmgdiff.1x %{buildroot}%{_mandir}/man1/ +install -m 0644 debian/rmgdiff.1x %{buildroot}%{_mandir}/man1/ %suse_update_desktop_file -i %name Development RevisionControl %files @@ -82,6 +88,7 @@ %{_bindir}/*diff %dir %{_x11data}/mgdiff %dir %{_x11data}/app-defaults +%{_x11data}/mgdiff/rmgdiff* %{_appdefdir}/Mgdiff %doc %{_mandir}/man1/*.1x.gz ++++++ mgdiff-1.0-locale.diff ++++++ Index: mgdiff-1.0/debian/rmgdiff =================================================================== --- mgdiff-1.0.orig/debian/rmgdiff +++ mgdiff-1.0/debian/rmgdiff @@ -12,6 +12,9 @@ USE_CVS="" DEBUG="" USE_GUI="TRUE" RMGDIFF_VERSION="" +# doesn't work in other locales (bnc#768892) +LC_MESSAGES=POSIX +export LC_MESSAGES -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de