forked from pool/seahorse
Accepting request 68389 from home:vuntz:branches:GNOME:Factory
ok OBS-URL: https://build.opensuse.org/request/show/68389 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/seahorse?expand=0&rev=93
This commit is contained in:
parent
fab8a44f53
commit
296b6ea448
@ -16,7 +16,7 @@ Mon Mar 28 15:51:32 UTC 2011 - fcrozat@novell.com
|
||||
+ Update icons
|
||||
+ Build fixes
|
||||
- Changes from version 2.91.91:
|
||||
+ Fix infinute loop when a keyring item is open.
|
||||
+ Fix infinite loop when a keyring item is open.
|
||||
+ Don't display underlines as keys for a PGP uid.
|
||||
+ Escape keyring attribute names properly.
|
||||
+ Add context to translatable strings.
|
||||
@ -26,7 +26,7 @@ Mon Mar 28 15:51:32 UTC 2011 - fcrozat@novell.com
|
||||
+ More info when --version is specified
|
||||
+ Fix setting key trust to "never"
|
||||
+ Define default key length for each algorithm
|
||||
+ Show information when you sign an UID twice...
|
||||
+ Show information when you sign an UID twice
|
||||
- Changes from version 2.91.2
|
||||
+ Escape markup when displaying keyring item attributes
|
||||
+ Fixes for new GTK+3 GtkComboText class and libnotify
|
||||
@ -43,11 +43,11 @@ Mon Mar 28 15:51:32 UTC 2011 - fcrozat@novell.com
|
||||
+ Use new gck library instead of old gp11.
|
||||
- Changes from version 2.91.0:
|
||||
+ Move DNS-SD key sharing to separate project
|
||||
- Switch build to gtk+3 in configure flags
|
||||
- Add gobject-introspection-devel as build requires
|
||||
- replace GNOME2 by GNOME in package descriptions / summaries
|
||||
- fix parameters order in suse_update_desktop_file call
|
||||
-
|
||||
- Pass --with-gtk=3.0 to configure to build against gtk3.
|
||||
- Add gobject-introspection-devel BuildRequires to build
|
||||
introspection support.
|
||||
- Update descriptions / summaries to stop mentioning GNOME2.
|
||||
- Fix parameters order in %suse_update_desktop_file call.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 13 17:05:12 CET 2011 - vuntz@opensuse.org
|
||||
|
@ -28,10 +28,10 @@ Url: http://seahorse.sourceforge.net/
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/seahorse/%{name}-%{version}.tar.bz2
|
||||
# PATCH-FIX-OPENSUSE seahorse-xsltproc-nonet.patch
|
||||
Patch1: seahorse-xsltproc-nonet.patch
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gconf2-devel
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gpg2
|
||||
BuildRequires: gpgme-devel
|
||||
BuildRequires: intltool
|
||||
@ -132,11 +132,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/libcryptui/
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/gir-1.0/CryptUI-0.0.gir
|
||||
%dir %{_includedir}/libcryptui
|
||||
%{_includedir}/libcryptui/*.h
|
||||
%{_libdir}/*.so
|
||||
%{_datadir}/gir-1.0/CryptUI-0.0.gir
|
||||
%{_datadir}/gtk-doc/html/libcryptui
|
||||
%{_datadir}/gtk-doc/html/libseahorse
|
||||
# Own these repositories to not depend on gtk-doc while building:
|
||||
|
Loading…
Reference in New Issue
Block a user