From ca2c49157c8f1a621cad2f736572a644b38c482cbd44289478b730f802a6cd39 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 1 Feb 2008 21:17:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/icewm?expand=0&rev=7 --- icewm-lite.changes | 6 ++++++ icewm-lite.spec | 7 +++++-- icewm.spec | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/icewm-lite.changes b/icewm-lite.changes index 7c1d5f0..0b5cc1f 100644 --- a/icewm-lite.changes +++ b/icewm-lite.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 1 11:07:31 CET 2008 - mmarek@suse.cz + +- --enable-i18n, to display window titles correctly (size of i586 + rpm increases by only about 2K) (bnc#357240#c11) + ------------------------------------------------------------------- Tue Jan 29 15:41:57 CET 2008 - mmarek@suse.cz diff --git a/icewm-lite.spec b/icewm-lite.spec index 7d5d02c..f031059 100644 --- a/icewm-lite.spec +++ b/icewm-lite.spec @@ -19,7 +19,7 @@ Requires: icewm Conflicts: icewm-default AutoReqProv: on Version: 1.2.35 -Release: 3 +Release: 5 Source: icewm-%{version}.tar.bz2 Patch0: icewm-LANG.menu.patch Patch1: icewm-multiByte.patch @@ -67,7 +67,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS" --with-cfgdir=/etc/icewm \ --prefix=/usr \ --with-docdir=%{_docdir} \ - --disable-i18n \ + --enable-i18n \ --disable-nls \ --disable-guievents \ --with-xpm \ @@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT; /usr/bin/icewm-session %changelog +* Fri Feb 01 2008 mmarek@suse.cz +- --enable-i18n, to display window titles correctly (size of i586 + rpm increases by only about 2K) (bnc#357240#c11) * Tue Jan 29 2008 mmarek@suse.cz - build with --disable-taskbar --disable-winmenu --enable-lite to save as much space as possible in the inst-sys (bnc#357240) diff --git a/icewm.spec b/icewm.spec index f32f3cc..fd0b7e0 100644 --- a/icewm.spec +++ b/icewm.spec @@ -21,7 +21,7 @@ Provides: windowmanager Requires: icewm-bin, xdg-menu, desktop-data AutoReqProv: on Version: 1.2.35 -Release: 3 +Release: 5 Source: icewm-%{version}.tar.bz2 Source1: %{name}.desktop Patch0: icewm-LANG.menu.patch