[drupal7-i18n] Version 1.4

Scott Dodson sdodson at fedoraproject.org
Mon Feb 6 19:01:39 UTC 2012


commit 25bd28f39a9e3c1382aafae4d31dea6911f42fdc
Author: Scott Dodson <sdodson at redhat.com>
Date:   Mon Feb 6 14:01:37 2012 -0500

    Version 1.4

 .gitignore                              |    1 +
 LICENSE.txt => drupal7-i18n-LICENSE.txt |    0
 drupal7-i18n.spec                       |    8 +++++---
 sources                                 |    2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 58a409e..03c3b3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /i18n-7.x-1.1.tar.gz
 /i18n-7.x-1.2.tar.gz
 /i18n-7.x-1.3.tar.gz
+/i18n-7.x-1.4.tar.gz
diff --git a/LICENSE.txt b/drupal7-i18n-LICENSE.txt
similarity index 100%
rename from LICENSE.txt
rename to drupal7-i18n-LICENSE.txt
diff --git a/drupal7-i18n.spec b/drupal7-i18n.spec
index bf548b0..bbf7a8f 100644
--- a/drupal7-i18n.spec
+++ b/drupal7-i18n.spec
@@ -1,6 +1,6 @@
 %define drupaldir %{_datadir}/drupal7
 Name:	drupal7-i18n
-Version:	1.3
+Version:	1.4
 Release:	0%{?dist}
 Summary: Collection of modules to extend Drupal core multilingual capabilities
 
@@ -9,7 +9,7 @@ License: GPLv2+
 URL:	http://drupal.org/project/i18n
 Source0: http://ftp.drupal.org/files/projects/i18n-7.x-%{version}.tar.gz
 Source1: %{name}-fedora-README.txt
-Source2: LICENSE.txt
+Source2: %{name}-LICENSE.txt
 
 BuildArch: noarch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -26,7 +26,7 @@ install -p -m 0644 %{SOURCE1} .
 
 
 %build
-cp %{SOURCE2} .
+cp %{SOURCE2} ./LICENSE.txt
 
 %install
 rm -rf %{buildroot}
@@ -46,6 +46,8 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Feb 06 2012 Scott Dodson <sdodson at redhat.com> - 1.4-0
+- Update to 1.4 BZ781352
 * Tue Jan 17 2012 Scott Dodson <sdodson at redhat.com> - 1.3-0
 - Update to 1.3 Bug 781352
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-1
diff --git a/sources b/sources
index 432235d..861fc09 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c1a688a15bc7183d7c2d0a1260822911  i18n-7.x-1.3.tar.gz
+11b5c3a01c65cb434a2398685923b5f2  i18n-7.x-1.4.tar.gz


More information about the scm-commits mailing list