Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29124

Modified Files:
        libxml2-py.info libxml2-py.patch libxml2.info libxml2.patch 
        libxslt-py.info libxslt.info 
Log Message:
new libxml2


Index: libxml2.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libxml2.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libxml2.patch       6 Aug 2012 20:28:29 -0000       1.2
+++ libxml2.patch       9 Jun 2013 09:56:29 -0000       1.3
@@ -1,44 +1,37 @@
-diff -Nurd -x'*~' libxml2-2.8.0.orig/doc/Makefile.in 
libxml2-2.8.0/doc/Makefile.in
---- libxml2-2.8.0.orig/doc/Makefile.in 2012-05-23 04:56:31.000000000 -0400
-+++ libxml2-2.8.0/doc/Makefile.in      2012-08-06 02:26:09.000000000 -0400
-@@ -860,7 +860,7 @@
+diff -Nurd -x'*~' libxml2-2.9.1.orig/doc/Makefile.in 
libxml2-2.9.1/doc/Makefile.in
+--- libxml2-2.9.1.orig/doc/Makefile.in 2013-04-19 03:36:12.000000000 -0400
++++ libxml2-2.9.1/doc/Makefile.in      2013-06-09 04:30:23.000000000 -0400
+@@ -1116,7 +1116,7 @@
  
  install-data-local: 
