commit krb5-auth-dialog for openSUSE:Factory
Hello community, here is the log from the commit of package krb5-auth-dialog for openSUSE:Factory checked in at Fri Sep 24 01:09:38 CEST 2010. -------- New Changes file: --- /dev/null 2010-07-09 01:59:37.000000000 +0200 +++ /mounts/work_src_done/STABLE/krb5-auth-dialog/krb5-auth-dialog.changes 2010-09-12 18:11:28.000000000 +0200 @@ -0,0 +1,105 @@ +------------------------------------------------------------------- +Sun Sep 12 15:58:02 CEST 2010 - vuntz@opensuse.org + +- Update to version 0.17: + + Add AFS plugin + + Add --with-gtk to select the GTK+ 2 or 3 + + Updated translations. +- Drop krb5-auth-dialog-nonvoid.patch: fixed upstream. +- Pass --with-gtk=2.0 to configure to make sure we build against + the version we want. + +------------------------------------------------------------------- +Thu Aug 5 16:40:13 CEST 2010 - vuntz@opensuse.org + +- Change group from System/Security to Productivity/Security to + make rpmlint happy. +- Add pam-devel BuildRequires to build PAM plugin. + +------------------------------------------------------------------- +Mon Aug 2 22:19:35 CEST 2010 - dimstar@opensuse.org + +- Update to version 0.16: + + Add plugin system + + Memory leaks plugged + + Bug fixes + + Make -DSEAL safe + + Updated translations. +- Pass --disable-static to configure. +- Add krb5-auth-dialog-nonvoid.patch, from upstream git, to fix + brp checks. + +------------------------------------------------------------------- +Tue Apr 6 12:50:43 CEST 2010 - vuntz@opensuse.org + +- Update to version 0.15: + + Add DBus signals for ticket acquisition, expiry and renewal. + + Bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Fri Nov 13 13:09:28 CET 2009 - vuntz@opensuse.org + +- Update to version 0.14: + + add ticket flags to "list tickets" dialog + + add manpage for krb5-auth-dialog-preferences + + bug fixes + + updated translations + +------------------------------------------------------------------- +Thu Oct 1 17:41:52 CEST 2009 - vuntz@opensuse.org + +- Update to version 0.13: + + add "list tickets" dialog + + plug memory leaks + + lots of bug fixes + + updated translations + +------------------------------------------------------------------- +Fri Jul 31 12:37:04 CEST 2009 - vuntz@novell.com + +- Update to version 0.12: + + ease PKINIT smartcard setup + + add new icons + + minor bug fixes + + updated translations + +------------------------------------------------------------------- +Tue Jun 16 03:19:52 CEST 2009 - vuntz@novell.com + +- Update to version 0.11: + + add a user manual + + add svg and 48x48 icons, use them in notifications + + add DBus API to destroy ticket cache (can be used by e.g. on + laptop suspend, screensaver, ...) + + cleanups and bug fixes + + updated translations +- Add gnome-doc-utils-devel BuildRequires. +- Pass --disable-scrollkeeper to configure. +- Package new icons. + +------------------------------------------------------------------- +Wed May 27 18:38:47 CEST 2009 - vuntz@novell.com + +- Update to version 0.10: + + allow to turn off notifications easily + + use GtkBuilder instead of Libglade + + reduce number of translatable strings + + various i18n fixes + + updated translations +- Remove libglade2-devel BuildRequires. + +------------------------------------------------------------------- +Mon May 18 03:25:46 CEST 2009 - vuntz@novell.com + +- Do not use tabs, remove trailing white spaces. +- Add BuildRequires: NetworkManager-devel, bison, flex, + libnotify-devel +- Do not add categories that are already present to desktop files. +- Split lang package. + +------------------------------------------------------------------- +Wed May 13 21:14:09 CEST 2009 - dominique-obs@leuenberger.net + +- Initial package, created during Community Week 1 + calling whatdependson for head-i586 New: ---- krb5-auth-dialog-0.17.tar.bz2 krb5-auth-dialog.changes krb5-auth-dialog.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krb5-auth-dialog.spec ++++++ # # spec file for package krb5-auth-dialog (Version 0.17) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: krb5-auth-dialog Summary: Kerberos 5 ticket monitoring tray applet Version: 0.17 Release: 1 Source: %{name}-%{version}.tar.bz2 License: GPLv2+ Group: Productivity/Security Url: http://download.gnome.org/sources/krb5-auth-dialog/ BuildRequires: NetworkManager-devel BuildRequires: bison BuildRequires: dbus-1-glib-devel BuildRequires: flex BuildRequires: gconf2-devel BuildRequires: gnome-doc-utils-devel BuildRequires: gtk2-devel BuildRequires: intltool BuildRequires: krb5-devel BuildRequires: libnotify-devel BuildRequires: pam-devel BuildRequires: pkg-config BuildRequires: update-desktop-files Requires: %{name}-lang = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description krb5-auth-dialog is a tray applet that monitors and refreshes your Kerberos ticket. It pops up reminders when the ticket is about to expire. It features ticket autorenewal and supports pkinit. %lang_package %prep %setup -q %build %configure \ --disable-static \ --disable-scrollkeeper \ --with-gtk=2.0 %__make %{?jobs:-j%jobs} %install %makeinstall find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print %suse_update_desktop_file %{name} %suse_update_desktop_file %{name}-preferences %find_lang %{name} %find_gconf_schemas %pre -f %{name}.schemas_pre %preun -f %{name}.schemas_preun %posttrans -f %{name}.schemas_posttrans %clean rm -rf %{buildroot} %files -f %{name}.schemas_list %defattr(-,root,root) %{_bindir}/%{name}* %{_libdir}/%{name}/ %{_datadir}/%{name} %{_datadir}/applications/*.desktop %{_datadir}/dbus-1/services/org.gnome.KrbAuthDialog.service %{_datadir}/icons/hicolor/*/status/krb*.* %{_sysconfdir}/xdg/autostart/*.desktop %doc %{_mandir}/man?/*.* %files lang -f %{name}.lang %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de