Hello community,

here is the log from the commit of package tevent for openSUSE:Factory checked 
in at 2015-09-09 20:20:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tevent (Old)
 and      /work/SRC/openSUSE:Factory/.tevent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tevent"

Changes:
--------
New Changes file:

--- /dev/null   2015-08-24 19:43:32.284261900 +0200
+++ /work/SRC/openSUSE:Factory/.tevent.new/tevent-man.changes   2015-09-09 
20:20:35.000000000 +0200
@@ -0,0 +1,250 @@
+-------------------------------------------------------------------
+Thu Aug 20 08:58:37 UTC 2015 - dims...@opensuse.org
+
+- Create 2nd spec-file tevent-man.spec: build the man pages in a
+  separate cycle in order to avoid the follwing build cycle:
+  doxygen -> curl -> krb5-mini -> libverto -> tevent -> doxygen.
+- Recommend tevent-man for installation.
+
+-------------------------------------------------------------------
+Sat Jun 27 17:20:12 UTC 2015 - lmue...@suse.com
+
+- Update to 0.9.25.
+  + Fix compile error in Solaris ports backend.
+  + Fix access after free in tevent_common_check_signal(); (bso#11308).
+  + Improve pytevent bindings.
+  + Testsuite fixes.
+  + Improve the documentation of the tevent_add_fd() assumtions. It must be
+    talloc_free'ed before closing the fd! (bso##11141); (bso#11316).
+
+-------------------------------------------------------------------
+Thu Mar  5 11:16:25 UTC 2015 - lmue...@suse.com
+
+- Update to 0.9.24.
+  + Ignore unexpected signal events in the same way the epoll backend does.
+
+-------------------------------------------------------------------
+Fri Feb 27 19:36:39 UTC 2015 - lmue...@suse.com
+
+- Update to 0.9.23.
+  + Update the tevent_data.dox tutrial stuff to fix some errors, including
+    white space problems.
+  + Use tevent_req_simple_recv_unix in a few places.
+
+-------------------------------------------------------------------
+Thu Nov  6 13:21:57 UTC 2014 - lmue...@suse.com
+
+- Use the upstream tar ball, as signature verification is now able to handle
+  compressed archives.
+
+-------------------------------------------------------------------
+Tue Oct 28 15:45:11 UTC 2014 - lmue...@suse.com
+
+- Remove dependency on gpg-offline as signature checking is implemented in the
+  source validator.
+
+-------------------------------------------------------------------
+Sun Oct  5 17:40:34 UTC 2014 - lmue...@suse.com
+
+- Update to 0.9.22.
+  + remove unused exit_code in tevent_select.c
+  + remove unused exit_code in tevent_poll.c
+  + build: improve detection of srcdir
+  + lib: tevent: make TEVENT_SIG_INCREMENT atomic.
+  + Update flags in tevent pkgconfig file
+
+-------------------------------------------------------------------
+Tue Sep 23 20:41:59 UTC 2014 - lmue...@suse.com
+
+- Utilize doxygen to generate the API documentation and package it.
+
+-------------------------------------------------------------------
+Mon Feb 17 22:00:55 UTC 2014 - lmue...@suse.com
+
+- Update to 0.9.21.
+  + add tevent_req_set_cleanup_fn()
+  + add/use tevent_req_destructor
+  + add doxygen comments for tevent_num_signals() and
+    tevent_sa_info_queue_count()
+  + Add prototypes
+  + Only build "std_fallback_to_poll" when epoll is around
+  + fix crash bug in tevent_queue_immediate_trigger()
+  + Fix CID 1138326 Unchecked return value
+- Update to 0.9.20.
+  + give the user the chance to ask for TEVENT_NUM_SIGNALS and
+    TEVENT_SA_INFO_QUEUE_COUNT
+  + change TEVENT_SA_INFO_QUEUE_COUNT from 64 to 256
+  + tevent_epoll_set_panic_fallback() can be a void function
+  + make use of talloc_get_type_abort() in tevent_epoll.c, tevent_signal.c,
+    tevent_select.c, and tevent_queue.c
+  + use talloc_get_type_abort() in the documentation examples
+  + add tevent_queue_wait_send/recv()
+  + tevent_req_create() already uses ZERO_STRUCT(req)
+  + let tevent_req_received() clear the private_cancel function
+  + cancel the timeout timer when the request is finished
+  + Use talloc_pooled_object for tevent_req_create
+  + Remove a pointless goto
+  + Add tevent_received to tevent_req_simple_recv_ntstatus
+  + Fix tutorial reference
+  + Add echo server sample code
+  + Sync to tevent 0.9.18 from upstream
+  + expose tevent_context_init_ops
+
+-------------------------------------------------------------------
+Fri Dec  6 13:51:45 UTC 2013 - lmue...@suse.com
+
+- Update to 0.9.19.
+  + Remove the signal pipe if no signal events are around
+  + document tevent_req_create state zeroing
+  + Fix Coverity ID 989236 Operands don't affect result
+  + Add tevent tutorial files and link it on the mainpage
+  + Only set poll_ev->delete=false if it was true
+
+-------------------------------------------------------------------
+Fri Dec  6 13:42:37 UTC 2013 - lmue...@suse.com
+
+- Verify source tar ball gpg signature.
+
+-------------------------------------------------------------------
+Thu Aug 29 12:12:58 UTC 2013 - lmue...@suse.com
+
+- PreReq /sbin/ldconfig from python-tevent.
+
+-------------------------------------------------------------------
+Thu Aug 29 10:54:02 UTC 2013 - lmue...@suse.com
+
+- Add python-tevent to baselibs.conf.
+
+-------------------------------------------------------------------
+Tue Jul  2 11:47:29 UTC 2013 - lmue...@suse.com
+
+- Add tevent.pyc and pyo to the file list of python-tevent for post Centos and
+  RHEL 5 and Fedora 11 builds.
+
+-------------------------------------------------------------------
+Tue Apr  9 14:44:24 UTC 2013 - lmue...@suse.com
+
+- Update to 0.9.18.
+  + Adding new timer events is now faster, if there's
+    a large number of timer events.
+  + sigprocmask does not work on FreeBSD to stop further signals in a signal
+    handler.
+  + TEVENT_NUM_SIGNALS is calculated by configure in order
+    to support realtime signals on freebsd.
+  + ./configure --disable-python was fixed for the standalone build.
+  + Several crash bugs in the poll backend are fixed.
+  + The poll backend removes deleted events from the cached pollfd array now.
+  + The poll doesn't pass pollfd.events == 0 to poll() and maintains a list
+    of disabled events, instead of consuming 100% cpu and/or triggering
+    the callers handler.
+  + The poll backend detects POLLNVAL and reports EBADF
+    instead of consuming 100% cpu.
+  + The select backend supports separate handlers
+    for TEVENT_FD_READ and TEVENT_FD_WRITE.
+  + The poll and select backends are now doing fair queuing of fd events.
+  + The epoll has better error checking and supports separate handlers
+    for TEVENT_FD_READ and TEVENT_FD_WRITE.
+  + The standard backend was rewritten to be a tiny
+    wrapper on top of epoll with a fallback to poll,
+    which means that it doesn't use select directly anymore.
+  + TEVENT_TRACE_BEFORE_LOOP_ONCE and TEVENT_TRACE_AFTER_LOOP_ONCE are added
+    in order to allow the application to hook in before and after the
+    loop_once() backend function is called.
+    The TEVENT_HAS_LOOP_ONCE_TRACE_POINTS define can be used to
+    detect the new feature.
+
+-------------------------------------------------------------------
+Thu Aug 30 16:25:22 UTC 2012 - lmue...@suse.com
+
+- Update to 0.9.17.
+  + Add threaded poll_mt testcase
+  + tevent_poll: Decouple poll_ev->fds handling from adding/removing fds
+  + tevent: Refer to the correct header in testsuite.c
+
+-------------------------------------------------------------------
+Tue Aug  7 21:49:07 UTC 2012 - lmue...@suse.com
+
+- Update to 0.9.16.
+  + Adds tevent_*_trace_*() and tevent_context_init_ops().
+  + Move tevent.py to the arch-specific directory.
+
+-------------------------------------------------------------------
+Thu Jun 28 16:29:25 UTC 2012 - lmue...@suse.com
+
+- Disable rpath while configure.
+
+-------------------------------------------------------------------
+Wed Jun 13 16:09:22 UTC 2012 - dd...@suse.com
+
+- Tag GPLv3 due to tevent_util.h license; (bnc#765270).
+
+-------------------------------------------------------------------
+Sun Jun  3 21:52:07 UTC 2012 - lmue...@suse.com
+
+- Define library name and use it instead of libtevent0.
+
+-------------------------------------------------------------------
+Sat Jun  2 15:46:14 UTC 2012 - lmue...@suse.com
+
+- Rename package to tevent and add an independent libtevent0 subpackage.
+- Enhance and polish the package descriptions and summaries.
+
+-------------------------------------------------------------------
+Sat Jun  2 00:04:43 UTC 2012 - lmue...@suse.com
+
+- Define and use talloc version macro.
+
+-------------------------------------------------------------------
++++ 53 more lines (skipped)
++++ between /dev/null
++++ and /work/SRC/openSUSE:Factory/.tevent.new/tevent-man.changes
--- /work/SRC/openSUSE:Factory/tevent/tevent.changes    2015-07-05 
17:53:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tevent.new/tevent.changes       2015-09-09 
20:20:35.000000000 +0200
@@ -1,0 +2,23 @@
+Mon Sep  7 22:14:42 UTC 2015 - lmue...@suse.com
+
+- Recommend to install tevent-man from libtevent-devel on post-10.3 systems.
+
+-------------------------------------------------------------------
+Mon Sep  7 17:50:34 UTC 2015 - lmue...@suse.com
+
+- Remove superfluous _name define.
+
+-------------------------------------------------------------------
+Mon Sep  7 17:06:26 UTC 2015 - lmue...@suse.com
+
+- Update the Samba Library Distribution Key file 'tevent.keyring'.
+
+-------------------------------------------------------------------
+Thu Aug 20 08:58:37 UTC 2015 - dims...@opensuse.org
+
+- Create 2nd spec-file tevent-man.spec: build the man pages in a
+  separate cycle in order to avoid the follwing build cycle:
+  doxygen -> curl -> krb5-mini -> libverto -> tevent -> doxygen.
+- Recommend tevent-man for installation.
+
+-------------------------------------------------------------------

New:
----
  pre_checkin.sh
  tevent-man.changes
  tevent-man.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tevent-man.spec ++++++
#
# spec file for package tevent-man
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%{!?python_sitearch:  %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%define talloc_version 2.0.7
%define build_man 1
%define _name tevent

%if %{build_man}
Name:           %{_name}-man
BuildRequires:  doxygen
%else
Name:           %{_name}
#!BuildIgnore: libtalloc
BuildRequires:  libtalloc-devel >= %{talloc_version}
%if 0%{?suse_version} > 1020
BuildRequires:  pkg-config
%else
BuildRequires:  pkgconfig
%endif
BuildRequires:  pytalloc-devel >= %{talloc_version}
BuildRequires:  python-devel
%endif
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
%define build_make_smp_mflags %{?_smp_mflags}
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
Url:            http://tevent.samba.org/
Version:        0.9.25
Release:        0
Summary:        An event system based on the talloc memory management library
License:        GPL-3.0+
Group:          System/Libraries
Source:         http://download.samba.org/pub/tevent/tevent-%{version}.tar.gz
Source1:        http://download.samba.org/pub/tevent/tevent-%{version}.tar.asc
Source2:        tevent.keyring
Source4:        baselibs.conf
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Tevent is an event system based on the talloc memory management library. It
is the core event system used in Samba.

The low level tevent has support for many event types, including timers,
signals, and the classic file descriptor events.

Tevent also provide helpers to deal with asynchronous code providing the
tevent_req (tevent request) functions.

%if ! %{build_man}

%define libtevent_name libtevent0
%package -n %{libtevent_name}
PreReq:         /sbin/ldconfig
Summary:        Samba tevent Library
Group:          System/Libraries

%description -n %{libtevent_name}
Tevent is an event system based on the talloc memory management library. It
is the core event system used in Samba.

The low level tevent has support for many event types, including timers,
signals, and the classic file descriptor events.

This package contains the tevent0 library.


%package -n libtevent-devel
Summary:        Libraries and Header Files to Develop Programs with tevent0 
Support
Group:          Development/Libraries/C and C++
# Man pages are built in a 2nd spec file in order to break a build cycle with 
doxygen->cmake->krb5->libtevent
Recommends:     %{name}-man
Requires:       %{libtevent_name} = %{version}
Requires:       libtalloc-devel >= %{talloc_version}
%if 0%{?suse_version} > 1020
Requires:       pkg-config
%else
Requires:       pkgconfig
%endif

%description -n libtevent-devel
Tevent is an event system based on the talloc memory management library. It
is the core event system used in Samba.

The low level tevent has support for many event types, including timers,
signals, and the classic file descriptor events.

Tevent also provide helpers to deal with asynchronous code providing the
tevent_req (tevent request) functions.

This package contains libraries and header files need for development.


%package -n python-tevent
Summary:        Python bindings for the Tevent library
Group:          Development/Libraries/Python
Requires:       %{libtevent_name} = %{version}
PreReq:         /sbin/ldconfig

%description -n python-tevent
This package contains the python bindings for the Tevent library.

%endif

%prep
%setup -n tevent-%{version} -q

%build
%if ! %{build_man}
%if 0%{?suse_version} && 0%{?suse_version} < 911
        OPTIMIZATION="-O"
%else
        # use the default optimization
        unset OPTIMIZATION
%endif
export CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE ${OPTIMIZATION} 
-D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"
CONFIGURE_OPTIONS="\
        --prefix=%{_prefix} \
        --libdir=%{_libdir} \
        --disable-rpath \
        --bundled-libraries=NONE \
        --builtin-libraries=replace \
"
./configure ${CONFIGURE_OPTIONS}
%{__make} %{build_make_smp_mflags} \
        all
%else

doxygen doxy.config

%endif

%if ! %{build_man}
%check
LD_LIBRARY_PATH=bin/shared %{__make} test
%endif

%install
%if ! %{build_man}
DESTDIR=${RPM_BUILD_ROOT} make install

# Shared libraries need to be marked executable for rpmbuild to strip them and
# include them in debuginfo
find ${RPM_BUILD_ROOT} -name "*.so*" -exec chmod -c +x {} \;

%else

# install API docs
mkdir -p $RPM_BUILD_ROOT/%{_mandir}
cp -a doc/man/* $RPM_BUILD_ROOT/%{_mandir}
rm $RPM_BUILD_ROOT/%{_mandir}/man3/todo.3

%endif

%if ! %{build_man}
%post -n %{libtevent_name} -p /sbin/ldconfig

%postun -n %{libtevent_name} -p /sbin/ldconfig

%post -n python-tevent -p /sbin/ldconfig

%postun -n python-tevent -p /sbin/ldconfig

%files -n %{libtevent_name}
%defattr(-,root,root)
%{_libdir}/libtevent.so.*

%files -n libtevent-devel
%defattr(-,root,root)
%{_includedir}/tevent.h
%{_libdir}/libtevent.so
%{_libdir}/pkgconfig/tevent.pc

%files -n python-tevent
%defattr(-,root,root)
%attr(0755,root,root)
%{python_sitearch}/tevent.py
%{python_sitearch}/_tevent.so
%if 0%{?centos_version} > 599 || 0%{?fedora_version} > 11 || 0%{?rhel_version} 
> 599
%{python_sitearch}/tevent.pyc
%{python_sitearch}/tevent.pyo
%endif

%else
%files
%defattr(-,root,root)
%{_mandir}/man3/tevent*.*

%endif

%changelog
++++++ tevent.spec ++++++
--- /var/tmp/diff_new_pack.HNgHwr/_old  2015-09-09 20:20:35.000000000 +0200
+++ /var/tmp/diff_new_pack.HNgHwr/_new  2015-09-09 20:20:35.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package tevent
+# spec file for package tevent-man
 #
 # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -19,9 +19,13 @@
 %{!?python_sitearch:  %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %define talloc_version 2.0.7
+%define build_man 0
 
-Name:           tevent
+%if %{build_man}
+Name:           tevent-man
 BuildRequires:  doxygen
+%else
+Name:           tevent
 #!BuildIgnore: libtalloc
 BuildRequires:  libtalloc-devel >= %{talloc_version}
 %if 0%{?suse_version} > 1020
@@ -31,6 +35,7 @@
 %endif
 BuildRequires:  pytalloc-devel >= %{talloc_version}
 BuildRequires:  python-devel
+%endif
 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
 %define        build_make_smp_mflags %{?_smp_mflags}
 %else
@@ -58,6 +63,7 @@
 Tevent also provide helpers to deal with asynchronous code providing the
 tevent_req (tevent request) functions.
 
+%if ! %{build_man}
 
 %define libtevent_name libtevent0
 %package -n %{libtevent_name}
@@ -78,6 +84,10 @@
 %package -n libtevent-devel
 Summary:        Libraries and Header Files to Develop Programs with tevent0 
Support
 Group:          Development/Libraries/C and C++
+# Man pages are built in a 2nd spec file in order to break a build cycle with 
doxygen->cmake->krb5->libtevent
+%if 0%{?suse_version} > 1030
+Recommends:     %{name}-man
+%endif
 Requires:       %{libtevent_name} = %{version}
 Requires:       libtalloc-devel >= %{talloc_version}
 %if 0%{?suse_version} > 1020
@@ -108,10 +118,13 @@
 %description -n python-tevent
 This package contains the python bindings for the Tevent library.
 
+%endif
+
 %prep
 %setup -n tevent-%{version} -q
 
 %build
+%if ! %{build_man}
 %if 0%{?suse_version} && 0%{?suse_version} < 911
        OPTIMIZATION="-O"
 %else
@@ -129,24 +142,35 @@
 ./configure ${CONFIGURE_OPTIONS}
 %{__make} %{build_make_smp_mflags} \
        all
+%else
 
 doxygen doxy.config
 
+%endif
+
+%if ! %{build_man}
 %check
 LD_LIBRARY_PATH=bin/shared %{__make} test
+%endif
 
 %install
+%if ! %{build_man}
 DESTDIR=${RPM_BUILD_ROOT} make install
 
+# Shared libraries need to be marked executable for rpmbuild to strip them and
+# include them in debuginfo
+find ${RPM_BUILD_ROOT} -name "*.so*" -exec chmod -c +x {} \;
+
+%else
+
 # install API docs
 mkdir -p $RPM_BUILD_ROOT/%{_mandir}
 cp -a doc/man/* $RPM_BUILD_ROOT/%{_mandir}
 rm $RPM_BUILD_ROOT/%{_mandir}/man3/todo.3
 
-# Shared libraries need to be marked executable for rpmbuild to strip them and
-# include them in debuginfo
-find ${RPM_BUILD_ROOT} -name "*.so*" -exec chmod -c +x {} \;
+%endif
 
+%if ! %{build_man}
 %post -n %{libtevent_name} -p /sbin/ldconfig
 
 %postun -n %{libtevent_name} -p /sbin/ldconfig
@@ -164,7 +188,6 @@
 %{_includedir}/tevent.h
 %{_libdir}/libtevent.so
 %{_libdir}/pkgconfig/tevent.pc
-%{_mandir}/man3/tevent*.*
 
 %files -n python-tevent
 %defattr(-,root,root)
@@ -176,4 +199,11 @@
 %{python_sitearch}/tevent.pyo
 %endif
 
+%else
+%files
+%defattr(-,root,root)
+%{_mandir}/man3/tevent*.*
+
+%endif
+
 %changelog

++++++ pre_checkin.sh ++++++
#!/bin/bash

sed 's/%define.*build_man.*0/%define build_man 1/' tevent.spec > tevent-man.spec
cp tevent.changes tevent-man.changes

++++++ tevent.keyring ++++++
--- /var/tmp/diff_new_pack.HNgHwr/_old  2015-09-09 20:20:35.000000000 +0200
+++ /var/tmp/diff_new_pack.HNgHwr/_new  2015-09-09 20:20:35.000000000 +0200
@@ -1,5 +1,5 @@
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.22 (GNU/Linux)
+Version: GnuPG v2
 
 mQENBE0uBhsBCADIjamou8B7vf0Gnvdb8ZhJ708kXnoeGH161xffaYJg40rXhyyl
 OHlc4ZLVc4OyFr+tWREgNDyBkeS5TTsJ3ul/cBMbBjpn2LOO41X1fenhlvWFkhuC
@@ -33,24 +33,38 @@
 4kLYkzSIYwoqCxr6aMC6Q4QvJT0SCLM7hEZ6j+wI5PlDKSPp0DBIcnVjDDTjpjbq
 9LYHEstZOOJ30Yw2wJVe3kvLlUAMTV1ovNgUE04xiR+mjvwUYTZpgxrllwwz8k+Q
 Q3Ly1VX1z4N/mfMFSh+wiyvcZp37lhjHvHwATNDgcN8NUqREx5xPooqKk53YhycX
-yOnLRxkdG594bxeq3rRCqwpp8VszVZ5rUK6E+zeW63UCsR78uQENBE0uBhsBCAC/
-r9eB7oCPNE1dYkzaWrt5LrA8aoZL0sn9Uu871h63L5ZbCA8nnGQMPRY1J92yS2AX
-wXagn2Q+kB9lyB0pX5xYnxIrIX4eAvPDSiPf8FlT/a534AD1kXSNaKAu+yX86Vlm
-toYeWT4JPFqxAdKbOkwKLoM+pj9hFKQdzaiQBL9ShNUkwQ62CKGYF+AJMcomn+zc
-tyflnYMNybJLhux3hAvqymcagq2RwMqBkjCU1U5eGDzRfBn37i/Em6pNNeRd4G5F
-7mP9oi6QBC0E3jJQs6mZ94GfSAHSZJqdDHG30i+i0iyNDNHLBPdYOGxuNkz4ACMD
-yx7KdUorriW7hO+XIdytABEBAAGJASUEGAECAA8CGwwFAk8ae0MFCQPNqKIACgkQ
-R5ORYRMIQCWEXAf9Hhk+M1l8bSdx0m5qgYRei3kl+iSkSoF4A/xBNL2aXlmEpmBw
-Ot6YT8zGhHWBOaXKTykU2qwwDym1hxqmwJcXTVQabbllnC7ptkT2n7pvJoEh/vgG
-od3zsGoG3GtAxpMDtU+SHYYVq1cT99Tp/gI5fVW84dD/tiPPo6NMg84ynpwzrY0x
-tfnGQhs0JByiwMoLnGlikR+h62Q7SO36gYYuHNf3k+D/r4WctwgoiP/mv+ewdxoD
-aF9M1CzLRdY1rDqKbMWiznpxI1cHGaeP45fx1If2RnpdJ6W+UYNGzJ48j7vS5ph8
-1EGe9M7unpQLMbR2d7MggFfg9wqFyaWQI41QT4kBJQQYAQIADwIbDAUCUQUaOgUJ
-BbhHmwAKCRBHk5FhEwhAJQ8IB/9pJowNfed0qU2ddBG68X0EN3e92+3pmzTMB51g
-sDVTbRibB23/2TRuwSptefxSSbozCX/UyEWFK+TwYmX8eE3Nas+njre/CnvX/1wM
-twYOdSPF9vrtVMZrkj4jTV9RGRXRR1nReNB1A0BTFsfLKr5Wpznj0LEjNmoz7omb
-3gQsuv4zEdq5mPjEAXbxkSGAM8UbcxoMM/A7EbnkL8sLzdWc1JC+z9pOSsHmhqhc
-3IvCRnl9M22dnl+8FJjDwnUdBY1l1689kL6ryyebgnrVqO8+M+85h7XoB5O0pgIm
-be5AIF8rela8HSphYyhWAmGnJejZpdJQUwfDK9bXhAjyBFeq
-=Tw7M
+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
+T5Q=
+=9mzF
 -----END PGP PUBLIC KEY BLOCK-----


Reply via email to