Accepting request 97408 from home:vuntz:branches:GNOME:Factory

Update to 3.3.3

OBS-URL: https://build.opensuse.org/request/show/97408
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gcr?expand=0&rev=5
This commit is contained in:
Vincent Untz
2011-12-21 04:21:06 +00:00
committed by Git OBS Bridge
parent fb55d1e284
commit 39c0382cd5
4 changed files with 94 additions and 35 deletions

View File

@@ -1,9 +1,44 @@
-------------------------------------------------------------------
Mon Dec 19 12:39:15 UTC 2011 - vuntz@opensuse.org
- Update to version 3.3.3:
+ Add support for parsing PKCS#10 and SPKAC formats in GcrParser
+ Add support for viewing certificate requests in GcrViewer
+ Support for dynamically loading private key data from PKCS#11
+ Add GcrCertificateRequest class for requesting certificates
+ Add function to retrieve basic constraints from a certificate
+ Show import errors in an info bar under the viewer
+ Don't show empty dates in gnupg key renderer
+ Make secure memory pool shared across modules
+ Add GckBuilder as a mutable attribute set
+ Add floating references to GckAttributes
+ Rename GckObjectAttributes to GckObjectCache
+ Expose GcrSecureEntryBuffer as a public class
+ Add system prompt and prompter
+ Expose uri in GcrImporter
+ Fix build for glib 2.31 deprecations
+ Licensing fixes
+ Build fixes, internal bug fixes, documentation, etc.
- Add dbus-1 BuildRequires: needed for directory ownership.
- Add pkgconfig(gio-unix-2.0) BuildRequires: new dependency.
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
- Create a gcr-prompter subpackage for the new gcr-prompter binary.
As it is required by libgcr for some uses, add a Requires for it
to libgcr-3-1.
- Add a gcr Provides to libgcr-3-1 to make the lang subpackage
installable.
- Add a gck Provides to libgck-1-0, as a helper for gnome-keyring
where we want an explicit Requires on this library package.
-------------------------------------------------------------------
Thu Dec 8 11:29:40 UTC 2011 - dimstar@opensuse.org
- Split typelib files in their own respective subpackages:
+ typelib-1_0-Gcr-3
+ typelib-1_0-Gck-1
- Split typelib files into their own subpackages: typelib-1_0-Gcr-3
and typelib-1_0-Gck-1.
- Add typelib-1_0-Gcr-3 Requires to libgcr-devel and
typelib-1_0-Gck-1 Requires to libgck-devel.
-------------------------------------------------------------------
Tue Nov 22 22:07:39 UTC 2011 - dimstar@opensuse.org
@@ -27,7 +62,9 @@ Mon Nov 21 13:39:59 UTC 2011 - dimstar@opensuse.org
+ Build fixes, documentation fixes, testing fixes, memory leak
fixes.
- Add gcr-glib-includes.patch: Don't include internal glib headers.
- Re-enabled introspection support.
- Re-add gobject-introspection-devel BuildRequires to re-enable
introspection support.
- Add gpg2 BuildRequires as configure is looking for the binary.
-------------------------------------------------------------------
Thu Oct 27 12:58:03 UTC 2011 - dimstar@opensuse.org