This commit is contained in:
parent
8d360f11ce
commit
c3e1d68731
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e14c7afd17de12d8e6613be0da802725107f74627a8a389ef3959a726672a2d1
|
||||
size 2092622
|
3
seahorse-2.25.92.tar.bz2
Normal file
3
seahorse-2.25.92.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94781383bd095cb856d6c143ceb74b89b9c982010e337707fdf7988228883053
|
||||
size 2145542
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 2 22:53:41 CET 2009 - mboman@suse.de
|
||||
|
||||
- Update to version 2.25.92:
|
||||
+ Fix crash when typing in a custom key server URL
|
||||
+ Searching by key identifiers now shows results
|
||||
+ Don't crash when loading a PGP key that loads the secret
|
||||
part before the public part
|
||||
+ Disable interactive tree search in key manager
|
||||
+ Fix issues with object IDs, crashes and other inconsistencies
|
||||
when accessed via DBus
|
||||
+ Add libcryptui documentation
|
||||
+ Reference counting fixes
|
||||
+ Remove use of GTK+ deprecated symbols
|
||||
+ Use proper GTK+ stock item names
|
||||
+ Collapse 'Advanced Options' in PGP key generate dialog
|
||||
by default
|
||||
+ Translation updates
|
||||
- Remove BuildRequires gcc-c++
|
||||
- Remove %{release} from Requires
|
||||
- Remove gconf2-devel from Requires
|
||||
- Remove 'CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing
|
||||
-DLDAP_DEPRECATED -DWITH_SSH"'
|
||||
- Don't use %{?suse_update_config:%{suse_update_config -f}}
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 17:49:47 CET 2009 - sbrabec@suse.cz
|
||||
|
||||
- Added support for translation-update-upstream (FATE#301344).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 14 21:51:16 CET 2009 - mboman@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package seahorse (Version 2.25.91)
|
||||
# spec file for package seahorse (Version 2.25.92)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,7 +20,6 @@
|
||||
|
||||
Name: seahorse
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gconf2-devel
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: gnome-keyring-devel
|
||||
@ -35,12 +34,11 @@ BuildRequires: libsoup-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: openldap2-devel
|
||||
BuildRequires: openssh
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Security
|
||||
AutoReqProv: on
|
||||
PreReq: gconf2
|
||||
Version: 2.25.91
|
||||
Version: 2.25.92
|
||||
Release: 1
|
||||
Requires: %{name}-lang = %{version}
|
||||
Summary: GNOME2 interface for gnupg
|
||||
@ -68,7 +66,7 @@ Authors:
|
||||
License: GPL v2 or later
|
||||
Summary: GNOME2 interface for gnupg
|
||||
Group: System/GUI/GNOME
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gconf2-devel
|
||||
|
||||
%description devel
|
||||
@ -87,11 +85,11 @@ Authors:
|
||||
%lang_package
|
||||
%prep
|
||||
%setup
|
||||
translation-update-upstream
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED -DWITH_SSH"
|
||||
#%{?suse_update_config:%{suse_update_config -f}}
|
||||
%configure --disable-scrollkeeper
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
@ -160,6 +158,30 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
|
||||
%changelog
|
||||
* Mon Mar 02 2009 mboman@suse.de
|
||||
- Update to version 2.25.92:
|
||||
+ Fix crash when typing in a custom key server URL
|
||||
+ Searching by key identifiers now shows results
|
||||
+ Don't crash when loading a PGP key that loads the secret
|
||||
part before the public part
|
||||
+ Disable interactive tree search in key manager
|
||||
+ Fix issues with object IDs, crashes and other inconsistencies
|
||||
when accessed via DBus
|
||||
+ Add libcryptui documentation
|
||||
+ Reference counting fixes
|
||||
+ Remove use of GTK+ deprecated symbols
|
||||
+ Use proper GTK+ stock item names
|
||||
+ Collapse 'Advanced Options' in PGP key generate dialog
|
||||
by default
|
||||
+ Translation updates
|
||||
- Remove BuildRequires gcc-c++
|
||||
- Remove %%{release} from Requires
|
||||
- Remove gconf2-devel from Requires
|
||||
- Remove 'CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing
|
||||
-DLDAP_DEPRECATED -DWITH_SSH"'
|
||||
- Don't use %%{?suse_update_config:%%{suse_update_config -f}}
|
||||
* Mon Feb 16 2009 sbrabec@suse.cz
|
||||
- Added support for translation-update-upstream (FATE#301344).
|
||||
* Sat Feb 14 2009 mboman@suse.de
|
||||
- Update to version 2.25.91:
|
||||
+ Display keyring creation dialog properly
|
||||
|
Loading…
Reference in New Issue
Block a user