]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Bump DSO versions...
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 28 Jan 2003 15:33:18 +0000 (15:33 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 28 Jan 2003 15:33:18 +0000 (15:33 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@3255 7a7537e8-13f0-0310-91df-b6672ffda945

CHANGES.txt
config-scripts/cups-sharedlibs.m4
cups/Makefile

index 839ee108e45aa0c03c26c9cfaf923cab275b0fc6..e816870f71dc7f8d36eefd1d082a03df2df04bf7 100644 (file)
@@ -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.
index 41b2bfad75cc6a3b3b2779523f5edc147accc4f7..98cd8e099b190b49cb1eadbf130c5284118fc49b 100644 (file)
@@ -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
index b2a4bf53911d5a607743f1a2c56ff6cb1dc74aa5..3ef6b2084f866c4a5387332bd0756190beb0dfba 100644 (file)
@@ -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 $".
 #