|
@@ -2,7 +2,7 @@ Name: gdm2setup
|
|
Summary: GDM2 Setup utility
|
|
Summary: GDM2 Setup utility
|
|
Summary(ja): GDM2 設定ユーティリティ
|
|
Summary(ja): GDM2 設定ユーティリティ
|
|
Version: 0.5.3
|
|
Version: 0.5.3
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 3%{?_dist_release}
|
|
License: GPLv3
|
|
License: GPLv3
|
|
Group: User Interface/X
|
|
Group: User Interface/X
|
|
URL: https://launchpad.net/gdm2setup
|
|
URL: https://launchpad.net/gdm2setup
|
|
@@ -14,6 +14,10 @@ Patch0: gdm2setup-0.5.3-install-fix.patch
|
|
Patch1: gdm2setup-0.5.3-vine.patch
|
|
Patch1: gdm2setup-0.5.3-vine.patch
|
|
Patch2: gdm2setup-0.5.3-gettext.patch
|
|
Patch2: gdm2setup-0.5.3-gettext.patch
|
|
Patch3: gdm2setup-0.5.3-remove-blur-option.patch
|
|
Patch3: gdm2setup-0.5.3-remove-blur-option.patch
|
|
|
|
+Patch4: gdm2setup-0.5.3-fix-case-sensitive.patch
|
|
|
|
+Patch5: gdm2setup-0.5.3-fix-typo.patch
|
|
|
|
+Patch6: gdm2setup-0.5.3-enable-show-userlist.patch
|
|
|
|
+Patch7: gdm2setup-0.5.3-disable-debug.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
@@ -38,6 +42,10 @@ functionality back into Ubuntu and other Gnome based Linux distributions.
|
|
%patch1 -p1 -b .vine
|
|
%patch1 -p1 -b .vine
|
|
%patch2 -p1 -b .gettext
|
|
%patch2 -p1 -b .gettext
|
|
%patch3 -p1 -b .no-blur
|
|
%patch3 -p1 -b .no-blur
|
|
|
|
+%patch4 -p1 -b .case-sensitive
|
|
|
|
+%patch5 -p1 -b .fix-typo
|
|
|
|
+%patch6 -p1 -b .enable-show-userlist
|
|
|
|
+%patch7 -p1 -b .disable-debug
|
|
|
|
|
|
cp -f %{SOURCE2} gdm2setup.desktop
|
|
cp -f %{SOURCE2} gdm2setup.desktop
|
|
|
|
|
|
@@ -65,6 +73,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_datadir}/locale/ja/LC_MESSAGES/*
|
|
%{_datadir}/locale/ja/LC_MESSAGES/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jun 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.3-3
|
|
|
|
+- add patch4: ConfigParser should be case-sensitive.
|
|
|
|
+- add patch5 to fix typo
|
|
|
|
+- add patch6 to enable show userlist even if autologin is enabled.
|
|
|
|
+- add patch7 to disable debug message
|
|
|
|
+
|
|
* Sat Jun 04 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.3-2
|
|
* Sat Jun 04 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.3-2
|
|
- add R: python-imaging
|
|
- add R: python-imaging
|
|
|
|
|