-       @MKDIR_P@ $(DESTDIR)$(HTML_DIR)
--      -@INSTALL@ -m 0644 $(srcdir)/xml.html $(srcdir)/encoding.html 
$(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif 
$(srcdir)/smallfootonly.gif $(srcdir)/redhat.gif $(srcdir)/libxml.gif 
$(srcdir)/w3c.png $(srcdir)/Libxml2-Logo-180x168.gif 
$(srcdir)/Libxml2-Logo-90x34.gif $(DESTDIR)$(HTML_DIR)
-+      -@INSTALL@ -m 0644 $(srcdir)/*.html $(srcdir)/*.gif $(srcdir)/*.png 
$(srcdir)/libxml2-api.xml $(DESTDIR)$(HTML_DIR)
-       @MKDIR_P@ $(DESTDIR)$(HTML_DIR)/html
-       -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(HTML_DIR)/html
-       -@INSTALL@ -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(HTML_DIR)/html
-diff -Nurd -x'*~' libxml2-2.8.0.orig/doc/examples/Makefile.in 
libxml2-2.8.0/doc/examples/Makefile.in
---- libxml2-2.8.0.orig/doc/examples/Makefile.in        2012-05-23 
04:56:31.000000000 -0400
-+++ libxml2-2.8.0/doc/examples/Makefile.in     2012-08-06 02:26:09.000000000 
-0400
-@@ -805,17 +805,19 @@
-       tags uninstall uninstall-am
- 
- 
-+all: rebuild
-+
- rebuild: examples.xml index.html
- 
- examples.xml: index.py *.c
-       -@($(srcdir)/index.py)
+       $(MKDIR_P) $(DESTDIR)$(HTML_DIR)
+-      -$(INSTALL) -m 0644 $(srcdir)/xml.html $(srcdir)/encoding.html 
$(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif 
$(srcdir)/smallfootonly.gif $(srcdir)/redhat.gif $(srcdir)/libxml.gif 
$(srcdir)/w3c.png $(srcdir)/Libxml2-Logo-180x168.gif 
$(srcdir)/Libxml2-Logo-90x34.gif $(DESTDIR)$(HTML_DIR)
++      -$(INSTALL) -m 0644 $(srcdir)/*.html $(srcdir)/*.gif $(srcdir)/*.png 
$(srcdir)/libxml2-api.xml $(DESTDIR)$(HTML_DIR)
+       $(MKDIR_P) $(DESTDIR)$(HTML_DIR)/html
+       -$(INSTALL) -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(HTML_DIR)/html
+       -$(INSTALL) -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(HTML_DIR)/html
+diff -Nurd -x'*~' libxml2-2.9.1.orig/doc/examples/Makefile.in 
libxml2-2.9.1/doc/examples/Makefile.in
+--- libxml2-2.9.1.orig/doc/examples/Makefile.in        2013-04-19 
03:36:12.000000000 -0400
++++ libxml2-2.9.1/doc/examples/Makefile.in     2013-06-09 04:32:40.000000000 
-0400
+@@ -839,12 +839,12 @@
+ @REBUILD_DOCS_TRUE@   $(MAKE) Makefile
  
- index.html: examples.xml examples.xsl
--      -@(xsltproc examples.xsl examples.xml && echo "Rebuilt web page" && 
xmllint --valid --noout index.html)
-+      -@(xsltproc --nonet examples.xsl examples.xml && echo "Rebuilt web 
page")
+ @rebuild_docs_t...@index.html: examples.xml examples.xsl
+-@REBUILD_DOCS_TRUE@   cd $(srcdir) && xsltproc examples.xsl examples.xml && 
echo "Rebuilt web page"
++@REBUILD_DOCS_TRUE@   cd $(srcdir) && xsltproc --nonet examples.xsl 
examples.xml && echo "Rebuilt web page"
+ @REBUILD_DOCS_TRUE@   -cd $(srcdir) && xmllint --valid --noout index.html
  
  install-data-local: 
--      @MKDIR_P@ $(DESTDIR)$(HTML_DIR)
--      -@INSTALL@ -m 0644 $(srcdir)/*.html $(srcdir)/*.c $(srcdir)/*.xml 
$(srcdir)/*.xsl $(srcdir)/*.res $(DESTDIR)$(HTML_DIR)
-+      @MKDIR_P@ $(DESTDIR)$(HTML_DIR)/examples
-+      -@INSTALL@ -m 0644 $(srcdir)/*.html $(srcdir)/*.c $(srcdir)/*.xml 
$(srcdir)/*.xsl $(srcdir)/*.res $(DESTDIR)$(HTML_DIR)/examples
+-      $(MKDIR_P) $(DESTDIR)$(HTML_DIR)
+-      -$(INSTALL) -m 0644 $(srcdir)/*.html $(srcdir)/*.c $(srcdir)/*.xml 
$(srcdir)/*.xsl $(srcdir)/*.res $(DESTDIR)$(HTML_DIR)
++      $(MKDIR_P) $(DESTDIR)$(HTML_DIR)/examples
++      -$(INSTALL) -m 0644 $(srcdir)/*.html $(srcdir)/*.c $(srcdir)/*.xml 
$(srcdir)/*.xsl $(srcdir)/*.res $(DESTDIR)$(HTML_DIR)/examples
  
- valgrind: 
-       $(MAKE) CHECKER='valgrind' tests
-diff -Nurd -x'*~' libxml2-2.8.0.orig/update-sgml-catalog 
libxml2-2.8.0/update-sgml-catalog
---- libxml2-2.8.0.orig/update-sgml-catalog     1969-12-31 19:00:00.000000000 
-0500
-+++ libxml2-2.8.0/update-sgml-catalog  2012-08-06 02:26:09.000000000 -0400
+ clean-local:
+       test -f Makefile.am || rm -f test?.xml
+diff -Nurd -x'*~' libxml2-2.9.1.orig/update-sgml-catalog 
libxml2-2.9.1/update-sgml-catalog
+--- libxml2-2.9.1.orig/update-sgml-catalog     1969-12-31 19:00:00.000000000 
-0500
++++ libxml2-2.9.1/update-sgml-catalog  2013-06-09 04:26:32.000000000 -0400
 @@ -0,0 +1,28 @@
 +#!/bin/sh -e
 +#
@@ -68,9 +61,9 @@
 +chmod 0644 ${CATALOG}
 +
 +exit 0
-diff -Nurd -x'*~' libxml2-2.8.0.orig/update-xml-catalog 
libxml2-2.8.0/update-xml-catalog
---- libxml2-2.8.0.orig/update-xml-catalog      1969-12-31 19:00:00.000000000 
-0500
-+++ libxml2-2.8.0/update-xml-catalog   2012-08-06 02:26:09.000000000 -0400
+diff -Nurd -x'*~' libxml2-2.9.1.orig/update-xml-catalog 
libxml2-2.9.1/update-xml-catalog
+--- libxml2-2.9.1.orig/update-xml-catalog      1969-12-31 19:00:00.000000000 
-0500
++++ libxml2-2.9.1/update-xml-catalog   2013-06-09 04:26:32.000000000 -0400
 @@ -0,0 +1,29 @@
 +#!/bin/sh -e
 +#

Index: libxml2-py.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libxml2-py.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libxml2-py.patch    6 Aug 2012 20:28:29 -0000       1.2
+++ libxml2-py.patch    9 Jun 2013 09:56:29 -0000       1.3
@@ -1,16 +1,7 @@
-diff -Nurd -x'*~' libxml2-2.8.0.orig/python/Makefile.in 
libxml2-2.8.0/python/Makefile.in
---- libxml2-2.8.0.orig/python/Makefile.in      2012-05-23 04:56:32.000000000 
-0400
-+++ libxml2-2.8.0/python/Makefile.in   2012-08-06 02:59:09.000000000 -0400
-@@ -74,7 +74,7 @@
- am__installdirs = "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(docsdir)" \
-       "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(pythondir)"
- LTLIBRARIES = $(python_LTLIBRARIES)
--@WITH_PYTHON_TRUE@libxml2mod_la_DEPENDENCIES = $(mylibs)
-+@WITH_PYTHON_TRUE@libxml2mod_la_DEPENDENCIES = 
- am__libxml2mod_la_SOURCES_DIST = $(srcdir)/libxml.c $(srcdir)/types.c
- @WITH_PYTHON_TRUE@am_libxml2mod_la_OBJECTS = libxml.lo types.lo
- @WITH_PYTHON_TRUE@nodist_libxml2mod_la_OBJECTS = libxml2-py.lo
-@@ -87,7 +87,7 @@
+diff -Nurd -x'*~' libxml2-2.9.1.orig/python/Makefile.in 
libxml2-2.9.1/python/Makefile.in
+--- libxml2-2.9.1.orig/python/Makefile.in      2013-04-19 03:36:12.000000000 
-0400
++++ libxml2-2.9.1/python/Makefile.in   2013-06-09 05:19:23.000000000 -0400
+@@ -110,7 +110,7 @@
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        $(libxml2mod_la_LDFLAGS) $(LDFLAGS) -o $@
  @WITH_PYTHON_TRUE@am_libxml2mod_la_rpath = -rpath $(pythondir)
@@ -19,27 +10,25 @@
  depcomp = $(SHELL) $(top_srcdir)/depcomp
  am__depfiles_maybe = depfiles
  am__mv = mv -f
-@@ -391,8 +391,6 @@
- SUBDIRS = . tests
- INCLUDES = \
-       -I$(PYTHON_INCLUDES) \
--      -I$(top_srcdir)/include \
--      -I$(top_builddir)/include \
-       -I$(top_builddir)/$(subdir)
- 
- docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
-@@ -408,7 +406,7 @@
+@@ -428,14 +428,12 @@
+       libxml2class.txt
  
- libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module 
-avoid-version 
- @WITH_PYTHON_TRUE@mylibs = \
--@WITH_PYTHON_TUE@mylibs = \N_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module 
-avoid-version *.res $(DESTDIR)$(HTML_DIR)/examplesr)/smallfootonly.gif 
$(srcdir)/redhat.gif $(srcdir)/libxml.gif $(srcdir)/w3c.png 
$(srcdir)/Libxml2-Logo-180x168.gif $(srcdir)/Libxml2-Logo-90x34.gif 
$(DESTDIR)$(HTML_DIR)°ÏµAÿ 
еAÿx#R(+ƵAÿ’2Q(+†PQ(+°ÏµAÿ`2Q(+ïϵAÿÀÿ†R(+u:Q(+ð†R(+Øô†R(+¨ù†R(+€ZQ(+x#R(+ƵAÿàĵAÿkPQ(+à!à!°ÏµAÿ
 
еAÿHÎR(+ðƵAÿ’2Q(+†PQ(+°ÏµAÿ`2Q(+ïϵAÿàϵAÿØÏµAÿ8['Q(+Œp˜
 
еAÿu:Q(+€ZQ(+ðƵAÿÀŵAÿkPQ(+GHIJKMNOP°ÏµAÿ
 еAÿH…
ÙQ(+ÈµAÿ’2Q(+†PQ(+°ÏµAÿ0ÿ†R(+u:Q(+#R(+
 ¹¶Q(+ð†R(+Øô†R(+¨ù†R(+€ZQ(+H…
ÙQ(+ÈµAÿÐÆµAÿkPQ(+8…
ÙQ(+ÈµAÿǵAÿkPQ(+(…
ÙQ(+ÈµAÿ0ǵAÿkPQ(+…
ÙQ(+ÈµAÿ`ǵAÿkPQ(+ 
¨þ†R(+u:Q(+¨ù†R(+àÁµAÿŠ·Q(+e9Q(+Øô†R(+ȵAÿy·Q(+e9Q(+ð†R(+0ȵAÿZ·Q(+e9Q(+Ø´¶Q(+#R(+
 
¹¶Q(+ð†R(+Ø#R(+Øô†R(+¨ù†R(+€ZQ(+8['Q(+}‚Q(+
 
еAÿpK¶Q(+àɵAÿ°ÈµAÿkPQ(+5678:<=>?@BD°ÏµAÿ
 еAÿ Q(+ 
еAÿu:Q(+U'Q(+`ȵAÿ}‚Q(+e9Q(+U'Q(+Õ_@fÆS
 Qöl±íì“NQ(+ еAÿ 
Q(+ðʵAÿÀɵAÿkPQ(+u]ÞÓ     4Q 
÷U^Qʉ§¶uª¹ñìò*ēv°ÏµAÿ 
еAÿHÎKQ(+͵Aÿ’2Q(+†PQ(+°ÏµAÿ`2Q(+ïϵAÿàϵAÿØÏµAÿ#R(+u:Q(+Ø#R(+
 
#R(+€ZQ(+͵Aÿ°ÊµAÿkPQ(+8ÎKQ(+͵AÿàʵAÿkPRUE@
       $(top_builddir)/libxml2.la
-+@WITH_PYTHON_TRUE@    -lxml2
+ @WITH_PYTHON_TRUE@AM_CPPFLAGS = \
+-@WITH_PYTHON_TRUE@    -I$(top_builddir)/include \
+-@WITH_PYTHON_TRUE@    -I$(top_srcdir)/include \
+ @WITH_PYTHON_TRUE@    -I$(PYTHON_INCLUDES)
  
  @WITH_PYTHON_TRUE@python_LTLIBRARIES = libxml2mod.la
- @WITH_PYTHON_TRUE@libxml2mod_la_SOURCES = $(srcdir)/libxml.c $(srcdir)/types.c
-diff -Nurd -x'*~' libxml2-2.8.0.orig/python/setup.py 
libxml2-2.8.0/python/setup.py
---- libxml2-2.8.0.orig/python/setup.py 2012-05-23 04:56:44.000000000 -0400
-+++ libxml2-2.8.0/python/setup.py      2012-08-06 02:59:09.000000000 -0400
+ @WITH_PYTHON_TRUE@libxml2mod_la_SOURCES = libxml.c libxml_wrap.h libxml2-py.h 
libxml2-py.c types.c
+ @WITH_PYTHON_TRUE@libxml2mod_la_LDFLAGS = $(CYGWIN_EXTRA_LDFLAGS) 
$(WIN32_EXTRA_LDFLAGS) -module -avoid-version \
+-@WITH_PYTHON_TRUE@        $(top_builddir)/libxml2.la 
$(CYGWIN_EXTRA_PYTHON_LIBADD) $(WIN32_EXTRA_PYTHON_LIBADD) $(PYTHON_LIBS)
++@WITH_PYTHON_TRUE@        -lxml2 $(CYGWIN_EXTRA_PYTHON_LIBADD) 
$(WIN32_EXTRA_PYTHON_LIBADD) $(PYTHON_LIBS)
+ 
+ @WITH_PYTHON_TRUE@BUILT_SOURCES = libxml2-export.c libxml2-py.h libxml2-py.c
+ @WITH_PYTHON_TRUE@dist_python_DATA = \
+diff -Nurd -x'*~' libxml2-2.9.1.orig/python/setup.py 
libxml2-2.9.1/python/setup.py
+--- libxml2-2.9.1.orig/python/setup.py 2013-04-19 03:36:20.000000000 -0400
++++ libxml2-2.9.1/python/setup.py      2013-06-09 05:10:34.000000000 -0400
 @@ -231,7 +231,7 @@
         author = "Daniel Veillard",
         author_email = "veill...@redhat.com",
@@ -49,12 +38,12 @@
         py_modules=modules,
         ext_modules=extens,
         ext_package=ext_package,
-diff -Nurd -x'*~' libxml2-2.8.0.orig/python/tests/Makefile.in 
libxml2-2.8.0/python/tests/Makefile.in
---- libxml2-2.8.0.orig/python/tests/Makefile.in        2012-05-23 
04:56:32.000000000 -0400
-+++ libxml2-2.8.0/python/tests/Makefile.in     2012-08-06 02:59:09.000000000 
-0400
-@@ -572,14 +572,21 @@
- 
+diff -Nurd -x'*~' libxml2-2.9.1.orig/python/tests/Makefile.in 
libxml2-2.9.1/python/tests/Makefile.in
+--- libxml2-2.9.1.orig/python/tests/Makefile.in        2013-04-19 
03:36:12.000000000 -0400
++++ libxml2-2.9.1/python/tests/Makefile.in     2013-06-09 05:10:34.000000000 
-0400
+@@ -611,14 +611,21 @@
  @WITH_PYTHON_TRUE@tests: $(PYTESTS)
+ @WITH_PYTHON_TRUE@    @for f in $(XMLS) ; do test -f $$f || $(LN_S) 
$(srcdir)/$$f . ; done
  @WITH_PYTHON_TRUE@    @echo "## running Python regression tests"
 +@WITH_PYTHON_TRUE@    -@rm -f test.out
  @WITH_PYTHON_TRUE@    -@(PYTHONPATH="..:../.libs:$(srcdir)/..:$$PYTHONPATH" ; 
\
@@ -77,4 +66,4 @@
 +@WITH_PYTHON_TRUE@       @[ ! -s test.out ]
  @WITH_PYTHON_FALSE@tests:
  
- clean:
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.

Index: libxslt-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libxslt-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libxslt-py.info     16 May 2013 08:01:48 -0000      1.2
+++ libxslt-py.info     9 Jun 2013 09:56:29 -0000       1.3
@@ -1,21 +1,21 @@
 Info2: <<
 Package: libxslt-py%type_pkg[python]
 Version: 1.1.28
-Revision: 1
+Revision: 2
 Maintainer: Daniel Macks <dma...@netspace.org>
-Type: python (2.5 2.6 2.7)
+Type: python (2.6 2.7)
 Depends: <<
        libiconv,
        libxslt-shlibs (>= %v-1),
-       libxml2-py%type_pkg[python] (>= 2.8.0-1),
-       libxml2-shlibs (>= 2.8.0-1),
+       libxml2-py%type_pkg[python] (>= 2.9.1-1),
+       libxml2-shlibs (>= 2.9.1-1),
        python%type_pkg[python]
 <<
 BuildDepends: <<
        fink-package-precedence,
        libiconv-dev,
        libxslt (>= %v-1),
-       libxml2 (>= 2.8.0-1)
+       libxml2 (>= 2.9.1-1)
 <<
 #Source: mirror:gnome:sources/libxslt/1.1/libxslt-%v.tar.bz2
 Source: http://xmlsoft.org/sources/libxslt-%v.tar.gz

Index: libxml2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libxml2.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- libxml2.info        18 May 2013 04:46:57 -0000      1.5
+++ libxml2.info        9 Jun 2013 09:56:29 -0000       1.6
@@ -1,9 +1,5 @@
 Package: libxml2
-
-# 2.9.0 maybe not viable even when patched to be compileable. See:
-# https://mail.gnome.org/archives/xml/2012-September/msg00058.html
-Version: 2.8.0
-
+Version: 2.9.1
 Revision: 2
 Maintainer: The Gnome Core Team <fink-gnome-c...@lists.sourceforge.net>
 Depends: %N-bin (= %v-%r), %N-shlibs (= %v-%r), pkgconfig (>= 0.23)
@@ -18,9 +14,9 @@
 Conflicts: %N-32bit
 Replaces: %N-32bit
 Source: http://xmlsoft.org/sources/%n-%v.tar.gz
-Source-MD5: c62106f02ee00b6437f0fb9d370c1093
+Source-MD5: 9c0cfef285d5c4a5c80d00904ddab380
 PatchFile: %n.patch
-PatchFile-MD5: 99412a35ea1a3c6ec03f0beb1a78353f
+PatchFile-MD5: f41c70a417a901b023936dd4fc6a0672
 PatchScript: <<
 #!/bin/sh -ev
        sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
@@ -61,7 +57,7 @@
        Replaces: libxml2 (<< 2.4.18-2)
        Suggests: %N-bin
        Files: lib/libxml2.2.dylib
-       Shlibs: %p/lib/libxml2.2.dylib 11.0.0 %n (>= 2.8.0-1)
+       Shlibs: %p/lib/libxml2.2.dylib 12.0.0 %n (>= 2.9.1-1)
        DocFiles: Copyright README
 <<
 SplitOff2: <<

Index: libxml2-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libxml2-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libxml2-py.info     6 Aug 2012 20:28:29 -0000       1.2
+++ libxml2-py.info     9 Jun 2013 09:56:29 -0000       1.3
@@ -1,13 +1,11 @@
 Info2: <<
 Package: libxml2-py%type_pkg[python]
-Version: 2.8.0
+Version: 2.9.1
 Revision: 1
-Distribution: (%type_pkg[python] = 25) 10.5, (%type_pkg[python] = 25) 10.6
 Maintainer: Daniel Macks <dma...@netspace.org>
-Type: python (2.5 2.6 2.7)
+Type: python (2.6 2.7)
 Depends: libxml2-shlibs (>= %v-1), libiconv, python%type_pkg[python]
 BuildDepends: <<
-       fink (>= 0.24.12-1),
        fink-package-precedence,
        libiconv-dev,
        liblzma5,
@@ -16,9 +14,9 @@
        readline6
 <<
 Source: http://xmlsoft.org/sources/libxml2-%v.tar.gz
-Source-MD5: c62106f02ee00b6437f0fb9d370c1093
+Source-MD5: 9c0cfef285d5c4a5c80d00904ddab380
 PatchFile: %{ni}.patch
-PatchFile-MD5: 9eb742d5be9850408f8bed60705e26e5
+PatchFile-MD5: 37f06f3ddc2691c0766791738404e7da
 PatchScript: <<
        %{default_script}
 <<

Index: libxslt.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libxslt.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libxslt.info        16 May 2013 08:01:48 -0000      1.2
+++ libxslt.info        9 Jun 2013 09:56:29 -0000       1.3
@@ -1,13 +1,13 @@
 Package: libxslt
 Version: 1.1.28
-Revision: 1
+Revision: 2
 BuildDependsOnly: true
 Maintainer: The Gnome Core Team <fink-gnome-c...@lists.sourceforge.net>
 BuildDepends: <<
        fink-package-precedence,
        gdbm3,
        libiconv-dev,
-       libxml2 (>= 2.8.0-1)
+       libxml2 (>= 2.9.1-1)
 <<
 Depends: %N-bin (= %v-%r), %N-shlibs (= %v-%r)
 #Source: mirror:gnome:sources/%n/1.1/%n-%v.tar.bz2
@@ -37,7 +37,7 @@
        Replaces: %N (<< 1.0.15-2)
        Depends: <<
                libiconv,
-               libxml2-shlibs (>= 2.8.0-1)
+               libxml2-shlibs (>= 2.9.1-1)
        <<
        Description: XML stylsheet transformation shared libraries
        Files: lib/libexslt.0*.dylib lib/libxslt.1*.dylib lib/libxslt-plugins
@@ -53,7 +53,7 @@
        Depends: <<
                %N-shlibs (= %v-%r),
                libiconv,
-               libxml2-shlibs (>= 2.7.8-1)
+               libxml2-shlibs (>= 2.9.1-1)
        <<
        Description: XML stylsheet transformation utility (xsltproc)
        Files: bin/xsltproc share/man/man1/xsltproc.1


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to