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
|
+ Update icons
|
||||||
+ Build fixes
|
+ Build fixes
|
||||||
- Changes from version 2.91.91:
|
- 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.
|
+ Don't display underlines as keys for a PGP uid.
|
||||||
+ Escape keyring attribute names properly.
|
+ Escape keyring attribute names properly.
|
||||||
+ Add context to translatable strings.
|
+ 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
|
+ More info when --version is specified
|
||||||
+ Fix setting key trust to "never"
|
+ Fix setting key trust to "never"
|
||||||
+ Define default key length for each algorithm
|
+ 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
|
- Changes from version 2.91.2
|
||||||
+ Escape markup when displaying keyring item attributes
|
+ Escape markup when displaying keyring item attributes
|
||||||
+ Fixes for new GTK+3 GtkComboText class and libnotify
|
+ 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.
|
+ Use new gck library instead of old gp11.
|
||||||
- Changes from version 2.91.0:
|
- Changes from version 2.91.0:
|
||||||
+ Move DNS-SD key sharing to separate project
|
+ Move DNS-SD key sharing to separate project
|
||||||
- Switch build to gtk+3 in configure flags
|
- Pass --with-gtk=3.0 to configure to build against gtk3.
|
||||||
- Add gobject-introspection-devel as build requires
|
- Add gobject-introspection-devel BuildRequires to build
|
||||||
- replace GNOME2 by GNOME in package descriptions / summaries
|
introspection support.
|
||||||
- fix parameters order in suse_update_desktop_file call
|
- 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
|
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
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/seahorse/%{name}-%{version}.tar.bz2
|
||||||
# PATCH-FIX-OPENSUSE seahorse-xsltproc-nonet.patch
|
# PATCH-FIX-OPENSUSE seahorse-xsltproc-nonet.patch
|
||||||
Patch1: seahorse-xsltproc-nonet.patch
|
Patch1: seahorse-xsltproc-nonet.patch
|
||||||
BuildRequires: gobject-introspection-devel
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gconf2-devel
|
BuildRequires: gconf2-devel
|
||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gpg2
|
BuildRequires: gpg2
|
||||||
BuildRequires: gpgme-devel
|
BuildRequires: gpgme-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -132,11 +132,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_includedir}/libcryptui/
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/gir-1.0/CryptUI-0.0.gir
|
|
||||||
%dir %{_includedir}/libcryptui
|
|
||||||
%{_includedir}/libcryptui/*.h
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
%{_datadir}/gir-1.0/CryptUI-0.0.gir
|
||||||
%{_datadir}/gtk-doc/html/libcryptui
|
%{_datadir}/gtk-doc/html/libcryptui
|
||||||
%{_datadir}/gtk-doc/html/libseahorse
|
%{_datadir}/gtk-doc/html/libseahorse
|
||||||
# Own these repositories to not depend on gtk-doc while building:
|
# Own these repositories to not depend on gtk-doc while building:
|
||||||
|
Loading…
Reference in New Issue
Block a user