libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: don't forget signature and directive for bz2 files [libtool--releas


From: Gary V. Vaughan
Subject: FYI: don't forget signature and directive for bz2 files [libtool--release--2.0--patch-45]
Date: Sun, 24 Oct 2004 15:17:51 +0100 (BST)
User-agent: mailnotify/0.6

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to branch-2-0.

  * looking for address@hidden/libtool--release--2.0--patch-44 to compare with
  * comparing to address@hidden/libtool--release--2.0--patch-44
  M  ChangeLog
  M  Makefile.maint
  M  configure.ac
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
  
        * Makefile.maint (cvs-dist): Generate signatures and directives
        for bz2 upload.
  
  --- orig/Makefile.maint
  +++ mod/Makefile.maint
  @@ -165,11 +165,13 @@
        cd $(srcdir) \
          && $(CVS) -q tag `echo "release-$(VERSION)" | sed 's/\./-/g'`
   ## Generate signatures and directives for FSF ftp-upload:
  -     ofile="$(PACKAGE)-$(VERSION).tar.gz"; \
  -     $(GPG) --detach-sign $$ofile \
  -     && echo "directory: libtool" > $$ofile.directive \
  -     && $(GPG) --clearsign $$ofile.directive \
  -     && rm -f $$ofile.directive
  +     for suffix in .gz .bz2; do \
  +       ofile="$(PACKAGE)-$(VERSION).tar.$$suffix"; \
  +       $(GPG) --detach-sign $$ofile \
  +       && echo "directory: libtool" > $$ofile.directive \
  +       && $(GPG) --clearsign $$ofile.directive \
  +       && rm -f $$ofile.directive; \
  +     done
   
   .PHONY: new-tarball
   new-tarball:
  
  
  --- orig/configure.ac
  +++ mod/configure.ac
  @@ -24,7 +24,7 @@
   ## ------------------------ ##
   ## Autoconf initialisation. ##
   ## ------------------------ ##
  -AC_INIT([libtool], [1.9f], address@hidden)
  +AC_INIT([libtool], [1.9g], address@hidden)
   AC_CONFIG_HEADERS([config.h:config-h.in])
   AC_CONFIG_SRCDIR([libtoolize.in])
   AC_CONFIG_AUX_DIR([config])
  
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFBe7mOFRMICSmD1gYRAvZFAJ93/IT8Rhe1QgQ7vzO8/4V572utwQCffLmQ
IBrViKIIqf6t1Rg+g8CRP0M=
=iCsr
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]