diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 21:45:22 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 21:45:22 (EDT) |
commit | 8867564ec988d6f967ce4100727240b03a3a0a12 (patch) | |
tree | 19130e9bdd5760235ff2f52376f5bd4a16c6b795 | |
parent | 0ebd18e94ced450735a1c98c1d2dee198da6e512 (diff) |
patches/01_fix-library-version-info.patch: Drop
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | patches/01_fix-library-version-info.patch | 15 |
2 files changed, 1 insertions, 15 deletions
@@ -1,6 +1,7 @@ libtommath (1.1.0-1) trunk * New upstream release. + - Drop old patch to fix the package version in a makefile. * Update Maintainer and Homepage fields. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 31 May 2019 21:20:36 -0400 diff --git a/patches/01_fix-library-version-info.patch b/patches/01_fix-library-version-info.patch deleted file mode 100644 index eee2108..0000000 --- a/patches/01_fix-library-version-info.patch +++ /dev/null @@ -1,15 +0,0 @@ -Author: "P. J. McDermott" <pj@pehjota.net> -Subject: Fix library version info - -diff -Naur src.orig/makefile.shared src/makefile.shared ---- src.orig/makefile.shared 2010-07-23 10:27:20.000000000 -0400 -+++ src/makefile.shared 2014-08-02 11:05:59.049453299 -0400 -@@ -1,7 +1,7 @@ - #Makefile for GCC - # - #Tom St Denis --VERSION=0:41 -+VERSION=0:42 - - CC = libtool --mode=compile --tag=CC gcc - |