All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [AUH] gpgme: upgrading to 1.6.0 SUCCEEDED
       [not found] <37b747fd-ad90-45e9-b3cc-4595c4d83661@fmsmsx108.amr.corp.intel.com>
@ 2016-01-13 13:42 ` Jussi Kukkonen
  2016-01-13 17:08   ` Aníbal Limón
  0 siblings, 1 reply; 6+ messages in thread
From: Jussi Kukkonen @ 2016-01-13 13:42 UTC (permalink / raw)
  To: Anibal Limon; +Cc: Yocto Project

[-- Attachment #1: Type: text/plain, Size: 1749 bytes --]

Hi,

On 11 January 2016 at 06:21, <auh@auh.yoctoproject.org> wrote:

> Hello,
>
> You are receiving this email because you are the maintainer
> of *gpgme* recipe and this is to let you know that the automatic attempt
> to upgrade the recipe to *1.6.0* has Succeeded.
>


First, thanks for the effort Anibal, the upgrade helper is looking very
useful: I'm certainly going to use it.

Couple of small issues:
* The license diffs do not seem correct: they look like like diffs between
an empty file and the new license file version (see the parent gpgme post
for example)
* Is the decision to use "buildhistory-diff -a" intentional? I'm not 100%
sure what exactly "-a" option brings with it but I've usually avoided it on
upgrades because the path changes in  -dbg package are so verbose as to
hide everything else...

Thanks,
  Jussi


> *LICENSE CHANGED* please review the gpgme.h.in.diff file and update the
> LICENSE
> variable in the recipe if is needed.
>
> The recipe has been successfully compiled for machines qemux86,
> qemux86-64, qemuarm, qemumips, qemuppc.
>
> Next steps:
>     - apply the patch: git am 0001-gpgme-upgrade-to-1.6.0.patch
>     - check that required upstream patches have not been commented from
> the recipe,
>       if upstream patches were commented the reason is specified in the
> commit message.
>     - compile an image that contains the package
>     - perform some basic sanity tests
>     - amend the patch and sign it off: git commit -s --reset-author --amend
>     - send it to the list
>
> Attached are the patch, license diff (if change) and bitbake log.
> Any problem please contact Anibal Limon <anibal.limon@intel.com>.
>
> Regards,
> The Upgrade Helper

[-- Attachment #2: Type: text/html, Size: 2818 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [AUH] gpgme: upgrading to 1.6.0 SUCCEEDED
  2016-01-13 13:42 ` [AUH] gpgme: upgrading to 1.6.0 SUCCEEDED Jussi Kukkonen
@ 2016-01-13 17:08   ` Aníbal Limón
  2016-01-13 20:03     ` Paul Eggleton
  0 siblings, 1 reply; 6+ messages in thread
From: Aníbal Limón @ 2016-01-13 17:08 UTC (permalink / raw)
  To: Jussi Kukkonen, Anibal Limon; +Cc: Yocto Project

Hi Jussi,

Thanks for the feedback, comments below...

Cheers,
	alimon


On 01/13/2016 07:42 AM, Jussi Kukkonen wrote:
> Hi,
> 
> On 11 January 2016 at 06:21, <auh@auh.yoctoproject.org> wrote:
> 
>> Hello,
>>
>> You are receiving this email because you are the maintainer
>> of *gpgme* recipe and this is to let you know that the automatic attempt
>> to upgrade the recipe to *1.6.0* has Succeeded.
>>
> 
> 
> First, thanks for the effort Anibal, the upgrade helper is looking very
> useful: I'm certainly going to use it.
> 
> Couple of small issues:
> * The license diffs do not seem correct: they look like like diffs between
> an empty file and the new license file version (see the parent gpgme post
> for example)

Yes i see, i'll review/fix the problem.

> * Is the decision to use "buildhistory-diff -a" intentional? I'm not 100%
> sure what exactly "-a" option brings with it but I've usually avoided it on
> upgrades because the path changes in  -dbg package are so verbose as to
> hide everything else...

It was mine decision for provide more output for the maintainers but if
you think that's enough without -a that's ok.

May be a good idea will be to sent two files one,

	- buildhistory-diff.txt: Without -a.
	- buildhistory-diff-all.txt: With -a/

Comments?

> 
> Thanks,
>   Jussi
> 
> 
>> *LICENSE CHANGED* please review the gpgme.h.in.diff file and update the
>> LICENSE
>> variable in the recipe if is needed.
>>
>> The recipe has been successfully compiled for machines qemux86,
>> qemux86-64, qemuarm, qemumips, qemuppc.
>>
>> Next steps:
>>     - apply the patch: git am 0001-gpgme-upgrade-to-1.6.0.patch
>>     - check that required upstream patches have not been commented from
>> the recipe,
>>       if upstream patches were commented the reason is specified in the
>> commit message.
>>     - compile an image that contains the package
>>     - perform some basic sanity tests
>>     - amend the patch and sign it off: git commit -s --reset-author --amend
>>     - send it to the list
>>
>> Attached are the patch, license diff (if change) and bitbake log.
>> Any problem please contact Anibal Limon <anibal.limon@intel.com>.
>>
>> Regards,
>> The Upgrade Helper
> 
> 
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [AUH] gpgme: upgrading to 1.6.0 SUCCEEDED
  2016-01-13 17:08   ` Aníbal Limón
@ 2016-01-13 20:03     ` Paul Eggleton
  2016-01-13 20:19       ` Burton, Ross
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Eggleton @ 2016-01-13 20:03 UTC (permalink / raw)
  To: yocto, Aníbal Limón; +Cc: Anibal Limon

On Wed, 13 Jan 2016 11:08:40 Aníbal Limón wrote:
> On 01/13/2016 07:42 AM, Jussi Kukkonen wrote:
> > On 11 January 2016 at 06:21, <auh@auh.yoctoproject.org> wrote:
> >> You are receiving this email because you are the maintainer
> >> of *gpgme* recipe and this is to let you know that the automatic attempt
> >> to upgrade the recipe to *1.6.0* has Succeeded.
> > 
> > First, thanks for the effort Anibal, the upgrade helper is looking very
> > useful: I'm certainly going to use it.
> > 
> > Couple of small issues:
> > * The license diffs do not seem correct: they look like like diffs between
> > an empty file and the new license file version (see the parent gpgme post
> > for example)
> 
> Yes i see, i'll review/fix the problem.
> 
> > * Is the decision to use "buildhistory-diff -a" intentional? I'm not 100%
> > sure what exactly "-a" option brings with it but I've usually avoided it
> > on
> > upgrades because the path changes in  -dbg package are so verbose as to
> > hide everything else...
> 
> It was mine decision for provide more output for the maintainers but if
> you think that's enough without -a that's ok.
> 
> May be a good idea will be to sent two files one,
> 
> 	- buildhistory-diff.txt: Without -a.
> 	- buildhistory-diff-all.txt: With -a/
> 
> Comments?

I'd question the value of -a as well; the tool is supposed to be smart enough 
to show you the things that matter and hide everything else by default. If 
it's not doing that effectively then we should fix it.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [AUH] gpgme: upgrading to 1.6.0 SUCCEEDED
  2016-01-13 20:03     ` Paul Eggleton
@ 2016-01-13 20:19       ` Burton, Ross
  2016-01-13 20:27         ` Anibal Limon
  0 siblings, 1 reply; 6+ messages in thread
From: Burton, Ross @ 2016-01-13 20:19 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto, Anibal Limon

[-- Attachment #1: Type: text/plain, Size: 556 bytes --]

On 13 January 2016 at 20:03, Paul Eggleton <paul.eggleton@linux.intel.com>
wrote:

> I'd question the value of -a as well; the tool is supposed to be smart
> enough
> to show you the things that matter and hide everything else by default. If
> it's not doing that effectively then we should fix it.
>

If this is turning into a "how can we make buildhistory-diff better" thread
then I'd love it if there were a way to hide PKGR changes.  I've a PR
service running locally but don't really care if a PR changed in the
context of diffs.

Ross

[-- Attachment #2: Type: text/html, Size: 1000 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [AUH] gpgme: upgrading to 1.6.0 SUCCEEDED
  2016-01-13 20:19       ` Burton, Ross
@ 2016-01-13 20:27         ` Anibal Limon
  2016-01-13 20:28           ` Burton, Ross
  0 siblings, 1 reply; 6+ messages in thread
From: Anibal Limon @ 2016-01-13 20:27 UTC (permalink / raw)
  To: Burton, Ross, Paul Eggleton, jussi.kukkonen; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 946 bytes --]

On 01/13/2016 02:19 PM, Burton, Ross wrote:
> On 13 January 2016 at 20:03, Paul Eggleton <paul.eggleton@linux.intel.com>
> wrote:
> 
>> I'd question the value of -a as well; the tool is supposed to be smart
>> enough
>> to show you the things that matter and hide everything else by default. If
>> it's not doing that effectively then we should fix it.

Now i made the changes for generate the two buildhistories simple and
full see gpgme examples attached. I'm fixing the license diff issue
before send the patchset.

	
>>
> 
> If this is turning into a "how can we make buildhistory-diff better" thread
> then I'd love it if there were a way to hide PKGR changes.  I've a PR
> service running locally but don't really care if a PR changed in the
> context of diffs

If we don't use -a option the PKGR changes are not shown. I don't know
if buildhistory-diff needs another improvements :D.


> 
> Ross
> 


alimon

[-- Attachment #2: buildhistory-diff.txt --]
[-- Type: text/plain, Size: 476 bytes --]

packages/i586-poky-linux/gpgme/gpgme-pthread: FILELIST: removed "/usr/lib/libgpgme-pthread.so.11.13.3" added "/usr/lib/libgpgme-pthread.so.11.14.0"
  * PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme-pthread: RPROVIDES: removed "1.5.4" added "1.6.0"
  * PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme: FILELIST: removed "/usr/lib/libgpgme.so.11.13.3" added "/usr/lib/libgpgme.so.11.14.0"
  * PV changed from "1.5.4" to "1.6.0"

[-- Attachment #3: buildhistory-diff-full.txt --]
[-- Type: text/plain, Size: 20904 bytes --]

packages/i586-poky-linux/gpgme/gpgme-dbg: PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme-dbg: FILELIST: removed "/usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/assuan-support.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/encrypt.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/dirinfo.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/error.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/ath-pthread.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-gpg.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/ops.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/posix-io.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data-identify.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/parsetlv.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/opassuan.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-assuan.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/wait-global.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/sig-notation.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data-compat.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/posix-util.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data-fd.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/ath.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/vfs-mount.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-spawn.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/get-env.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/ath.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-gpgconf.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/conversion.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/delete.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-g13.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/passphrase.c /usr/src/debug/gpgme/1.5.4-r0/build/src/gpgme.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data-mem.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/status-table.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data-user.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/getauditlog.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/genkey.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/trust-item.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-backend.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/priv-io.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/encrypt-sign.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/decrypt-verify.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/util.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/import.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-uiserver.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/wait-user.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/wait.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/debug.h /usr/lib/.debug/libgpgme-pthread.so.11.13.3 /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/gpgconf.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/gpgme.c /usr/lib/.debug/libgpgme.so.11.13.3 /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/edit.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/debug.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/wait.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/key.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/sema.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/spawn.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/gpgme-tool.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/export.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/context.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/verify.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/funopen.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-gpgsm.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/keylist.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/sign.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/version.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/posix-sema.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/sys-util.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/decrypt.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/progress.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/vfs-create.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/passwd.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data-stream.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/signers.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/wait-private.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/trustlist.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/op-support.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/parsetlv.h" added "/usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/vfs-mount.c /usr/lib/.debug/libgpgme.so.11.14.0 /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/vfs-create.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/delete.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data-stream.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-backend.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/key.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/decrypt-verify.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/posix-io.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/wait-global.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/trust-item.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/progress.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/wait.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/passphrase.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/context.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-spawn.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/wait.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/getauditlog.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data-user.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/genkey.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/edit.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/verify.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/debug.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/parsetlv.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/ath.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/status-table.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/ops.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/dirinfo.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/encrypt.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/sys-util.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/ath.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/import.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-uiserver.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-gpgsm.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/decrypt.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/passwd.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/wait-private.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/spawn.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/encrypt-sign.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/error.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/get-env.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-g13.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/keylist.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/gpgme.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/funopen.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/opassuan.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/priv-io.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-gpg.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data-compat.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/wait-user.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/parsetlv.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-assuan.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/trustlist.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/conversion.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/gpgme-tool.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/sema.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/posix-util.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/version.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data-fd.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/sign.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/ath-pthread.c /usr/lib/.debug/libgpgme-pthread.so.11.14.0 /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/op-support.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data-identify.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/util.h /usr/src/debug/gpgme/1.6.0-r0/build/src/gpgme.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data-mem.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/debug.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/sig-notation.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/gpgconf.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/export.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/assuan-support.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/posix-sema.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-gpgconf.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/signers.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine.c"
  * PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme-dbg: PKGV changed from 1.5.4 [default] to 1.6.0 [default]
packages/i586-poky-linux/gpgme/gpgme-dbg: PKGSIZE changed from 2818714 to 2840769 (+0%)
  * PV changed from "1.5.4" to "1.6.0"
  * FILELIST: removed "/usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/assuan-support.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/encrypt.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/dirinfo.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/error.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/ath-pthread.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-gpg.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/ops.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/posix-io.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data-identify.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/parsetlv.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/opassuan.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-assuan.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/wait-global.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/sig-notation.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data-compat.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/posix-util.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data-fd.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/ath.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/vfs-mount.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-spawn.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/get-env.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/ath.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-gpgconf.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/conversion.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/delete.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-g13.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/passphrase.c /usr/src/debug/gpgme/1.5.4-r0/build/src/gpgme.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data-mem.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/status-table.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data-user.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/getauditlog.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/genkey.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/trust-item.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-backend.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/priv-io.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/encrypt-sign.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/decrypt-verify.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/util.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/import.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-uiserver.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/wait-user.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/wait.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/debug.h /usr/lib/.debug/libgpgme-pthread.so.11.13.3 /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/gpgconf.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/gpgme.c /usr/lib/.debug/libgpgme.so.11.13.3 /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/edit.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/debug.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/wait.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/key.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/sema.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/spawn.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/gpgme-tool.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/export.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/context.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/verify.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/funopen.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine-gpgsm.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/keylist.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/sign.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/engine.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/version.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/posix-sema.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/sys-util.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/decrypt.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/progress.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/vfs-create.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data.h /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/passwd.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/data-stream.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/signers.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/wait-private.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/trustlist.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/op-support.c /usr/src/debug/gpgme/1.5.4-r0/gpgme-1.5.4/src/parsetlv.h" added "/usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/vfs-mount.c /usr/lib/.debug/libgpgme.so.11.14.0 /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/vfs-create.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/delete.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data-stream.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-backend.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/key.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/decrypt-verify.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/posix-io.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/wait-global.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/trust-item.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/progress.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/wait.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/passphrase.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/context.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-spawn.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/wait.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/getauditlog.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data-user.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/genkey.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/edit.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/verify.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/debug.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/parsetlv.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/ath.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/status-table.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/ops.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/dirinfo.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/encrypt.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/sys-util.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/ath.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/import.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-uiserver.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-gpgsm.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/decrypt.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/passwd.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/wait-private.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/spawn.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/encrypt-sign.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/error.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/get-env.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-g13.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/keylist.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/gpgme.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/funopen.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/opassuan.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/priv-io.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-gpg.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data-compat.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/wait-user.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/parsetlv.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-assuan.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/trustlist.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/conversion.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/gpgme-tool.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/sema.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/posix-util.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/version.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data-fd.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/sign.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/ath-pthread.c /usr/lib/.debug/libgpgme-pthread.so.11.14.0 /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/op-support.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data-identify.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/util.h /usr/src/debug/gpgme/1.6.0-r0/build/src/gpgme.h /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/data-mem.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/debug.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/sig-notation.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/gpgconf.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/export.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/assuan-support.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/posix-sema.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine-gpgconf.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/signers.c /usr/src/debug/gpgme/1.6.0-r0/gpgme-1.6.0/src/engine.c"
packages/i586-poky-linux/gpgme/gpgme-dev: PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme-dev: PKGV changed from 1.5.4 [default] to 1.6.0 [default]
packages/i586-poky-linux/gpgme/gpgme-dev: RDEPENDS changed order
  * PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme-dev: PKGSIZE changed from 140662 to 142073 (+1%)
  * PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme-doc: PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme-doc: PKGV changed from 1.5.4 [default] to 1.6.0 [default]
packages/i586-poky-linux/gpgme/gpgme-doc: PKGSIZE changed from 381957 to 386874 (+1%)
  * PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme-locale: PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme-locale: PKGV changed from 1.5.4 [default] to 1.6.0 [default]
packages/i586-poky-linux/gpgme/gpgme-pthread: PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme-pthread: FILELIST: removed "/usr/lib/libgpgme-pthread.so.11.13.3" added "/usr/lib/libgpgme-pthread.so.11.14.0"
  * PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme-pthread: PKGV changed from 1.5.4 [default] to 1.6.0 [default]
packages/i586-poky-linux/gpgme/gpgme-pthread: RPROVIDES: removed "1.5.4" added "1.6.0"
  * PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme-pthread: PKGSIZE changed from 274919 to 279047 (+1%)
  * PV changed from "1.5.4" to "1.6.0"
  * FILELIST: removed "/usr/lib/libgpgme-pthread.so.11.13.3" added "/usr/lib/libgpgme-pthread.so.11.14.0"
packages/i586-poky-linux/gpgme/gpgme-staticdev: PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme-staticdev: PKGV changed from 1.5.4 [default] to 1.6.0 [default]
packages/i586-poky-linux/gpgme/gpgme-staticdev: RDEPENDS changed order
  * PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme: PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme: FILELIST: removed "/usr/lib/libgpgme.so.11.13.3" added "/usr/lib/libgpgme.so.11.14.0"
  * PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme/gpgme: PKGV changed from 1.5.4 [default] to 1.6.0 [default]
packages/i586-poky-linux/gpgme/gpgme: PKGSIZE changed from 325051 to 330683 (+1%)
  * PV changed from "1.5.4" to "1.6.0"
  * FILELIST: removed "/usr/lib/libgpgme.so.11.13.3" added "/usr/lib/libgpgme.so.11.14.0"
packages/i586-poky-linux/gpgme: PV changed from "1.5.4" to "1.6.0"
packages/i586-poky-linux/gpgme: PKGV changed from 1.5.4 [default] to 1.6.0 [default]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [AUH] gpgme: upgrading to 1.6.0 SUCCEEDED
  2016-01-13 20:27         ` Anibal Limon
@ 2016-01-13 20:28           ` Burton, Ross
  0 siblings, 0 replies; 6+ messages in thread
From: Burton, Ross @ 2016-01-13 20:28 UTC (permalink / raw)
  To: Anibal Limon; +Cc: Paul Eggleton, yocto

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

On 13 January 2016 at 20:27, Anibal Limon <anibal.limon@intel.com> wrote:

> If we don't use -a option the PKGR changes are not shown. I don't know
> if buildhistory-diff needs another improvements :D.
>

Yeah, my request was general, not specific to AUH.

That's probably because the AUH doesn't enable a PR server, but I have one
locally and always need to buildhistory-diff |grep -v PKGR.

Ross

[-- Attachment #2: Type: text/html, Size: 929 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-01-13 20:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <37b747fd-ad90-45e9-b3cc-4595c4d83661@fmsmsx108.amr.corp.intel.com>
2016-01-13 13:42 ` [AUH] gpgme: upgrading to 1.6.0 SUCCEEDED Jussi Kukkonen
2016-01-13 17:08   ` Aníbal Limón
2016-01-13 20:03     ` Paul Eggleton
2016-01-13 20:19       ` Burton, Ross
2016-01-13 20:27         ` Anibal Limon
2016-01-13 20:28           ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.