[yum-langpacks] Some more optimization for yum langavailable shows nothing (rh#1013221)

pnemade pnemade at fedoraproject.org
Tue Oct 8 09:14:56 UTC 2013


commit 0b1d31795a26433d32a72d0598aff252b5bbf9d4
Author: Parag Nemade <pnemade at redhat.com>
Date:   Tue Oct 8 14:44:43 2013 +0530

    Some more optimization for yum langavailable shows nothing (rh#1013221)

 .gitignore         |    1 +
 sources            |    2 +-
 yum-langpacks.spec |   12 +++++-------
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3da6ada..8321605 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /yum-langpacks-0.3.4.tar.gz
 /yum-langpacks-0.4.0.tar.gz
 /yum-langpacks-0.4.1.tar.gz
+/yum-langpacks-0.4.2.tar.gz
diff --git a/sources b/sources
index a3d0161..cdd78e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bc6aad898799c0f0a30613826aba5c16  yum-langpacks-0.4.1.tar.gz
+af4d610e78e0221d8996f9cf97f0c744  yum-langpacks-0.4.2.tar.gz
diff --git a/yum-langpacks.spec b/yum-langpacks.spec
index b086e76..6ba34fd 100644
--- a/yum-langpacks.spec
+++ b/yum-langpacks.spec
@@ -1,13 +1,10 @@
 Summary:       Langpacks plugin for yum
 Name:          yum-langpacks
-Version:       0.4.1
-Release:       3%{?dist}
+Version:       0.4.2
+Release:       1%{?dist}
 License:       GPLv2+
 Group:         Development/Tools
 Source0:       https://fedorahosted.org/releases/y/u/%{name}/%{name}-%{version}.tar.gz
-# following both patches are from rh#1011670
-Patch0:        0001-Don-t-load-langtable-unless-we-need-it-it-takes-ages.patch
-Patch1:        0002-Don-t-download-groups-and-setup-conditional_pkgs-unl.patch
 URL:           https://fedorahosted.org/yum-langpacks/
 BuildArch:     noarch
 BuildRequires: python-setuptools
@@ -21,8 +18,6 @@ language for packages you install.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 
@@ -40,6 +35,9 @@ install -p -m 644 yum-langpacks.8.gz %{buildroot}%{_mandir}/man8/yum-langpacks.8
 %{_mandir}/man8/yum-langpacks.8.gz
 
 %changelog
+* Tue Oct 08 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.2-1
+- Some more optimization for yum langavailable shows nothing (rh#1013221)
+
 * Mon Sep 30 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.1-3
 - Fixed yum langavailable shows nothing (rh#1013221)
 


More information about the scm-commits mailing list