From: mike Date: Tue, 28 Jan 2003 15:33:18 +0000 (+0000) Subject: Bump DSO versions... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c06ca338d06a78699f0358a6ddd1fe21cd46e165;p=thirdparty%2Fcups.git Bump DSO versions... git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@3255 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/CHANGES.txt b/CHANGES.txt index 839ee108e4..e816870f71 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,10 @@ -CHANGES.txt - 01/27/2003 +CHANGES.txt - 01/28/2003 ------------------------ CHANGES IN CUPS V1.1.19 + - The PPD API now provides additional information from + the PPD file. - The USB backend didn't compile on Solaris Intel. - The cupstestppd utility now supports the "-q" option (quiet) for use in scripts, etc. diff --git a/config-scripts/cups-sharedlibs.m4 b/config-scripts/cups-sharedlibs.m4 index 41b2bfad75..98cd8e099b 100644 --- a/config-scripts/cups-sharedlibs.m4 +++ b/config-scripts/cups-sharedlibs.m4 @@ -1,5 +1,5 @@ dnl -dnl "$Id: cups-sharedlibs.m4,v 1.19 2003/01/17 15:25:12 mike Exp $" +dnl "$Id: cups-sharedlibs.m4,v 1.20 2003/01/28 15:33:17 mike Exp $" dnl dnl Shared library support for the Common UNIX Printing System (CUPS). dnl @@ -45,7 +45,7 @@ if test x$enable_shared != xno; then LIBCUPS="libcups.so.2" LIBCUPSIMAGE="libcupsimage.so.2" DSO="\$(CC)" - DSOFLAGS="$DSOFLAGS -Wl,-rpath,\$(libdir),-set_version,sgi2.4,-soname,\$@ -shared \$(OPTIM)" + DSOFLAGS="$DSOFLAGS -Wl,-rpath,\$(libdir),-set_version,sgi2.5,-soname,\$@ -shared \$(OPTIM)" ;; OSF1* | Linux* | *BSD*) LIBCUPS="libcups.so.2" @@ -152,5 +152,5 @@ AC_SUBST(IMGLIBS) AC_SUBST(EXPORT_LDFLAGS) dnl -dnl End of "$Id: cups-sharedlibs.m4,v 1.19 2003/01/17 15:25:12 mike Exp $". +dnl End of "$Id: cups-sharedlibs.m4,v 1.20 2003/01/28 15:33:17 mike Exp $". dnl diff --git a/cups/Makefile b/cups/Makefile index b2a4bf5391..3ef6b2084f 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.79 2002/12/17 18:56:40 swdev Exp $" +# "$Id: Makefile,v 1.80 2003/01/28 15:33:18 mike Exp $" # # Support library Makefile for the Common UNIX Printing System (CUPS). # @@ -121,7 +121,7 @@ libcups.2.dylib: $(LIBOBJS) ../Makedefs echo Linking $@... $(DSO) $(DSOFLAGS) -o $@ \ -install_name $(libdir)/$@ \ - -current_version 2.0.4 \ + -current_version 2.5.0 \ -compatibility_version 2.0.0 \ $(LIBOBJS) $(SSLLIBS) $(RM) libcups.dylib @@ -148,7 +148,7 @@ libcups_s.a: $(LIBOBJS) ../Makedefs libcups.la: $(LIBOBJS) ../Makedefs echo Linking $@... $(DSO) $(DSOFLAGS) -o $@ $(LIBOBJS:.o=.lo) -rpath $(LIBDIR) \ - -version-info 2:4 $(SSLLIBS) + -version-info 2:5 $(SSLLIBS) # @@ -198,5 +198,5 @@ include Dependencies # -# End of "$Id: Makefile,v 1.79 2002/12/17 18:56:40 swdev Exp $". +# End of "$Id: Makefile,v 1.80 2003/01/28 15:33:18 mike Exp $". #