Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv32498

Modified Files:
        popt.info 
Log Message:
sync. w/ 10.!4/stable, 10.4-EOL/unstable


Index: popt.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/popt.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- popt.info   11 Jul 2011 04:08:33 -0000      1.1
+++ popt.info   27 Oct 2011 18:15:58 -0000      1.2
@@ -1,5 +1,5 @@
 Package: popt
-Version: 1.14
+Version: 1.16
 Revision: 1
 Description: Library for parsing command line options
 License: BSD
@@ -7,36 +7,36 @@
 
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: <<
-       libgettext3-dev,
+       libgettext8-dev,
        gettext-bin (>= 0.14.5-1),
-       gettext-tools (>= 0.14.5-1),
+       gettext-tools (>= 0.17-1),
        libiconv-dev
 <<
 BuildDependsOnly: True
 
 Source: http://ftp.us.debian.org/debian/pool/main/p/%n/%n_%v.orig.tar.gz
-Source-MD5: 4f90a07316eb825604dd10ae4f9f3f04
+Source-MD5: 3743beefa3dd6247a73f8f7a32c14c33
 SourceDirectory: %n-%v
 PatchScript: <<
        #!/bin/sh -ev
        
        # Change gettext catalog name popt => popt1
-       perl -pi -e 's,popt.pot,popt1.pot,g' Makefile*
-       perl -pi -e 's,PACKAGE=popt,PACKAGE=popt1,g' configure
+       perl -pi -e "s,PACKAGE='popt',PACKAGE='popt1',g" configure
        perl -pi -e 's,Project-Id-Version: popt,Project-Id-Version: popt1,g' 
po/*.po
        perl -pi -e 's,\"popt\",\"popt1\",g' poptint.h
-       mv %b/po/popt.pot %b/po/popt1.pot
+       
+       echo "am__append_1 += -version-info 1:0:1" >> Makefile.in
 <<
 
-SetLDFLAGS: -no-undefined -lintl
+UseMaxBuildJobs: false
 ConfigureParams: --mandir=%p/share/man --with-libintl-prefix=%p 
--with-libiconv-prefix=%p
 
-InstallScript: make install DESTDIR=%d
+InstallScript: make -j1 install DESTDIR=%d
 DocFiles: README COPYING CHANGES
 SplitOff: <<
        Package: %N-shlibs
        Depends: <<
-               libgettext3-shlibs,
+               libgettext8-shlibs,
                libiconv
        <<
        Replaces: %N (<= 1.6.2-1)
@@ -45,12 +45,23 @@
                lib/libpopt.0*.dylib
                share/locale
        <<
-       Shlibs: %p/lib/libpopt.0.dylib 1.0.0 %n (>= 1.6.4-1)
+       Shlibs: %p/lib/libpopt.0.dylib 2.0.0 %n (>= 1.16-1)
 <<
 
 DescUsage: <<
        Packages using glib should try to migrate to GOption instead
        of popt. See: http://live.gnome.org/GnomeGoals/PoptGOption
 <<
-DescPackaging:         2005-02-09: Locale files have been versioned 
(%p/share/local/*/LC_MESSAGES/popt1.mo) and moved into the popt-shlibs package 
to allow for installation of future major versions of popt.
+DescPackaging: <<
+       2005-02-09: Locale files have been versioned
+       (%p/share/local/*/LC_MESSAGES/popt1.mo) and moved into the
+       popt-shlibs package to allow for installation of future major
+       versions of popt.
+
+       2010-11-18: Redo the above, which seems to have become undone
+       at some point in the past.
+
+       2010-11-18: Bump compatibility_version for %v 1.14 -> 1.16
+       because added new symbols to public interface.
+<<
 


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to