Hello community, here is the log from the commit of package krb5-auth-dialog for openSUSE:Factory checked in at Fri Sep 9 11:40:59 CEST 2011.
-------- --- GNOME/krb5-auth-dialog/krb5-auth-dialog.changes 2011-04-29 01:44:17.000000000 +0200 +++ /mounts/work_src_done/STABLE/krb5-auth-dialog/krb5-auth-dialog.changes 2011-09-06 16:41:35.000000000 +0200 @@ -1,0 +2,14 @@ +Tue Sep 6 14:30:39 UTC 2011 - [email protected] + +- Update to version 3.1.91: + + Move preferences from cc into the app (bgo#657292) + + Update ticket list on ccache changes + + Add menu bar to ticket dialog making help accessible again + + Updated translations. +- Remove now unneeded pkgconfig(libgnome-control-center) + BuildRequires. +- Add krb5-auth-dialog-no-g-c-c.patch: fix configure flag to really + not needed pkgconfig(libgnome-control-center). +- Add autoreconf call, needed for above patch. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- krb5-auth-dialog-3.0.1.tar.bz2 New: ---- krb5-auth-dialog-3.1.91.tar.bz2 krb5-auth-dialog-no-g-c-c.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krb5-auth-dialog.spec ++++++ --- /var/tmp/diff_new_pack.hbwLla/_old 2011-09-09 11:40:55.000000000 +0200 +++ /var/tmp/diff_new_pack.hbwLla/_new 2011-09-09 11:40:55.000000000 +0200 @@ -20,12 +20,14 @@ Name: krb5-auth-dialog Summary: Kerberos 5 ticket monitoring tray applet -Version: 3.0.1 +Version: 3.1.91 Release: 1 -Source: %{name}-%{version}.tar.bz2 License: GPLv2+ Group: Productivity/Security Url: http://download.gnome.org/sources/krb5-auth-dialog/ +Source: http://download.gnome.org/sources/krb5-auth-dialog/3.1/%{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM krb5-auth-dialog-no-g-c-c.patch bgo#658364 [email protected] -- Really drop gnome-control-center dependency +Patch0: krb5-auth-dialog-no-g-c-c.patch BuildRequires: bison BuildRequires: flex BuildRequires: gnome-doc-utils-devel @@ -37,7 +39,6 @@ BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(libgnome-control-center) BuildRequires: pkgconfig(libnm-glib) BuildRequires: pkgconfig(libnotify) Recommends: %{name}-lang @@ -55,8 +56,11 @@ %prep %setup -q translation-update-upstream +%patch0 -p1 %build +# needed for patch0 +autoreconf -fi %configure \ --disable-static \ --disable-scrollkeeper \ @@ -68,7 +72,6 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print %suse_update_desktop_file %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop %suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop -%suse_update_desktop_file gnome-ka-panel %find_lang %{name} %{?no_lang_C} %find_gconf_schemas @@ -106,7 +109,6 @@ %doc %{_datadir}/omf/%{name}/%{name}-C.omf %{_bindir}/%{name}* %{_libdir}/%{name}/ -%{_libdir}/control-center-1/panels/libka.so %{_datadir}/%{name} %{_datadir}/applications/*.desktop %{_datadir}/dbus-1/services/org.gnome.KrbAuthDialog.service ++++++ krb5-auth-dialog-3.0.1.tar.bz2 -> krb5-auth-dialog-3.1.91.tar.bz2 ++++++ ++++ 8927 lines of diff (skipped) ++++++ krb5-auth-dialog-no-g-c-c.patch ++++++ commit 43a819989c3ed125463a067ae4048b87c79fbc65 Author: Vincent Untz <[email protected]> Date: Tue Sep 6 16:36:32 2011 +0200 build: Really drop libgnome-control-center dependency https://bugzilla.gnome.org/show_bug.cgi?id=658364 diff --git a/configure.ac b/configure.ac index db5a0ec..6e1f04e 100644 --- a/configure.ac +++ b/configure.ac @@ -193,13 +193,6 @@ CFLAGS="$savedCFLAGS" LIBS="$savedLIBS" -dnl libgnome-control-center -dnl for the new panel -PKG_CHECK_MODULES(CONTROL_CENTER, [ - libgnome-control-center >= 2.31.4]) -PANELS_DIR="${libdir}/control-center-1/panels" -AC_SUBST(PANELS_DIR) - dnl secmem dnl Checks for library functions. AC_CHECK_FUNCS(seteuid stpcpy mmap) @@ -300,7 +293,6 @@ AC_MSG_NOTICE([ Network Manager: $NETWORK_MANAGER_CFLAGS $NETWORK_MANAGER_LIBS] else AC_MSG_NOTICE([ Network Manager: no]) fi -AC_MSG_NOTICE([ gnome-cc: $CONTROL_CENTER_CFLAGS $CONTROL_CENTER_LIBS]) AC_MSG_NOTICE([]) AC_MSG_NOTICE([Miscellaneous]) AC_MSG_NOTICE([]) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
