[drupal7-google_analytics] Updated to 2.0 (BZ #1115820)

Shawn Iwinski siwinski at fedoraproject.org
Sun Jul 20 15:11:31 UTC 2014


commit 168cedda27294a8092a8aa159e64675cc7807621
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Jul 20 11:10:42 2014 -0400

    Updated to 2.0 (BZ #1115820)
    
    - Release notes: https://www.drupal.org/node/2296171

 .gitignore                    |    1 +
 drupal7-google_analytics.spec |   19 ++++++++++++-------
 sources                       |    2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e2cb55..945f9c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /google_analytics-7.x-1.4.tar.gz
+/google_analytics-7.x-2.0.tar.gz
diff --git a/drupal7-google_analytics.spec b/drupal7-google_analytics.spec
index de915b4..620f715 100644
--- a/drupal7-google_analytics.spec
+++ b/drupal7-google_analytics.spec
@@ -3,8 +3,8 @@
 %global module google_analytics
 
 Name:          drupal7-%{module}
-Version:       1.4
-Release:       2%{?dist}
+Version:       2.0
+Release:       1%{?dist}
 Summary:       Adds the Google Analytics web statistics tracking system to your website
 
 Group:         Applications/Publishing
@@ -16,14 +16,14 @@ Source1:       %{name}-RPM-README.txt
 BuildArch:     noarch
 BuildRequires: drupal7-rpmbuild >= 7.23-3
 
-# phpcompatinfo (computed from version 1.4)
+# phpcompatinfo (computed from version 2.0)
 Requires:      php-pcre
 
 %description
 Adds the Google Analytics web statistics tracking system to your website.
 
-This package provides the following Drupal module(s):
-* %{module}
+This package provides the following Drupal module:
+* googleanalytics
 
 
 %prep
@@ -41,14 +41,19 @@ cp -pr * %{buildroot}%{drupal7_modules}/%{module}/
 
 
 %files
-%doc *.txt
+%{!?_licensedir:%global license %%doc}
+%license LICENSE.txt
+%doc README.txt
 %{drupal7_modules}/%{module}
 %exclude %{drupal7_modules}/%{module}/*.txt
 
 
 %changelog
+* Sun Jul 20 2014 Shawn Iwinski <shawn.iwinski at gmail.com> - 2.0-1
+- Updated to 2.0 (BZ #1115820; release notes https://www.drupal.org/node/2296171)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
-* Thu May 22 2014 Peter Borsa <peter.borsa at gmail.com> 1.4-1
+* Thu May 22 2014 Peter Borsa <peter.borsa at gmail.com> - 1.4-1
 - Initial package
diff --git a/sources b/sources
index 08b16a0..0a627e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-41829b341d5c8f85b1b1d446a4b6041f  google_analytics-7.x-1.4.tar.gz
+0000aff7ce9b43de37b92241e512118e  google_analytics-7.x-2.0.tar.gz


More information about the scm-commits mailing list