From 3279da7f61df152383bb89a345a4ecfd619d50b436fb37d4448826ea7cb4282f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Wed, 21 May 2014 13:51:31 +0000 Subject: [PATCH] Accepting request 234969 from home:AndreasStieger:branches:Base:System gpgme 1.5.0 OBS-URL: https://build.opensuse.org/request/show/234969 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=47 --- gpgme-1.4.3.tar.bz2 | 3 --- gpgme-1.4.3.tar.bz2.sig | Bin 287 -> 0 bytes gpgme-1.5.0.tar.bz2 | 3 +++ gpgme-1.5.0.tar.bz2.sig | Bin 0 -> 287 bytes gpgme.changes | 34 ++++++++++++++++++++++++++++++++++ gpgme.spec | 16 ++++------------ 6 files changed, 41 insertions(+), 15 deletions(-) delete mode 100644 gpgme-1.4.3.tar.bz2 delete mode 100644 gpgme-1.4.3.tar.bz2.sig create mode 100644 gpgme-1.5.0.tar.bz2 create mode 100644 gpgme-1.5.0.tar.bz2.sig diff --git a/gpgme-1.4.3.tar.bz2 b/gpgme-1.4.3.tar.bz2 deleted file mode 100644 index 45a974e..0000000 --- a/gpgme-1.4.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d1cc12411753752d9c5b9037e6fd3fd363517af720154768cc7b46b60120496 -size 972497 diff --git a/gpgme-1.4.3.tar.bz2.sig b/gpgme-1.4.3.tar.bz2.sig deleted file mode 100644 index 197202416330c1cb42e403874b10a30542572d6a1c8eb91c7b71137c1c7c3821..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0SEvF1p-nC*fRhM2@oWkInqxhgX$fzU3<`r%;`%0a{-nhzoBYS>WW9h$*!q`T${Lqp z^hn4eqky3ifW1Enbq5@=s>le)z@!X|=~0*ZOMg633g>`B-z zn$-`PO)${E5_o04`)w|CAD3fGTH8gqK0ZAif##pCjo!dgV l0(Rosn1^cvH9ax{U*5QGSNS8ZIt3Rc$7RWE|6AfS4aJq!fb#$V diff --git a/gpgme-1.5.0.tar.bz2 b/gpgme-1.5.0.tar.bz2 new file mode 100644 index 0000000..eef369f --- /dev/null +++ b/gpgme-1.5.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1127ed730976468255e692d91f1c25b49fe2a97aad1379fc443f2c83c683c83 +size 964134 diff --git a/gpgme-1.5.0.tar.bz2.sig b/gpgme-1.5.0.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..e68622442f09b7bf11ea1eda06c16cd01865f206a21aa47f3352ca8359b14a81 GIT binary patch literal 287 zcmV+)0pR|L0UQJX0SEvF1p-riS)Tw32@oWkInqxhZ*FJc49@@NY%c(k z^Fuu%e~A6sO1ESluBdJ6o>^Ia;Q(VALZ(tt8N7hbF71dMwk-ADeAHt>U+n+(2`Y@j zPQX9BeCDiH`_w6eMls~{Voc@PtDDGOkkc06BWw@w{1C^9{zdu-aO2p+4GHg!9iRR( zjjVO+Zl=gV}YKc z9ggk@#Tpcre@G$a046@$KF*|F^Z{Km%RL8i7s_r6MpL!rzbO-d?^elmpGM$BPUPEY lzWJmf_NVXZCqc)VzYbZO;RG{>y+ZTp*Qls^Or*-KvmQ@EiB13j literal 0 HcmV?d00001 diff --git a/gpgme.changes b/gpgme.changes index 685930f..efe11a0 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed May 21 11:24:56 UTC 2014 - andreas.stieger@gmx.de + +- gpgme 1.5.0 + - On Unices the engine file names are not not anymore hardwired + but located via the envvar PATH. All options to set the name of + the engines for the configure run are removed. + - If GPGME finds the gpgconf binary it defaults to using gpg2 or + whatever gpgconf tells as name for the OpenPGP engine. If + gpgconf is not found, GPGME looks for an engine named "gpg". + - New feature to use the gpgme I/O subsystem to run arbitrary + commands. + - New flag to use encryption without the default compression step. + - New function to access "gpg-conf --list-dirs" + - New configure option --enable-fixed-path for use by Android. + - Support ECC algorithms. + - Interface changes relative to the 1.4.3 release: + gpgme_get_dirinfo NEW. + gpgme_op_spawn_start NEW. + gpgme_op_spawn NEW. + GPGME_PROTOCOL_SPAWN NEW. + GPGME_SPAWN_DETACHED NEW. + GPGME_SPAWN_ALLOW_SET_FG NEW. + GPGME_ENCRYPT_NO_COMPRESS NEW. + GPGME_PK_ECC NEW. + GPGME_MD_SHA224 NEW. + gpgme_subkey_t EXTENDED: New field curve. + GPGME_STATUS_PLAINTEXT_LENGTH NEW. + GPGME_STATUS_MOUNTPOINT NEW. + GPGME_STATUS_PINENTRY_LAUNCHED NEW. + GPGME_STATUS_ATTRIBUTE NEW. + GPGME_STATUS_BEGIN_SIGNING NEW. + GPGME_STATUS_KEY_NOT_CREATED NEW. + ------------------------------------------------------------------- Tue Aug 13 11:16:00 UTC 2013 - andreas.stieger@gmx.de diff --git a/gpgme.spec b/gpgme.spec index df25cb8..03c04d3 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -17,7 +17,7 @@ Name: gpgme -Version: 1.4.3 +Version: 1.5.0 Release: 0 Summary: A Library Designed to Give Applications Easy Access to GnuPG License: LGPL-2.1+ and GPL-3.0+ @@ -29,7 +29,7 @@ Source2: baselibs.conf Source3: gpgme.keyring BuildRequires: gpg2 >= 2.0.10 BuildRequires: libassuan-devel >= 2.0.2 -BuildRequires: libgpg-error-devel >= 1.8 +BuildRequires: libgpg-error-devel >= 1.11 %if 0%{?suse_version} >= 1230 BuildRequires: gpg-offline %endif @@ -102,16 +102,8 @@ of standard widgets for common key selection tasks is even planned. %setup -q %build -# Ensure that a (re)build uses fixed binaries with minimum version because -# in case configure picks GnuPG-1.x, e.g. from /usr/local, this would cause -# testsuite failures: -%configure --without-pth --disable-static \ - --with-gpg-version=2.0.10 \ - --with-gpgsm-version=2.0.10 \ - --with-gpgconf-version=2.0.10 \ - --with-gpg=%{_bindir}/gpg2 \ - --with-gpgsm=%{_bindir}/gpgsm \ - --with-gpgconf=%{_bindir}/gpgconf \ +%configure \ + --disable-static \ --disable-fd-passing make %{?_smp_mflags}