commit xmlcharent for openSUSE:Factory
Hello community, here is the log from the commit of package xmlcharent for openSUSE:Factory checked in at Fri Jan 30 00:28:44 CET 2009. -------- --- xmlcharent/xmlcharent.changes 2007-03-29 11:10:06.000000000 +0200 +++ xmlcharent/xmlcharent.changes 2009-01-27 00:30:15.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Jan 27 00:29:12 CET 2009 - crrodriguez@suse.de + +- test if /usr/bin/edit-xml-catalog is executable before using it. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlcharent.spec ++++++ --- /var/tmp/diff_new_pack.pC4230/_old 2009-01-30 00:27:42.000000000 +0100 +++ /var/tmp/diff_new_pack.pC4230/_new 2009-01-30 00:27:42.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xmlcharent (Version 0.3) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,7 @@ PreReq: %{regcat} /usr/bin/xmlcatalog /usr/bin/edit-xml-catalog PreReq: sed grep awk Version: 0.3 -Release: 403 +Release: 404 Summary: XML Character Entities BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: http://www.oasis-open.org/committees/docbook/%{name}/%{version}/%{name}-%{version}.zip @@ -136,8 +136,10 @@ exit 0 } %endif -edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \ +if [ -x /usr/bin/edit-xml-catalog ]; then +/usr/bin/edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \ --add /etc/xml/%{FOR_ROOT_CAT} +fi %postun if [ "$1" = "0" -a -x %{regcat} ]; then @@ -146,8 +148,10 @@ done fi xmlcatbin=/usr/bin/xmlcatalog -edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \ +if [ -x /usr/bin/edit-xml-catalog ]; then +/usr/bin/edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \ --del %{name}-%{version}-%{release} +fi %clean rm -fr $RPM_BUILD_ROOT @@ -164,6 +168,8 @@ %dir %{xml_dir}/entities/xmlcharent %changelog +* Tue Jan 27 2009 crrodriguez@suse.de +- test if /usr/bin/edit-xml-catalog is executable before using it. * Thu Mar 29 2007 ke@suse.de - Add BuildRequires: unzip * Thu Jan 11 2007 ke@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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