[Gpg4win-commits] r1339 - in trunk: . patches patches/gpgex-0.9.5
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 10 11:36:09 CET 2010
Author: marcus
Date: 2010-02-10 11:36:08 +0100 (Wed, 10 Feb 2010)
New Revision: 1339
Added:
trunk/patches/gpgex-0.9.5/
trunk/patches/gpgex-0.9.5/01-default-no-suffix.patch
Modified:
trunk/ChangeLog
trunk/Makefile.am
Log:
2010-02-10 Marcus Brinkmann <marcus at g10code.de>
* patches/gpgex-0.9.5/01-default-no-suffix.patch: Add patch.
* Makefile.am (EXTRA_DIST): Add this and remove gpgex-0.9.3 patches.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-02-04 07:09:16 UTC (rev 1338)
+++ trunk/ChangeLog 2010-02-10 10:36:08 UTC (rev 1339)
@@ -1,3 +1,8 @@
+2010-02-10 Marcus Brinkmann <marcus at g10code.de>
+
+ * patches/gpgex-0.9.5/01-default-no-suffix.patch: Add patch.
+ * Makefile.am (EXTRA_DIST): Add this and remove gpgex-0.9.3 patches.
+
2010-02-03 Werner Koch <wk at g10code.com>
Release 2.0.2rc1.
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2010-02-04 07:09:16 UTC (rev 1338)
+++ trunk/Makefile.am 2010-02-10 10:36:08 UTC (rev 1339)
@@ -37,8 +37,7 @@
patches/gpgme-1.2.0/03-w32-socket.patch \
patches/winpt/01-gpg-path.patch \
patches/gpgex/01-no-checksums.patch \
- patches/gpgex-0.9.3/01-full-browser.patch \
- patches/gpgex-0.9.3/02-doc.patch \
+ patches/gpgex-0.9.5/01-default-no-suffix.patch \
patches/gnupg2/01-version.patch.in \
patches/gnupg2-2.0.9/01-close-all-handle.patch \
patches/gnupg2-2.0.9/02-de.po-fix.patch \
Added: trunk/patches/gpgex-0.9.5/01-default-no-suffix.patch
===================================================================
--- trunk/patches/gpgex-0.9.5/01-default-no-suffix.patch 2010-02-04 07:09:16 UTC (rev 1338)
+++ trunk/patches/gpgex-0.9.5/01-default-no-suffix.patch 2010-02-10 10:36:08 UTC (rev 1339)
@@ -0,0 +1,17 @@
+#! /bin/sh
+patch -p0 -f $* < $0
+exit $?
+
+Correct default if there is no suffix.
+
+--- src/gpgex.cc 2009-07-17 18:19:12.000000000 +0200
++++ src/gpgex.cc 2010-02-10 11:29:17.000000000 +0100
+@@ -213,6 +213,8 @@
+ if (gpg == false)
+ this->all_files_gpg = FALSE;
+ }
++ else
++ this->all_files_gpg = FALSE;
+
+ this->filenames.push_back (filename);
+ }
Property changes on: trunk/patches/gpgex-0.9.5/01-default-no-suffix.patch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Gpg4win-commits
mailing list