Hello community,

here is the log from the commit of package scrollkeeper for openSUSE:Factory 
checked in at 2012-12-19 13:24:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scrollkeeper (Old)
 and      /work/SRC/openSUSE:Factory/.scrollkeeper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scrollkeeper", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scrollkeeper/scrollkeeper.changes        
2012-03-19 09:59:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.scrollkeeper.new/scrollkeeper.changes   
2012-12-19 13:24:07.000000000 +0100
@@ -1,0 +2,9 @@
+Mon Dec 17 20:22:42 UTC 2012 - dims...@opensuse.org
+
+- Add rewriteSystem rule to for-catalog-scrollkeeper.xml: this is
+  required so that xmllint knows how to redirect from a http:// URI
+  to a file:// URI (bnc#793882).
+- Use %{_sysconfdir}/xml instead of undefined %{xml_sysconf_dir} in
+  %postun, to actualy have the postun scripts do the right things.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ scrollkeeper.spec ++++++
--- /var/tmp/diff_new_pack.9tpL2y/_old  2012-12-19 13:24:08.000000000 +0100
+++ /var/tmp/diff_new_pack.9tpL2y/_new  2012-12-19 13:24:08.000000000 +0100
@@ -92,6 +92,9 @@
 $xmlcatbin --noout --add "delegatePublic" \
   "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" \
   "file:///$CATALOG" %{FOR_ROOT_CAT}.tmp
+$xmlcatbin --noout --add "rewriteSystem" \
+    "http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0"; \
+    "file://%{_datadir}/xml/scrollkeeper/dtds" %{FOR_ROOT_CAT}.tmp
 # Create tag
 sed '/<catalog/a\
   <group id="%{name}-%{version}">
@@ -162,7 +165,7 @@
 %postun
 localstated_r=$(echo %{my_localstatedir}|sed 's:^/::')
 # remove entries only on removal of file
-if [ ! -f %{xml_sysconf_dir}/%{FOR_ROOT_CAT} -a -x /usr/bin/edit-xml-catalog ] 
; then
+if [ ! -f %{_sysconfdir}/xml/%{FOR_ROOT_CAT} -a -x /usr/bin/edit-xml-catalog ] 
; then
   edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \
     --del %{name}-%{version}
 fi

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to