OBS User unknown 2009-02-12 21:45:29 +00:00 committed by Git OBS Bridge
parent eb35eadd0a
commit 7db221c99e
5 changed files with 148 additions and 46 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1ed54e19bfc0170f2ef13b1691a4f98c477661d7e50c4858918c5c90a29670f
size 2134123

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe39f813b9a59ddbd6ae3999be702f904d7d7f47be8c4ff949367729919b5c18
size 2196923

View File

@ -1,10 +1,10 @@
Index: gnome-control-center-2.19.4/capplets/Makefile.am
Index: gnome-control-center-2.25.90/capplets/Makefile.am
===================================================================
--- gnome-control-center-2.19.4.orig/capplets/Makefile.am
+++ gnome-control-center-2.19.4/capplets/Makefile.am
@@ -8,7 +8,8 @@ always_built_SUBDIRS = \
sound \
keybindings \
--- gnome-control-center-2.25.90.orig/capplets/Makefile.am
+++ gnome-control-center-2.25.90/capplets/Makefile.am
@@ -7,7 +7,8 @@ always_built_SUBDIRS = \
keyboard \
mouse \
network \
- windows
+ windows \
@ -12,17 +12,17 @@ Index: gnome-control-center-2.19.4/capplets/Makefile.am
SUBDIRS = $(always_built_SUBDIRS)
Index: gnome-control-center-2.19.4/capplets/passwd/ChangeLog
Index: gnome-control-center-2.25.90/capplets/passwd/ChangeLog
===================================================================
--- /dev/null
+++ gnome-control-center-2.19.4/capplets/passwd/ChangeLog
+++ gnome-control-center-2.25.90/capplets/passwd/ChangeLog
@@ -0,0 +1,2 @@
+2005-02-04 Shakti Sen <shprasad@novell.com>
+ * Added the password change GUI utility
Index: gnome-control-center-2.19.4/capplets/passwd/Makefile.am
Index: gnome-control-center-2.25.90/capplets/passwd/Makefile.am
===================================================================
--- /dev/null
+++ gnome-control-center-2.19.4/capplets/passwd/Makefile.am
+++ gnome-control-center-2.25.90/capplets/passwd/Makefile.am
@@ -0,0 +1,37 @@
+SUBDIRS = pam
+bin_PROGRAMS = gnome-passwd
@ -61,10 +61,10 @@ Index: gnome-control-center-2.19.4/capplets/passwd/Makefile.am
+
+install-exec-hook:
+ chmod o-r $(DESTDIR)$(bindir)/gnome-passwd
Index: gnome-control-center-2.19.4/capplets/passwd/gnome-passwd.c
Index: gnome-control-center-2.25.90/capplets/passwd/gnome-passwd.c
===================================================================
--- /dev/null
+++ gnome-control-center-2.19.4/capplets/passwd/gnome-passwd.c
+++ gnome-control-center-2.25.90/capplets/passwd/gnome-passwd.c
@@ -0,0 +1,211 @@
+/* gnome-passwd.c: password change capplet
+ *
@ -277,10 +277,10 @@ Index: gnome-control-center-2.19.4/capplets/passwd/gnome-passwd.c
+
+ return 0;
+}
Index: gnome-control-center-2.19.4/capplets/passwd/gnome-passwd.desktop.in.in
Index: gnome-control-center-2.25.90/capplets/passwd/gnome-passwd.desktop.in.in
===================================================================
--- /dev/null
+++ gnome-control-center-2.19.4/capplets/passwd/gnome-passwd.desktop.in.in
+++ gnome-control-center-2.25.90/capplets/passwd/gnome-passwd.desktop.in.in
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Encoding=UTF-8
@ -297,10 +297,10 @@ Index: gnome-control-center-2.19.4/capplets/passwd/gnome-passwd.desktop.in.in
+X-GNOME-Bugzilla-Product=control-center
+X-GNOME-Bugzilla-Component=password
+X-GNOME-Bugzilla-Version=@VERSION@
Index: gnome-control-center-2.19.4/capplets/passwd/gnome-passwd.glade
Index: gnome-control-center-2.25.90/capplets/passwd/gnome-passwd.glade
===================================================================
--- /dev/null
+++ gnome-control-center-2.19.4/capplets/passwd/gnome-passwd.glade
+++ gnome-control-center-2.25.90/capplets/passwd/gnome-passwd.glade
@@ -0,0 +1,318 @@
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
+<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
@ -620,10 +620,10 @@ Index: gnome-control-center-2.19.4/capplets/passwd/gnome-passwd.glade
+</widget>
+
+</glade-interface>
Index: gnome-control-center-2.19.4/capplets/passwd/pam-passwd.c
Index: gnome-control-center-2.25.90/capplets/passwd/pam-passwd.c
===================================================================
--- /dev/null
+++ gnome-control-center-2.19.4/capplets/passwd/pam-passwd.c
+++ gnome-control-center-2.25.90/capplets/passwd/pam-passwd.c
@@ -0,0 +1,255 @@
+/* pam-passwd.c: password change capplet
+ *
@ -880,10 +880,10 @@ Index: gnome-control-center-2.19.4/capplets/passwd/pam-passwd.c
+ gtk_main_quit ();
+ }
+}
Index: gnome-control-center-2.19.4/capplets/passwd/pam-passwd.h
Index: gnome-control-center-2.25.90/capplets/passwd/pam-passwd.h
===================================================================
--- /dev/null
+++ gnome-control-center-2.19.4/capplets/passwd/pam-passwd.h
+++ gnome-control-center-2.25.90/capplets/passwd/pam-passwd.h
@@ -0,0 +1,48 @@
+/* pam-passwd.h: password change capplet
+ *
@ -933,10 +933,10 @@ Index: gnome-control-center-2.19.4/capplets/passwd/pam-passwd.h
+cb_dialog_response (GtkDialog *dialog, gint response_id, gpointer data);
+
+#endif /* __PAM_PASSWD_H */
Index: gnome-control-center-2.19.4/capplets/passwd/pam/Makefile.am
Index: gnome-control-center-2.25.90/capplets/passwd/pam/Makefile.am
===================================================================
--- /dev/null
+++ gnome-control-center-2.19.4/capplets/passwd/pam/Makefile.am
+++ gnome-control-center-2.25.90/capplets/passwd/pam/Makefile.am
@@ -0,0 +1,15 @@
+sbin_PROGRAMS = change-passwd
+
@ -953,10 +953,10 @@ Index: gnome-control-center-2.19.4/capplets/passwd/pam/Makefile.am
+install-exec-hook:
+ chmod u+s $(DESTDIR)$(sbindir)/change-passwd
+
Index: gnome-control-center-2.19.4/capplets/passwd/pam/gnome-passwd
Index: gnome-control-center-2.25.90/capplets/passwd/pam/gnome-passwd
===================================================================
--- /dev/null
+++ gnome-control-center-2.19.4/capplets/passwd/pam/gnome-passwd
+++ gnome-control-center-2.25.90/capplets/passwd/pam/gnome-passwd
@@ -0,0 +1,6 @@
+#%PAM-1.0
+auth include common-auth
@ -964,10 +964,10 @@ Index: gnome-control-center-2.19.4/capplets/passwd/pam/gnome-passwd
+password include common-password
+session include common-session
+
Index: gnome-control-center-2.19.4/capplets/passwd/pam/helper-passwd.c
Index: gnome-control-center-2.25.90/capplets/passwd/pam/helper-passwd.c
===================================================================
--- /dev/null
+++ gnome-control-center-2.19.4/capplets/passwd/pam/helper-passwd.c
+++ gnome-control-center-2.25.90/capplets/passwd/pam/helper-passwd.c
@@ -0,0 +1,520 @@
+/* helper-passwd.c: password change capplet
+ *
@ -1489,11 +1489,11 @@ Index: gnome-control-center-2.19.4/capplets/passwd/pam/helper-passwd.c
+ }
+ return 0;
+}
Index: gnome-control-center-2.19.4/configure.in
Index: gnome-control-center-2.25.90/configure.in
===================================================================
--- gnome-control-center-2.19.4.orig/configure.in
+++ gnome-control-center-2.19.4/configure.in
@@ -292,6 +292,18 @@ if test "x$enable_hal" != "xno"; then
--- gnome-control-center-2.25.90.orig/configure.in
+++ gnome-control-center-2.25.90/configure.in
@@ -223,6 +223,18 @@ if test "x$enable_hal" != "xno"; then
AC_SUBST(HAL_LIBS)
fi
@ -1512,24 +1512,24 @@ Index: gnome-control-center-2.19.4/configure.in
dnl ==============================================
dnl End: Check that we meet the dependencies
dnl ==============================================
@@ -498,6 +510,9 @@ capplets/mouse/Makefile
@@ -308,6 +320,9 @@ capplets/mouse/Makefile
capplets/mouse/gnome-settings-mouse.desktop.in
capplets/network/Makefile
capplets/network/gnome-network-preferences.desktop.in
capplets/network/gnome-network-properties.desktop.in
+capplets/passwd/Makefile
+capplets/passwd/pam/Makefile
+capplets/passwd/gnome-passwd.desktop.in
capplets/windows/Makefile
capplets/windows/window-properties.desktop.in
font-viewer/Makefile
Index: gnome-control-center-2.19.4/po/POTFILES.in
Index: gnome-control-center-2.25.90/po/POTFILES.in
===================================================================
--- gnome-control-center-2.19.4.orig/po/POTFILES.in
+++ gnome-control-center-2.19.4/po/POTFILES.in
@@ -62,5 +62,9 @@ capplets/mouse/gnome-settings-mouse.desk
capplets/network/gnome-network-preferences.c
capplets/network/gnome-network-preferences.desktop.in.in
capplets/network/gnome-network-preferences.glade
--- gnome-control-center-2.25.90.orig/po/POTFILES.in
+++ gnome-control-center-2.25.90/po/POTFILES.in
@@ -63,6 +63,10 @@ capplets/mouse/gnome-settings-mouse.desk
capplets/network/gnome-network-properties.c
capplets/network/gnome-network-properties.desktop.in.in
capplets/network/gnome-network-properties.glade
+capplets/passwd/gnome-passwd.desktop.in.in
+capplets/passwd/gnome-passwd.c
+capplets/passwd/pam-passwd.c

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Thu Feb 12 18:20:16 CET 2009 - vuntz@novell.com
- Call %suse_update_desktop_file on gnome-network-properties
-------------------------------------------------------------------
Thu Feb 5 14:08:42 EST 2009 - mboman@suse.de
- Update to version 2.25.90:
+ General:
+ Rename gnome-network-preferences to gnome-network-properties
(bgo#554342)
+ About me:
+ Build fixes
+ Fix email addresses being generated by g-a-m always being
saved as type
+ "OTHER" (Jens Granseuer) (bgo#570113)
+ Appearance:
+ Fix newly installed themes appearing twice in the GTK themes
list if the package contains themes for both GTK and
metacity (bgo#568595)
+ Use "Desktop Background" instead "Wallpaper" as per GDP
glossary (bgo#569382)
+ Common:
+ Add GnomeThemeElement parameter to the ThemeChangedCallback
so that the receiver can determine what part of the theme
changed
+ Default application:
+ Fix the https handler never being set (bgo#568408)
+ Update the web entry with the correct command for the
selected option instead of always using the default
+ Display:
+ Build fixes
+ Add On/Off radio buttons to turn on/off a monitor
+ Don't crash if we don't have an output (bgo#569218)
+ Keybindings:
+ Build fixes
+ Print a warning when a key doesn't have a schema,
so no description
+ Make Enter work as expected in the custom key shortcut
edit dialogue
+ Keyboard:
+ Sort options by description
+ Hide help button in Options (bgo#556952)
+ Allow setting a repeat delay of up to 2 seconds (bgo#569612)
+ Shell:
+ Use single GTK includes in slab (bgo#551850)
+ Compile with G*_DISABLE_DEPRECATED in slab (bgo#551850)
+ Typing break:
+ Play a sound when the display is locked or unlocked
(bgo#169473)
+ Translation updates
- Update gnome-control-center-passwd-dialog.patch
-------------------------------------------------------------------
Fri Jan 23 16:25:43 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package gnome-control-center (Version 2.25.3)
# spec file for package gnome-control-center (Version 2.25.90)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -44,7 +44,7 @@ License: GPL v2 or later
Group: System/GUI/GNOME
Obsoletes: fontilus themus acme
Provides: fontilus themus acme
Version: 2.25.3
Version: 2.25.90
Release: 1
Summary: The GNOME Control Center
Source: %{name}-%{version}.tar.bz2
@ -137,8 +137,8 @@ cp %{S:2} $RPM_BUILD_ROOT%{_datadir}/mime/packages
%suse_update_desktop_file -D "user-guide/user-guide.xml?goscustdoc-2" default-applications X-SuSE-ControlCenter-System DesktopSettings AdvancedSettings
%suse_update_desktop_file display-properties X-SuSE-ControlCenter-Hardware
%suse_update_desktop_file gnome-passwd X-SuSE-ControlCenter-Personal
%suse_update_desktop_file gnome-network-properties X-SuSE-ControlCenter-System AdvancedSettings
%suse_update_desktop_file gnome-settings-mouse X-SuSE-ControlCenter-Hardware
%suse_update_desktop_file gnome-network-preferences X-SuSE-ControlCenter-System AdvancedSettings
%suse_update_desktop_file gnome-appearance-properties X-SuSE-ControlCenter-LookAndFeel
%suse_update_desktop_file keybinding X-SuSE-ControlCenter-Personal
%suse_update_desktop_file keyboard X-SuSE-ControlCenter-Hardware
@ -207,6 +207,54 @@ fi
%{_datadir}/pkgconfig/*.pc
%changelog
* Thu Feb 12 2009 vuntz@novell.com
- Call %%suse_update_desktop_file on gnome-network-properties
* Thu Feb 05 2009 mboman@suse.de
- Update to version 2.25.90:
+ General:
+ Rename gnome-network-preferences to gnome-network-properties
(bgo#554342)
+ About me:
+ Build fixes
+ Fix email addresses being generated by g-a-m always being
saved as type
+ "OTHER" (Jens Granseuer) (bgo#570113)
+ Appearance:
+ Fix newly installed themes appearing twice in the GTK themes
list if the package contains themes for both GTK and
metacity (bgo#568595)
+ Use "Desktop Background" instead "Wallpaper" as per GDP
glossary (bgo#569382)
+ Common:
+ Add GnomeThemeElement parameter to the ThemeChangedCallback
so that the receiver can determine what part of the theme
changed
+ Default application:
+ Fix the https handler never being set (bgo#568408)
+ Update the web entry with the correct command for the
selected option instead of always using the default
+ Display:
+ Build fixes
+ Add On/Off radio buttons to turn on/off a monitor
+ Don't crash if we don't have an output (bgo#569218)
+ Keybindings:
+ Build fixes
+ Print a warning when a key doesn't have a schema,
so no description
+ Make Enter work as expected in the custom key shortcut
edit dialogue
+ Keyboard:
+ Sort options by description
+ Hide help button in Options (bgo#556952)
+ Allow setting a repeat delay of up to 2 seconds (bgo#569612)
+ Shell:
+ Use single GTK includes in slab (bgo#551850)
+ Compile with G*_DISABLE_DEPRECATED in slab (bgo#551850)
+ Typing break:
+ Play a sound when the display is locked or unlocked
(bgo#169473)
+ Translation updates
- Update gnome-control-center-passwd-dialog.patch
* Fri Jan 23 2009 vuntz@novell.com
- Really apply gnome-control-center-bnc427745-force-dpi.patch
- Drop gnome-control-center-desktop.patch: the only relevant