[drupal7-metatag] Updated to 1.4 (BZ #1150459)

Shawn Iwinski siwinski at fedoraproject.org
Sun Oct 19 04:18:26 UTC 2014


commit e993e67adccf5870e883dc2c41d835b3fdc598cc
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Oct 19 00:18:06 2014 -0400

    Updated to 1.4 (BZ #1150459)
    
    - Removed RPM README b/c it only explained common Drupal workflow

 .gitignore                     |    1 +
 drupal7-metatag-RPM-README.txt |    5 -----
 drupal7-metatag.spec           |   23 +++++++++++++----------
 sources                        |    2 +-
 4 files changed, 15 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b70541b..82a8960 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /metatag-7.x-1.0-rc1.tar.gz
 /metatag-7.x-1.0-rc2.tar.gz
 /metatag-7.x-1.1.tar.gz
+/metatag-7.x-1.4.tar.gz
diff --git a/drupal7-metatag.spec b/drupal7-metatag.spec
index deed0ba..de9437a 100644
--- a/drupal7-metatag.spec
+++ b/drupal7-metatag.spec
@@ -3,7 +3,7 @@
 %global module metatag
 
 Name:          drupal7-%{module}
-Version:       1.1
+Version:       1.4
 Release:       1%{?dist}
 Summary:       Adds support and an API to implement meta tags
 
@@ -11,17 +11,16 @@ Group:         Applications/Publishing
 License:       GPLv2+
 URL:           http://drupal.org/project/%{module}
 Source0:       http://ftp.drupal.org/files/projects/%{module}-7.x-%{version}.tar.gz
-Source1:       %{name}-RPM-README.txt
 
 BuildArch:     noarch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: drupal7-rpmbuild >= 7.23-3
 
+# metatag.info
 Requires:      drupal7-ctools
-Requires:      drupal7-token
 #Requires:      drupal7(ctools)
-#Requires:      drupal7(token)
-# phpcompatinfo (computed from version 1.1)
+Requires:      drupal7(token)
+# phpcompatinfo (computed from version 1.4)
 Requires:      php-pcre
 
 %description
@@ -39,19 +38,20 @@ successor of the Nodewords module.
 
 This package provides the following Drupal modules:
 * %{module}
-* %{module}_context
+* %{module}_context (requires drupal7-context)
 * %{module}_dc
 * %{module}_devel
 * %{module}_facebook
+* %{module}_google_plus
 * %{module}_opengraph
-* %{module}_panels
+* %{module}_panels (requires drupal7-ctools and drupal7-token, as well as
+      manual install of panels)
 * %{module}_twitter_cards
-* %{module}_views
+* %{module}_views (requires drupal7-views)
 
 
 %prep
 %setup -qn %{module}
-cp -p %{SOURCE1} .
 
 
 %build
@@ -74,10 +74,13 @@ rm -rf %{buildroot}
 %license LICENSE.txt
 %doc README.txt CHANGELOG.txt
 %{drupal7_modules}/%{module}
-%exclude %{drupal7_modules}/%{module}/*.txt
 
 
 %changelog
+* Sat Oct 18 2014 Shawn Iwinski <shawn.iwinski at gmail.com> - 1.4-1
+- Updated to 1.4 (BZ #1150459)
+- Removed RPM README b/c it only explained common Drupal workflow
+
 * Wed Sep 24 2014 Shawn Iwinski <shawn.iwinski at gmail.com> - 1.1-1
 - Updated to 1.1 (BZ #1144307; release notes https://www.drupal.org/node/2341013)
 
diff --git a/sources b/sources
index c915827..1fb5cbd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a9aee0cfcd7fb23cda67594048e42e6  metatag-7.x-1.1.tar.gz
+d071820ada98026416e4322347ea4fe3  metatag-7.x-1.4.tar.gz


More information about the scm-commits mailing list