rpms/evolution-connector/devel ximian-connector-2.2.2-noinst-ltlibraries.patch, NONE, 1.1 evolution-connector.spec, 1.25, 1.26 regenerate-patch.sh, 1.4, 1.5 ximian-connector-2.1.4-generated-autotool.patch, 1.3, 1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 4 20:08:57 UTC 2005


Author: dmalcolm

Update of /cvs/dist/rpms/evolution-connector/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27081

Modified Files:
	evolution-connector.spec regenerate-patch.sh 
	ximian-connector-2.1.4-generated-autotool.patch 
Added Files:
	ximian-connector-2.2.2-noinst-ltlibraries.patch 
Log Message:
* Wed May  4 2005 David Malcolm <dmalcolm at redhat.com> - 2.2.2-3
- updated noinst patch: libexchange is now a convenience library again; use -R
syntax to express path to Evolution's private libraries rather than -Wl since
libtool cannot properly intrepret the latter; regenerated resulting patch.



ximian-connector-2.2.2-noinst-ltlibraries.patch:
 Makefile.am |    4 +---
 1 files changed, 1 insertion(+), 3 deletions(-)

--- NEW FILE ximian-connector-2.2.2-noinst-ltlibraries.patch ---
--- ximian-connector-2.2.2/lib/Makefile.am.noinst_ltlibraries	2005-04-12 16:37:58.000000000 -0400
+++ ximian-connector-2.2.2/lib/Makefile.am	2005-04-12 16:38:11.000000000 -0400
@@ -9,11 +9,9 @@
 	-I$(top_srcdir)						\
         -I$(top_srcdir)/xntlm
 
-EVOLUTION_privlib_LTLIBRARIES =						\
+noinst_LTLIBRARIES =					\
         libexchange.la
 
-
-
 PROP_GENERATED = e2k-propnames.h e2k-propnames.c e2k-proptags.h
 
 mapi_properties    = $(top_srcdir)/docs/mapi-properties


Index: evolution-connector.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution-connector/devel/evolution-connector.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- evolution-connector.spec	3 May 2005 03:08:19 -0000	1.25
+++ evolution-connector.spec	4 May 2005 20:08:54 -0000	1.26
@@ -10,7 +10,7 @@
 
 Name: evolution-connector
 Version: 2.2.2
-Release: 2
+Release: 3
 License: GPL
 Group: Applications/Productivity
 URL:  http://ftp.gnome.org/pub/gnome/sources/ximian-connector/2.1/
@@ -19,7 +19,7 @@
 
 # Patches we apply to the autotool files:
 Patch0: ximian-connector-2.1.4-64bit-fix-acinclude.m4.patch
-#Patch1: ximian-connector-2.2.2-noinst-ltlibraries.patch
+Patch1: ximian-connector-2.2.2-noinst-ltlibraries.patch
 
 # Patch generated against a pristine source tree after applying the
 # above patches and then rerunning the autotools.  This patch will contain
@@ -62,7 +62,7 @@
 fi
 export LIBS
 %configure --with-openldap=%{_libdir}/evolution-openldap --with-static-ldap
-make LDFLAGS="-Wl,-rpath %{plibdir}"
+make LDFLAGS="-R %{plibdir}"
 
 %install
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
@@ -91,6 +91,11 @@
 %{_datadir}/ximian-connector/%{evo_major}/ui/ximian-connector.xml
 
 %changelog
+* Wed May  4 2005 David Malcolm <dmalcolm at redhat.com> - 2.2.2-3
+- updated noinst patch: libexchange is now a convenience library again; use -R
+syntax to express path to Evolution's private libraries rather than -Wl since
+libtool cannot properly intrepret the latter; regenerated resulting patch.
+
 * Mon May  2 2005 David Malcolm <dmalcolm at redhat.com> - 2.2.2-2
 - disabling noinst patch as not yet applied
 


