Hello community, here is the log from the commit of package zen-updater checked in at Sat Oct 21 09:41:19 CEST 2006. -------- --- zen-updater/zen-updater.changes 2006-10-18 00:40:14.000000000 +0200 +++ /mounts/work_src_done/STABLE/zen-updater/zen-updater.changes 2006-10-20 21:15:54.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Oct 20 21:15:19 CEST 2006 - maw@suse.de + +- Add patch (ing-follows-follow-to-make-following.patch), fixing + a trivial tyop. + +------------------------------------------------------------------- New: ---- ing-follows-follow-to-make-following.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zen-updater.spec ++++++ --- /var/tmp/diff_new_pack.EHMa6g/_old 2006-10-21 09:41:15.000000000 +0200 +++ /var/tmp/diff_new_pack.EHMa6g/_new 2006-10-21 09:41:15.000000000 +0200 @@ -14,10 +14,11 @@ BuildRequires: glib-sharp2 gtk-sharp2 gtk2-devel log4net mono-basic mono-data-sqlite mono-devel perl-XML-Parser update-desktop-files zmd-devel URL: http://novell.com/ Version: 7.1.100 -Release: 5 +Release: 8 License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %name-%version.tar.bz2 +Patch0: ing-follows-follow-to-make-following.patch Summary: Novell ZENworks Linux Management daemon Group: System/Management Autoreqprov: on @@ -36,6 +37,7 @@ %prep %setup -q +%patch0 %build CFLAGS="$RPM_OPT_FLAGS" CPPFLAGS="-w" \ @@ -70,6 +72,9 @@ %{_mandir}/*/* %changelog -n zen-updater +* Fri Oct 20 2006 - maw@suse.de +- Add patch (ing-follows-follow-to-make-following.patch), fixing + a trivial tyop. * Tue Oct 17 2006 - maw@suse.de - New source drop (r35517) which: - Handles the case where zmd isn't running but the tray icon ++++++ ing-follows-follow-to-make-following.patch ++++++ --- src/ConfirmationWindow.cs 2006-10-12 17:01:31.000000000 +0200 +++ src/ConfirmationWindow.cs.maw 2006-10-20 21:13:48.000000000 +0200 @@ -51,7 +51,7 @@ Icon = Util.GetWindowPixbuf (); Label changesLabel = new Gtk.Label (); - changesLabel.Markup = Catalog.GetString ("<b>Apply the follow changes?</b>"); + changesLabel.Markup = Catalog.GetString ("<b>Apply the following changes?</b>"); Gtk.Image changesImage = new Gtk.Image (Gtk.Stock.DialogQuestion, Gtk.IconSize.Dialog); HBox changesBox = new HBox (); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de