Hello community, here is the log from the commit of package unison checked in at Wed Nov 28 23:52:22 CET 2007. -------- --- unison/unison.changes 2007-10-25 20:18:33.000000000 +0200 +++ /mounts/work_src_done/STABLE/unison/unison.changes 2007-11-28 15:15:40.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Nov 28 15:15:07 CET 2007 - seife@suse.de + +- add an application icon for unison (bug 309880) + +------------------------------------------------------------------- @@ -4 +9 @@ -- fix bug 335153 (one ":" too much in the profile) +- fix bug 331513 (one ":" too much in the profile) New: ---- unison.png ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unison.spec ++++++ --- /var/tmp/diff_new_pack.C26629/_old 2007-11-28 23:52:01.000000000 +0100 +++ /var/tmp/diff_new_pack.C26629/_new 2007-11-28 23:52:01.000000000 +0100 @@ -21,10 +21,11 @@ Group: Productivity/Networking/Other AutoReqProv: on Version: 2.27.47 -Release: 15 +Release: 29 Source0: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}.tar.gz Source1: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}-manual.html Source2: %name.desktop +Source3: %name.png Patch0: unison-2.27.24-bug335153.diff Url: http://www.cis.upenn.edu/~bcpierce/unison BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -58,6 +59,8 @@ [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; mkdir -p $RPM_BUILD_ROOT%{_bindir} install -m 755 %name $RPM_BUILD_ROOT%{_bindir} +install -m 755 -d $RPM_BUILD_ROOT/%{_prefix}/share/pixmaps +install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_prefix}/share/pixmaps install -m 644 %{SOURCE1} unison-manual.html %suse_update_desktop_file -i %name Utility SyncUtility %ifarch s390 s390x @@ -72,10 +75,14 @@ %defattr(-, root, root) %doc BUGS.txt CONTRIB COPYING NEWS README ROADMAP.txt TODO.txt unison-manual.html /usr/share/applications/* +/usr/share/pixmaps/unison.png %{_bindir}/%{name} + %changelog +* Wed Nov 28 2007 - seife@suse.de +- add an application icon for unison (bug 309880) * Thu Oct 25 2007 - seife@suse.de -- fix bug 335153 (one ":" too much in the profile) +- fix bug 331513 (one ":" too much in the profile) * Sun Oct 07 2007 - tsieden@suse.de - Updated to 2.27.47: * Major rewrite and cleanup of the whole Mac OS X graphical user ++++++ unison.desktop ++++++ --- unison/unison.desktop 2007-01-16 00:40:09.000000000 +0100 +++ /mounts/work_src_done/STABLE/unison/unison.desktop 2007-11-27 15:06:08.000000000 +0100 @@ -2,4 +2,4 @@ Type=Application Exec=unison Name=unison - +Icon=unison ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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