Index: regenerate-patch.sh
===================================================================
RCS file: /cvs/dist/rpms/evolution-connector/devel/regenerate-patch.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- regenerate-patch.sh	3 May 2005 03:03:12 -0000	1.4
+++ regenerate-patch.sh	4 May 2005 20:08:54 -0000	1.5
@@ -2,7 +2,7 @@
 BASE_NAME=ximian-connector-2.2.2
 TARBALL_NAME=$BASE_NAME.tar.bz2
 
-INPUT_PATCHES="ximian-connector-2.1.4-64bit-fix-acinclude.m4.patch"
+INPUT_PATCHES="ximian-connector-2.1.4-64bit-fix-acinclude.m4.patch ximian-connector-2.2.2-noinst-ltlibraries.patch"
 OUTPUT_PATCH=ximian-connector-2.1.4-generated-autotool.patch
 
 # Ensure we have the tarball:

ximian-connector-2.1.4-generated-autotool.patch:
 Makefile.in                |  477 -
 acinclude.m4               |   22 
 aclocal.m4                 |14807 ++++++++++++++++++++++-----------------------
 addressbook/Makefile.in    |  370 -
 autom4te.cache             |only
 calendar/Makefile.in       |  374 -
 camel/Makefile.in          |  433 -
 configure                  | 1802 +++--
 docs/Makefile.in           |  343 -
 docs/ietf/Makefile.in      |  239 
 docs/reference/Makefile.in |  274 
 lib/Makefile.am            |    4 
 lib/Makefile.in            |  555 -
 mail/Makefile.in           |  366 -
 shell/Makefile.in          |  450 -
 storage/Makefile.in        |  593 +
 xntlm/Makefile.in          |  362 -
 17 files changed, 11558 insertions(+), 9913 deletions(-)

View full diff with command:
/usr/bin/cvs -f diff  -kk -u -N -r 1.3 -r 1.4 ximian-connector-2.1.4-generated-autotool.patch
Index: ximian-connector-2.1.4-generated-autotool.patch
===================================================================
RCS file: /cvs/dist/rpms/evolution-connector/devel/ximian-connector-2.1.4-generated-autotool.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ximian-connector-2.1.4-generated-autotool.patch	3 May 2005 03:03:12 -0000	1.3
+++ ximian-connector-2.1.4-generated-autotool.patch	4 May 2005 20:08:54 -0000	1.4
@@ -1,6 +1,6 @@
 diff --recursive -up ximian-connector-2.2.2-pristine/acinclude.m4 ximian-connector-2.2.2-patched/acinclude.m4
 --- ximian-connector-2.2.2-pristine/acinclude.m4	2004-08-13 14:16:45.000000000 -0400
-+++ ximian-connector-2.2.2-patched/acinclude.m4	2005-05-02 22:20:38.000000000 -0400
++++ ximian-connector-2.2.2-patched/acinclude.m4	2005-05-04 15:06:53.000000000 -0400
 @@ -34,6 +34,18 @@ AC_DEFUN([EVO_LDAP_CHECK], [
  	AC_ARG_WITH(openldap,     [  --with-openldap=[no/yes/PREFIX]      Enable LDAP support in evolution])
  	AC_ARG_WITH(static-ldap,  [  --with-static-ldap=[no/yes]          Link LDAP support statically into evolution ])
@@ -54,10 +54,9 @@
  					else
  						LDAP_LIBS="-lldap $LDAP_LIBS"
  					fi],
-Only in ximian-connector-2.2.2-pristine: acinclude.m4.autotool-results
 diff --recursive -up ximian-connector-2.2.2-pristine/aclocal.m4 ximian-connector-2.2.2-patched/aclocal.m4
 --- ximian-connector-2.2.2-pristine/aclocal.m4	2005-04-06 09:16:16.000000000 -0400
-+++ ximian-connector-2.2.2-patched/aclocal.m4	2005-05-02 22:20:46.000000000 -0400
++++ ximian-connector-2.2.2-patched/aclocal.m4	2005-05-04 15:06:58.000000000 -0400
 @@ -1,7 +1,7 @@
 -# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
 +# generated automatically by aclocal 1.9.5 -*- Autoconf -*-
@@ -69,7 +68,7 @@
  # This file is free software; the Free Software Foundation
  # gives unlimited permission to copy and/or distribute it,
  # with or without modifications, as long as this notice is preserved.
-@@ -11,3703 +11,3704 @@
+@@ -11,3703 +11,3760 @@
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  # PARTICULAR PURPOSE.
  
@@ -982,6 +981,10 @@
 +  ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
    ;;
 -esac
+-
+-AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
+-AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
+-enable_win32_dll=yes, enable_win32_dll=no)
 +  *)
 +  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
 +  for ac_dir in ifelse([$5], , $PATH, [$5]); do
