Hello community, here is the log from the commit of package skencil checked in at Sat May 26 00:04:48 CEST 2007. -------- --- skencil/skencil.changes 2006-11-06 12:08:07.000000000 +0100 +++ /mounts/work_src_done/STABLE/skencil/skencil.changes 2007-05-25 18:29:39.000000000 +0200 @@ -1,0 +2,6 @@ +Fri May 25 18:25:51 CEST 2007 - lmichnovic@suse.cz + +- fixed executable permission of Examples files +- not using hardcoded prefix any more + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ skencil.spec ++++++ --- /var/tmp/diff_new_pack.n19313/_old 2007-05-26 00:04:30.000000000 +0200 +++ /var/tmp/diff_new_pack.n19313/_new 2007-05-26 00:04:30.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package skencil (Version 0.6.17) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -19,7 +19,7 @@ Obsoletes: sketch Autoreqprov: on Version: 0.6.17 -Release: 36 +Release: 84 Summary: Python-Based Vector Drawing Program URL: http://www.skencil.org/ Source: %{name}-%{version}.tar.bz2 @@ -31,7 +31,6 @@ Patch4: %{name}-%{version}-xorg7.patch Patch5: %{name}-%{version}-xorg7_64.patch Patch6: %{name}-%{version}-python25.patch -Prefix: /usr BuildRoot: %{_tmppath}/%{name}-%{version}-build %py_requires @@ -66,13 +65,14 @@ %endif %patch6 -p1 find -type d | xargs chmod 755 +find Examples -type f -perm /a+x| xargs chmod -x %build -./setup.py configure --with-nls --prefix=%{prefix} +./setup.py configure --with-nls --prefix=%{_prefix} ./setup.py build %install -./setup.py install --prefix=%{prefix} --dest-dir=$RPM_BUILD_ROOT +./setup.py install --prefix=%{_prefix} --dest-dir=$RPM_BUILD_ROOT mv Pax/README Pax/README.pax mv Pax/COPYING Pax/COPYING.pax mv Filter/COPYING Filter/COPYING.filter @@ -87,12 +87,15 @@ %doc Examples Doc %doc README BUGS CREDITS COPYING TODO PROJECTS FAQ NEWS %doc Pax/{README,COPYING}.pax Pax/COPYING.xext Filter/{README,COPYING}.filter -%{prefix}/%_lib/skencil-%{version} -%{prefix}/bin/* -%{prefix}/share/applications/*.desktop +%{_prefix}/%_lib/skencil-%{version} +%{_prefix}/bin/* +%{_prefix}/share/applications/*.desktop /usr/share/pixmaps/skencil.png -%changelog -n skencil +%changelog +* Fri May 25 2007 - lmichnovic@suse.cz +- fixed executable permission of Examples files +- not using hardcoded prefix any more * Mon Nov 06 2006 - lmichnovic@suse.cz - readded Requirement on python-imaging [#209340] - fixed wrong font path in *xorg7.patch, *xorg7_64.patch [#217655] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org