[gnomint] New upstream release

verdurin verdurin at fedoraproject.org
Fri Aug 27 09:50:21 UTC 2010


commit 758c1c0f7a44f1ccb0e921bd9221ba7e804a485f
Author: Adam Huffman <bloch at verdurin.com>
Date:   Fri Aug 27 10:48:41 2010 +0100

    New upstream release

 .gitignore                        |    1 +
 gnomint-1.2.1-DSO-libgcrypt.patch |   11 +++++++++++
 sources                           |    2 +-
 3 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 72a9881..1ae364d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gnomint-1.1.0.tar.gz
+/gnomint-1.2.1.tar.gz
diff --git a/gnomint-1.2.1-DSO-libgcrypt.patch b/gnomint-1.2.1-DSO-libgcrypt.patch
new file mode 100644
index 0000000..730f5f6
--- /dev/null
+++ b/gnomint-1.2.1-DSO-libgcrypt.patch
@@ -0,0 +1,11 @@
+--- a/src/Makefile.in	2010-08-11 10:12:26.000000000 +0100
++++ b/src/Makefile.in	2010-08-27 10:22:56.794524100 +0100
+@@ -98,7 +98,7 @@
+ 	$(AM_CFLAGS) $(CFLAGS)
+ CCLD = $(CC)
+ LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
++	$(AM_LDFLAGS) $(LDFLAGS) $(LIBGCRYPT_LIBS) -o $@
+ SOURCES = $(gnomint_SOURCES) $(gnomint_cli_SOURCES)
+ DIST_SOURCES = $(gnomint_SOURCES) $(gnomint_cli_SOURCES)
+ ETAGS = etags
diff --git a/sources b/sources
index 9a9eb2b..b16cd00 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b674fd6d589d23bba69b6f375c5ba16  gnomint-1.1.0.tar.gz
+f09f55abe094232fbea2a2d13ef600e6  gnomint-1.2.1.tar.gz


More information about the scm-commits mailing list