@@ -1009,9 +1012,10 @@
 +AC_SUBST($1)dnl
 +])
  
--AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
--AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
--enable_win32_dll=yes, enable_win32_dll=no)
+-AC_ARG_ENABLE([libtool-lock],
+-    [AC_HELP_STRING([--disable-libtool-lock],
+-	[avoid locking (might break parallel builds)])])
+-test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 +# GLIB_WITH_NLS
 +#-----------------
 +glib_DEFUN([GLIB_WITH_NLS],
@@ -1019,31 +1023,31 @@
 +  [USE_NLS=yes
 +    AC_SUBST(USE_NLS)
  
--AC_ARG_ENABLE([libtool-lock],
--    [AC_HELP_STRING([--disable-libtool-lock],
--	[avoid locking (might break parallel builds)])])
--test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
-+    gt_cv_have_gettext=no
- 
 -AC_ARG_WITH([pic],
 -    [AC_HELP_STRING([--with-pic],
 -	[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
 -    [pic_mode="$withval"],
 -    [pic_mode=default])
 -test -z "$pic_mode" && pic_mode=default
-+    CATOBJEXT=NONE
-+    XGETTEXT=:
-+    INTLLIBS=
++    gt_cv_have_gettext=no
  
 -# Use C for the default configuration in the libtool script
 -tagname=
 -AC_LIBTOOL_LANG_C_CONFIG
 -_LT_AC_TAGCONFIG
 -])# AC_LIBTOOL_SETUP
++    CATOBJEXT=NONE
++    XGETTEXT=:
++    INTLLIBS=
+ 
 +    AC_CHECK_HEADER(libintl.h,
 +     [gt_cv_func_dgettext_libintl="no"
 +      libintl_extra_libs=""
  
+-# _LT_AC_SYS_COMPILER
+-# -------------------
+-AC_DEFUN([_LT_AC_SYS_COMPILER],
+-[AC_REQUIRE([AC_PROG_CC])dnl
 +      #
 +      # First check in libc
 +      #
@@ -1071,11 +1075,6 @@
 +        AC_CHECK_FUNCS(bind_textdomain_codeset)
 +      fi
  
--# _LT_AC_SYS_COMPILER
--# -------------------
--AC_DEFUN([_LT_AC_SYS_COMPILER],
--[AC_REQUIRE([AC_PROG_CC])dnl
--
 -# If no C compiler was specified, use CC.
 -LTCC=${LTCC-"$CC"}
 +      #
@@ -1512,14 +1511,14 @@
 -  fi
 -fi
 -fi
- 
+-
 -# Copy echo and quote the copy suitably for passing to libtool from
 -# the Makefile, instead of quoting the original, which is used later.
 -ECHO=$echo
 -if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
 -   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
 -fi
--
+ 
 -AC_SUBST(ECHO)
 -])])# _LT_AC_PROG_ECHO_BACKSLASH
 +    warning_flags=
@@ -2175,6 +2174,13 @@
 -else
 -  lt_cv_dlopen=no
 -  lt_cv_dlopen_libs=
+-
+-  case $host_os in
+-  beos*)
+-    lt_cv_dlopen="load_add_on"
+-    lt_cv_dlopen_libs=
+-    lt_cv_dlopen_self=yes
+-    ;;
 +dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
 +dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run
 +dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
@@ -2193,17 +2199,15 @@
 +		defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
 +])])# AC_PROG_LIBTOOL
  
