[drupal7-lang_dropdown] Updated to 2.1

Shawn Iwinski siwinski at fedoraproject.org
Mon Dec 9 19:09:19 UTC 2013


commit 907bccebd0341fd11796b45f136627fc24e2b07a
Author: Shawn Iwinski <siwinski at redhat.com>
Date:   Mon Dec 9 14:09:00 2013 -0500

    Updated to 2.1

 .gitignore                 |    1 +
 drupal7-lang_dropdown.spec |   12 +++++++++---
 sources                    |    1 +
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef9d4fd..0985a8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /lang_dropdown-7.x-1.5.tar.gz
+/lang_dropdown-7.x-2.1.tar.gz
diff --git a/drupal7-lang_dropdown.spec b/drupal7-lang_dropdown.spec
index 35f6188..2f658ff 100644
--- a/drupal7-lang_dropdown.spec
+++ b/drupal7-lang_dropdown.spec
@@ -3,8 +3,8 @@
 %global module_name lang_dropdown
 
 Name:          drupal7-%{module_name}
-Version:       1.5
-Release:       3%{?dist}
+Version:       2.1
+Release:       1%{?dist}
 Summary:       Provides a dropdown select to switch between available languages
 
 Group:         Applications/Publishing
@@ -15,7 +15,7 @@ Source1:       %{name}-RPM-README.txt
 
 BuildArch:     noarch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: drupal7-rpmbuild >= 7.22-5
+BuildRequires: drupal7-rpmbuild >= 7.23-3
 
 Requires:      drupal7(locale)
 
@@ -37,6 +37,9 @@ This package provides the following Drupal module:
 %setup -q -n %{module_name}
 cp -p %{SOURCE1} .
 
+# Remove executable bits from all files
+find . -type f -executable -print0 | xargs -0 chmod -x
+
 
 %build
 # Empty build section, nothing to build
@@ -60,6 +63,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Dec 09 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 2.1-1
+- Updated to 2.1
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index a4661a8..e8cca7f 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 e778e70a4d942b5a636110002720d39c  lang_dropdown-7.x-1.5.tar.gz
+ca4167da91456e080bd25cebaa57a7f2  lang_dropdown-7.x-2.1.tar.gz


More information about the scm-commits mailing list