Hello community, here is the log from the commit of package ggreeter checked in at Fri Sep 21 15:20:45 CEST 2007. -------- --- GNOME/ggreeter/ggreeter.changes 2007-09-03 12:35:05.000000000 +0200 +++ /mounts/work_src_done/STABLE/ggreeter/ggreeter.changes 2007-09-21 09:34:07.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Sep 21 09:33:55 CEST 2007 - stbinner@suse.de + +- fix typo in software.opensuse.org url + +------------------------------------------------------------------- New: ---- fix-url-typo.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ggreeter.spec ++++++ --- /var/tmp/diff_new_pack.Lg2189/_old 2007-09-21 15:19:18.000000000 +0200 +++ /var/tmp/diff_new_pack.Lg2189/_new 2007-09-21 15:19:18.000000000 +0200 @@ -11,14 +11,15 @@ Name: ggreeter Version: 0.1 -Release: 11 +Release: 24 License: GPL v2 or later BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: docbook_4 gconf-sharp2 glade-sharp2 glib-sharp2 gnome-doc-utils-devel gtkhtml-sharp2 intltool libgnomeui-devel mono-devel -Autoreqprov: on +AutoReqProv: on Source: %{name}-%{version}.tar.bz2 Patch: %{name}-bnc305604.patch Patch1: %{name}-bnc304737.patch +Patch2: fix-url-typo.diff Group: System/GUI/GNOME Summary: Greeter Application @@ -35,6 +36,7 @@ %setup -q %patch -p1 %patch1 -p1 +%patch2 %build autoreconf -f -i @@ -56,8 +58,9 @@ %{_prefix}/share/gnome/autostart %{_datadir}/gnome/autostart/ggreeter.desktop %{_datadir}/locale/*/LC_MESSAGES/ggreeter.mo - %changelog +* Fri Sep 21 2007 - stbinner@suse.de +- fix typo in software.opensuse.org url * Mon Sep 03 2007 - lewing@suse.de - Fix #305604 and #304737. * Mon Aug 20 2007 - lewing@suse.de ++++++ fix-url-typo.diff ++++++ --- src/Greeter.cs 2007/09/21 07:32:24 1.5 +++ src/Greeter.cs 2007/09/21 07:33:09 @@ -107,7 +107,7 @@ } if (url == "http://software.opensuse.org/") - url = "http://software.opensuse.org/search?baseproject=openSUSE%A10.3"; + url = "http://software.opensuse.org/search?baseproject=openSUSE%3A10.3"; else if (url.StartsWith ("irc://")) url = "http://en.opensuse.org/Communicate/IRC"; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@Hilbert.suse.de