--  case $host_os in
--  beos*)
--    lt_cv_dlopen="load_add_on"
--    lt_cv_dlopen_libs=
--    lt_cv_dlopen_self=yes
--    ;;
- 
 -  mingw* | pw32*)
 -    lt_cv_dlopen="LoadLibrary"
 -    lt_cv_dlopen_libs=
 -   ;;
+ 
+-  cygwin*)
+-    lt_cv_dlopen="dlopen"
+-    lt_cv_dlopen_libs=
+-   ;;
 +# _AC_PROG_LIBTOOL
 +# ----------------
 +AC_DEFUN([_AC_PROG_LIBTOOL],
@@ -2212,13 +2216,6 @@
 +AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
 +AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
  
--  cygwin*)
--    lt_cv_dlopen="dlopen"
--    lt_cv_dlopen_libs=
--   ;;
-+# This can be used to rebuild libtool when needed
-+LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
- 
 -  darwin*)
 -  # if libdl is installed we need to link against it
 -    AC_CHECK_LIB([dl], [dlopen],
@@ -2228,9 +2225,8 @@
 -    lt_cv_dlopen_self=yes
 -    ])
 -   ;;
-+# Always use our own libtool.
-+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-+AC_SUBST(LIBTOOL)dnl
++# This can be used to rebuild libtool when needed
++LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
  
 -  *)
 -    AC_CHECK_FUNC([shl_load],
@@ -2252,20 +2248,26 @@
 -      ])
 -    ;;
 -  esac
-+# Prevent multiple expansion
[...9791 lines suppressed...]
  	    dir=''; \
  	  fi; \
-@@ -667,16 +699,18 @@ distdir: $(DISTFILES)
+@@ -667,16 +673,15 @@ distdir: $(DISTFILES)
  	  fi; \
  	done
  	$(MAKE) $(AM_MAKEFLAGS) \
@@ -22299,15 +23596,12 @@
 -	$(mkinstalldirs) $(DESTDIR)$(EVOLUTION_privlibdir)
 -
 -install: install-am
-+	for dir in "$(DESTDIR)$(EVOLUTION_privlibdir)"; do \
-+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
-+	done
 +install: $(BUILT_SOURCES)
 +	$(MAKE) $(AM_MAKEFLAGS) install-am
  install-exec: install-exec-am
  install-data: install-data-am
  uninstall: uninstall-am
-@@ -687,7 +721,7 @@ install-am: all-am
+@@ -687,7 +692,7 @@ install-am: all-am
  installcheck: installcheck-am
  install-strip:
  	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
@@ -22316,7 +23610,7 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-@@ -696,7 +730,7 @@ clean-generic:
+@@ -696,7 +701,7 @@ clean-generic:
  	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  
  distclean-generic:
@@ -22325,14 +23619,13 @@
  
  maintainer-clean-generic:
  	@echo "This command is intended for maintainers to use"
-@@ -704,18 +738,21 @@ maintainer-clean-generic:
+@@ -704,23 +709,26 @@ maintainer-clean-generic:
  	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  clean: clean-am
  
 -clean-am: clean-EVOLUTION_privlibLTLIBRARIES clean-generic clean-libtool \
--	clean-noinstPROGRAMS mostlyclean-am
-+clean-am: clean-EVOLUTION_privlibLTLIBRARIES clean-generic \
-+	clean-libtool clean-noinstPROGRAMS mostlyclean-am
++clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
+ 	clean-noinstPROGRAMS mostlyclean-am
  
  distclean: distclean-am
 -
@@ -22352,7 +23645,13 @@
  info: info-am
  
  info-am:
-@@ -731,7 +768,8 @@ install-man:
+ 
+-install-data-am: install-EVOLUTION_privlibLTLIBRARIES
++install-data-am:
+ 
+ install-exec-am:
+ 
+@@ -731,7 +739,8 @@ install-man:
  installcheck-am:
  
  maintainer-clean: maintainer-clean-am
@@ -22362,10 +23661,11 @@
  maintainer-clean-am: distclean-am maintainer-clean-generic
  
  mostlyclean: mostlyclean-am
