[system-config-keyboard] version 1.4.0

Nils Philippsen nphilipp at fedoraproject.org
Tue Jul 9 14:00:26 UTC 2013


commit c356142d38076507193ff245764fdf047e8e70dd
Author: Nils Philippsen <nils at redhat.com>
Date:   Tue Jul 9 15:49:03 2013 +0200

    version 1.4.0

 .gitignore                                         |    1 +
 sources                                            |    2 +-
 ...eyboard-1.3.1-do_not_remove_the_OK_button.patch |   20 --
 system-config-keyboard-1.3.1-manpage.patch         |   46 -----
 system-config-keyboard-1.3.1-no-pyxf86config.patch |  181 -------------------
 system-config-keyboard-1.3.1-pkexec.patch          |  104 -----------
 ...keyboard-1.3.1-use_systemd_localed_config.patch |  183 --------------------
 system-config-keyboard.spec                        |   19 +--
 8 files changed, 8 insertions(+), 548 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e5849e4..6544250 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 system-config-keyboard-1.3.1.tar.gz
+/system-config-keyboard-1.4.0.tar.bz2
diff --git a/sources b/sources
index a3801c2..c63b2b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-012b1aec6d237f853bea6824e71d19ed  system-config-keyboard-1.3.1.tar.gz
+c267db0ee7a2131ba418399dc17f9e72  system-config-keyboard-1.4.0.tar.bz2
diff --git a/system-config-keyboard.spec b/system-config-keyboard.spec
index 825b0c4..680d036 100644
--- a/system-config-keyboard.spec
+++ b/system-config-keyboard.spec
@@ -2,14 +2,14 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           system-config-keyboard
-Version:        1.3.1
-Release:        14%{?dist}
+Version:        1.4.0
+Release:        1%{?dist}
 Summary:        A graphical interface for modifying the keyboard
 
 Group:          System Environment/Base
 License:        GPLv2+
 URL:            https://fedorahosted.org/system-config-keyboard/
-Source0:        https://fedorahosted.org/releases/s/y/system-config-keyboard/%{name}-%{version}.tar.gz
+Source0:        https://fedorahosted.org/releases/s/y/system-config-keyboard/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -23,11 +23,6 @@ Requires:       polkit
 
 Obsoletes:      kbdconfig
 Obsoletes:      redhat-config-keyboard
-Patch0:         system-config-keyboard-1.3.1-do_not_remove_the_OK_button.patch
-Patch1:         system-config-keyboard-1.3.1-no-pyxf86config.patch
-Patch2:         system-config-keyboard-1.3.1-pkexec.patch
-Patch3:         system-config-keyboard-1.3.1-manpage.patch
-Patch4:         system-config-keyboard-1.3.1-use_systemd_localed_config.patch
 
 
 %description
@@ -48,11 +43,6 @@ Base components of system-config-keyboard.
 
 %prep
 %setup -q
-%patch0 -p1 -b .do_not_remove_the_OK_button
-%patch1 -p1 -b .no-pyxf86config
-%patch2 -p1 -b .pkexec
-%patch3 -p1 -b .manpage
-%patch4 -p1 -b .use_systemd_localed_config
 
 %build
 make
@@ -106,6 +96,9 @@ fi
 
 
 %changelog
+* Tue Jul 09 2013 Nils Philippsen <nils at redhat.com> - 1.4.0-1
+- version 1.4.0
+
 * Thu Jun 06 2013 Adam Williamson <awilliam at redhat.com> - 1.3.1-14
 - localed_config.patch: work with localed (from vpodzime)
 


More information about the scm-commits mailing list