[drupal7-variable] Update to 1.2

Scott Dodson sdodson at fedoraproject.org
Thu Apr 26 02:42:11 UTC 2012


commit e8d7c958c6c3c21286cbc5625737dd29438e6dbf
Author: Scott Dodson <sdodson at redhat.com>
Date:   Wed Apr 25 22:41:57 2012 -0400

    Update to 1.2

 .gitignore                                  |    1 +
 LICENSE.txt => drupal7-variable-LICENSE.txt |    0
 drupal7-variable.spec                       |   12 +++++++-----
 sources                                     |    2 +-
 4 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 579ebbf..8679768 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /variable-7.x-1.1.tar.gz
+/variable-7.x-1.2.tar.gz
diff --git a/LICENSE.txt b/drupal7-variable-LICENSE.txt
similarity index 100%
rename from LICENSE.txt
rename to drupal7-variable-LICENSE.txt
diff --git a/drupal7-variable.spec b/drupal7-variable.spec
index 1e42899..b35b350 100644
--- a/drupal7-variable.spec
+++ b/drupal7-variable.spec
@@ -1,15 +1,15 @@
 %define drupaldir %{_datadir}/drupal7
 Name:	drupal7-variable
-Version:	1.1
-Release:	2%{?dist}
+Version:	1.2
+Release:	1%{?dist}
 Summary: Variable module provides a registry for meta-data about Drupal variables
 
 Group:	Applications/Publishing	
 License: GPLv2+
 URL:	http://drupal.org/project/variable
-Source0: http://ftp.drupal.org/files/projects/variable-7.x-1.1.tar.gz
+Source0: http://ftp.drupal.org/files/projects/variable-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)
@@ -30,7 +30,7 @@ install -p -m 0644 %{SOURCE1} .
 
 
 %build
-cp %{SOURCE2} .
+cp %{SOURCE2} ./LICENSE.txt
 
 
 %install
@@ -51,6 +51,8 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Apr 25 2012 Scott Dodson <sdodson at redhat.com> - 1.2-1
+- Update to 1.2
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 7c47f23..a739af9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e25c594c052b1973402c90ed896b40aa  variable-7.x-1.1.tar.gz
+d22b461760eb97e010a29ab443d26582  variable-7.x-1.2.tar.gz


More information about the scm-commits mailing list