-@@ -739,21 +777,29 @@ mostlyclean: mostlyclean-am
+@@ -739,21 +748,27 @@ mostlyclean: mostlyclean-am
  mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  	mostlyclean-libtool
  
+-uninstall-am: uninstall-EVOLUTION_privlibLTLIBRARIES uninstall-info-am
 +pdf: pdf-am
 +
 +pdf-am:
@@ -22374,41 +23674,34 @@
 +
 +ps-am:
 +
- uninstall-am: uninstall-EVOLUTION_privlibLTLIBRARIES uninstall-info-am
++uninstall-am: uninstall-info-am
  
 -.PHONY: GTAGS all all-am check check-am clean \
-+.PHONY: CTAGS GTAGS all all-am check check-am clean \
- 	clean-EVOLUTION_privlibLTLIBRARIES clean-generic clean-libtool \
+-	clean-EVOLUTION_privlibLTLIBRARIES clean-generic clean-libtool \
 -	clean-noinstPROGRAMS distclean distclean-compile \
 -	distclean-depend distclean-generic distclean-libtool \
 -	distclean-tags distdir dvi dvi-am info info-am install \
 -	install-EVOLUTION_privlibLTLIBRARIES install-am install-data \
--	install-data-am install-exec install-exec-am install-info \
--	install-info-am install-man install-strip installcheck \
--	installcheck-am installdirs maintainer-clean \
-+	clean-noinstPROGRAMS ctags dist-hook distclean \
-+	distclean-compile distclean-generic distclean-libtool \
-+	distclean-tags distdir dvi dvi-am html html-am info info-am \
-+	install install-EVOLUTION_privlibLTLIBRARIES install-am \
-+	install-data install-data-am install-exec install-exec-am \
-+	install-info install-info-am install-man install-strip \
-+	installcheck installcheck-am installdirs maintainer-clean \
++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
++	clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
++	ctags dist-hook distclean distclean-compile distclean-generic \
++	distclean-libtool distclean-tags distdir dvi dvi-am html \
++	html-am info info-am install install-am install-data \
+ 	install-data-am install-exec install-exec-am install-info \
+ 	install-info-am install-man install-strip installcheck \
+ 	installcheck-am installdirs maintainer-clean \
  	maintainer-clean-generic mostlyclean mostlyclean-compile \
 -	mostlyclean-generic mostlyclean-libtool tags uninstall \
 -	uninstall-EVOLUTION_privlibLTLIBRARIES uninstall-am \
 -	uninstall-info-am
 +	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-+	tags uninstall uninstall-EVOLUTION_privlibLTLIBRARIES \
-+	uninstall-am uninstall-info-am
++	tags uninstall uninstall-am uninstall-info-am
  
  
  e2k-propnames.h: $(e2k_propnames_h_in) $(mapi_properties)
-Only in ximian-connector-2.2.2-pristine: libtool
-Only in ximian-connector-2.2.2-pristine/mail: .deps
-Only in ximian-connector-2.2.2-pristine/mail: Makefile
 diff --recursive -up ximian-connector-2.2.2-pristine/mail/Makefile.in ximian-connector-2.2.2-patched/mail/Makefile.in
 --- ximian-connector-2.2.2-pristine/mail/Makefile.in	2005-04-06 09:16:33.000000000 -0400
-+++ ximian-connector-2.2.2-patched/mail/Makefile.in	2005-05-02 22:20:56.000000000 -0400
++++ ximian-connector-2.2.2-patched/mail/Makefile.in	2005-05-04 15:07:08.000000000 -0400
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
 +# Makefile.in generated by automake 1.9.5 from Makefile.am.
@@ -23025,10 +24318,9 @@
  	uninstall-info-am
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
-Only in ximian-connector-2.2.2-pristine: Makefile
 diff --recursive -up ximian-connector-2.2.2-pristine/Makefile.in ximian-connector-2.2.2-patched/Makefile.in
 --- ximian-connector-2.2.2-pristine/Makefile.in	2005-04-06 09:16:31.000000000 -0400
