rpms/krb5-auth-dialog/devel .cvsignore, 1.10, 1.11 krb5-auth-dialog.spec, 1.34, 1.35 sources, 1.10, 1.11 desktop-file-comment.patch, 1.1, NONE krb5-auth-dialog-0.7-sm-disable.patch, 1.1, NONE krb5-auth-dialog-pegs-cpu.patch, 1.1, NONE

Matej Cepl mcepl at fedoraproject.org
Fri Jun 12 20:32:25 UTC 2009


Author: mcepl

Update of /cvs/pkgs/rpms/krb5-auth-dialog/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28311

Modified Files:
	.cvsignore krb5-auth-dialog.spec sources 
Removed Files:
	desktop-file-comment.patch 
	krb5-auth-dialog-0.7-sm-disable.patch 
	krb5-auth-dialog-pegs-cpu.patch 
Log Message:
New upstream release. Finally catching up.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/krb5-auth-dialog/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	15 May 2009 17:50:52 -0000	1.10
+++ .cvsignore	12 Jun 2009 20:31:54 -0000	1.11
@@ -1 +1 @@
-krb5-auth-dialog-0.9.1.tar.bz2
+krb5-auth-dialog-0.10.tar.bz2


Index: krb5-auth-dialog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/krb5-auth-dialog/devel/krb5-auth-dialog.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- krb5-auth-dialog.spec	15 May 2009 17:50:52 -0000	1.34
+++ krb5-auth-dialog.spec	12 Jun 2009 20:31:55 -0000	1.35
@@ -5,12 +5,12 @@
 
 Summary: Kerberos 5 authentication dialog
 Name: krb5-auth-dialog
-Version: 0.9.1
+Version: 0.10
 Release: 1%{?dist}
 License: GPLv2+
 Group: User Interface/X
 URL: https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog/
-Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.9/%{name}-%{version}.tar.bz2
+Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
 BuildRequires: krb5-devel >= %{krb5_version}
@@ -27,8 +27,6 @@ Requires(pre): GConf2
 Requires(post): GConf2
 Requires(preun): GConf2
 
-Patch2: desktop-file-comment.patch
-
 %description
 This package contains a dialog that warns the user when their Kerberos
 tickets are about to expire and lets them renew them.
@@ -41,16 +39,16 @@ tickets are about to expire and lets the
 make
 
 %install
-%{__rm} -rf $RPM_BUILD_ROOT
-%makeinstall
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+mv $RPM_BUILD_ROOT%{_datadir}/%{name}/icons \
+    $RPM_BUILD_ROOT%{_datadir}/icons
+
 %find_lang %name
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 
-#   /usr/share/applications/krb5-auth-dialog-preferences.desktop
-#   /usr/share/dbus-1/services/org.gnome.KrbAuthDialog.service
-#
 
 %files -f %name.lang
 %defattr(-,root,root,-)
@@ -58,11 +56,12 @@ make
 %{_sysconfdir}/gconf/schemas/*.schemas
 %{_bindir}/krb5-auth-dialog*
 %{_datadir}/krb5-auth-dialog/
-%{_datadir}/%{name}/icons/*
-%{_mandir}/man1/*
-%{_sysconfdir}/xdg/autostart/krb5-auth-dialog.desktop
 %{_datadir}/applications/krb5-auth-dialog-preferences.desktop
 %{_datadir}/dbus-1/services/org.gnome.KrbAuthDialog.service
+%{_datadir}/icons/*
+%{_mandir}/man1/*
+%{_sysconfdir}/xdg/autostart/krb5-auth-dialog.desktop
+
 
 %post
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
@@ -84,9 +83,12 @@ if [ "$1" -eq 0 ]; then
 fi
 
 %changelog
-* Fri May 15 2009 Matej Cepl <mcepl at redhat.com> 0.9.1-1
-- New upstream version
-- Fix Source0 and URL field URLs
+* Fri Jun 12 2009 Matěj Cepl <mcepl at redhat.com> - 0.10-1
+- Catch up with upstream release again.
+
+* Thu Apr 23 2009 Matthias Clasen <mclasen at redhatcom> - 0.8-4
+- Don't show bubbles before the icon is there
+- Use the same invisible char as the rest of the world
 
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
@@ -123,7 +125,7 @@ fi
 - Don't peg the network and CPU when the KDC is unavailable
 
 * Wed Jul 19 2006 John (J5) Palmieri <johnp at redhat.com> - 0.6.cvs20060212-4
-- rebuild for dbus
+- rebuild for dbus 
 
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 0.6.cvs20060212-3.1
 - rebuild
@@ -173,3 +175,4 @@ fi
 
 * Mon Aug 16 2004 GNOME <jrb at redhat.com> - auth-dialog
 - Initial build.
+


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/krb5-auth-dialog/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	15 May 2009 17:50:52 -0000	1.10
+++ sources	12 Jun 2009 20:31:55 -0000	1.11
@@ -1 +1 @@
-49b553c36b841f0c313a3397e66519fb  krb5-auth-dialog-0.9.1.tar.bz2
+bc3ffab4df85e2dda4d3d88672812a16  krb5-auth-dialog-0.10.tar.bz2


--- desktop-file-comment.patch DELETED ---


--- krb5-auth-dialog-0.7-sm-disable.patch DELETED ---


--- krb5-auth-dialog-pegs-cpu.patch DELETED ---




More information about the fedora-extras-commits mailing list