forked from pool/seahorse
Accepting request 20398 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/seahorse via accept of submit request 20398 revision 19. OBS-URL: https://build.opensuse.org/request/show/20398 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/seahorse?expand=0&rev=65
This commit is contained in:
parent
8748255132
commit
a519c19aa2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db2e479f50b5b6477bd0fb432f4c0a601dd951227ce1c37c9cd246e067e01d7d
|
||||
size 2275733
|
3
seahorse-2.27.92.tar.bz2
Normal file
3
seahorse-2.27.92.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a346a417457680a686d6328bf9dd1c6b84fc4c40ccbdc773e7d730f427a8d73
|
||||
size 2377973
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:23:29 CEST 2009 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.27.92:
|
||||
+ Include config.h to avoid build breakage when gpgme is compiled
|
||||
with LFS
|
||||
+ Fix problems with gtk-builder UI files.
|
||||
+ Fix problem with 'Type:' label of SSH key displaying location.
|
||||
+ Update context menu display after keyring op.
|
||||
+ Fix more compiler warnings.
|
||||
+ Optionally use silent automake build rules.
|
||||
+ Clean up old libglade and CVS files.
|
||||
+ Respect the button-images setting, and cleanup gtkbuilder xml.
|
||||
+ Add keyring docs.
|
||||
+ Lots of documentation work.
|
||||
- Do not change CFLAGS: should not be needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 21:31:32 CEST 2009 - vuntz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package seahorse (Version 2.27.90)
|
||||
# spec file for package seahorse (Version 2.27.92)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -37,7 +37,7 @@ BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Security
|
||||
Version: 2.27.90
|
||||
Version: 2.27.92
|
||||
Release: 1
|
||||
Requires: %{name}-lang = %{version}
|
||||
Summary: GNOME2 interface for gnupg
|
||||
@ -68,7 +68,6 @@ translation-update-upstream
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
|
||||
%configure --disable-scrollkeeper
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
@ -131,6 +130,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/libcryptui/*.h
|
||||
%{_libdir}/*.so
|
||||
%{_datadir}/gtk-doc/html/libcryptui
|
||||
%{_datadir}/gtk-doc/html/libseahorse
|
||||
# Own these repositories to not depend on gtk-doc while building:
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
|
Loading…
Reference in New Issue
Block a user