-+++ ximian-connector-2.2.2-patched/Makefile.in	2005-05-02 22:20:57.000000000 -0400
++++ ximian-connector-2.2.2-patched/Makefile.in	2005-05-04 15:07:09.000000000 -0400
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
 +# Makefile.in generated by automake 1.9.5 from Makefile.am.
@@ -23820,14 +25112,9 @@
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
-Only in ximian-connector-2.2.2-pristine/po: Makefile
-Only in ximian-connector-2.2.2-pristine/po: Makefile.in
-Only in ximian-connector-2.2.2-pristine/po: POTFILES
-Only in ximian-connector-2.2.2-pristine/shell: .deps
-Only in ximian-connector-2.2.2-pristine/shell: Makefile
 diff --recursive -up ximian-connector-2.2.2-pristine/shell/Makefile.in ximian-connector-2.2.2-patched/shell/Makefile.in
 --- ximian-connector-2.2.2-pristine/shell/Makefile.in	2005-04-06 09:16:33.000000000 -0400
-+++ ximian-connector-2.2.2-patched/shell/Makefile.in	2005-05-02 22:20:57.000000000 -0400
++++ ximian-connector-2.2.2-patched/shell/Makefile.in	2005-05-04 15:07:08.000000000 -0400
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
 +# Makefile.in generated by automake 1.9.5 from Makefile.am.
@@ -24569,12 +25856,9 @@
  
  
  e-shell-marshal.h: e-shell-marshal.list
-Only in ximian-connector-2.2.2-pristine: stamp-h1
-Only in ximian-connector-2.2.2-pristine/storage: .deps
-Only in ximian-connector-2.2.2-pristine/storage: Makefile
 diff --recursive -up ximian-connector-2.2.2-pristine/storage/Makefile.in ximian-connector-2.2.2-patched/storage/Makefile.in
 --- ximian-connector-2.2.2-pristine/storage/Makefile.in	2005-04-06 09:16:34.000000000 -0400
-+++ ximian-connector-2.2.2-patched/storage/Makefile.in	2005-05-02 22:20:57.000000000 -0400
++++ ximian-connector-2.2.2-patched/storage/Makefile.in	2005-05-04 15:07:09.000000000 -0400
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
 +# Makefile.in generated by automake 1.9.5 from Makefile.am.
@@ -25531,13 +26815,9 @@
  
  
  install-exec-local: ximian-connector-setup
-Only in ximian-connector-2.2.2-pristine/xntlm: .deps
-Only in ximian-connector-2.2.2-pristine/xntlm: .libs
-Only in ximian-connector-2.2.2-pristine/xntlm: libxntlm.la
-Only in ximian-connector-2.2.2-pristine/xntlm: Makefile
 diff --recursive -up ximian-connector-2.2.2-pristine/xntlm/Makefile.in ximian-connector-2.2.2-patched/xntlm/Makefile.in
 --- ximian-connector-2.2.2-pristine/xntlm/Makefile.in	2005-04-06 09:16:34.000000000 -0400
-+++ ximian-connector-2.2.2-patched/xntlm/Makefile.in	2005-05-02 22:20:57.000000000 -0400
++++ ximian-connector-2.2.2-patched/xntlm/Makefile.in	2005-05-04 15:07:09.000000000 -0400
 @@ -1,8 +1,8 @@
 -# Makefile.in generated by automake 1.6.3 from Makefile.am.
 +# Makefile.in generated by automake 1.9.5 from Makefile.am.
@@ -26145,9 +27425,3 @@
  	uninstall-info-am
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
-Only in ximian-connector-2.2.2-pristine/xntlm: xntlm-des.lo
-Only in ximian-connector-2.2.2-pristine/xntlm: xntlm-des.o
-Only in ximian-connector-2.2.2-pristine/xntlm: xntlm.lo
-Only in ximian-connector-2.2.2-pristine/xntlm: xntlm-md4.lo
-Only in ximian-connector-2.2.2-pristine/xntlm: xntlm-md4.o
-Only in ximian-connector-2.2.2-pristine/xntlm: xntlm.o




More information about the fedora-cvs-commits mailing list