[drupal6-filefield] Updated to 3.13 (BZ #1124038)

Shawn Iwinski siwinski at fedoraproject.org
Sun Aug 31 22:02:39 UTC 2014


commit 78ed5a144f723e5c2ca5c74a8092c9265df4c190
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Aug 31 18:02:07 2014 -0400

    Updated to 3.13 (BZ #1124038)
    
    - Release notes: https://www.drupal.org/node/2304517
    - %license usage

 .gitignore             |    1 +
 drupal6-filefield.spec |   17 ++++++++++-------
 sources                |    3 +--
 3 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1517c33..865945d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /filefield-6.x-3.10.tar.gz
 /filefield-6.x-3.11.tar.gz
 /filefield-6.x-3.12.tar.gz
+/filefield-6.x-3.13.tar.gz
diff --git a/drupal6-filefield.spec b/drupal6-filefield.spec
index b736ab1..4cb2d42 100644
--- a/drupal6-filefield.spec
+++ b/drupal6-filefield.spec
@@ -4,8 +4,8 @@
 %global module filefield
 
 Name:      drupal6-%{module}
-Version:   3.12
-Release:   2%{?dist}
+Version:   3.13
+Release:   1%{?dist}
 # Bump epoch since old release illegally started with '6.x'
 Epoch:     1
 Summary:   Defines a file field type
@@ -21,7 +21,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:  drupal6
 #Requires:  drupal6(content)
-# phpcompatinfo (computed from version 3.12)
+# phpcompatinfo (computed from version 3.13)
 Requires:  php-date
 Requires:  php-ereg
 Requires:  php-gd
@@ -50,9 +50,6 @@ This package provides the following Drupal modules:
 
 cp -p %{SOURCE1} .
 
-# Remove executable bit
-chmod a-x LICENSE.txt
-
 
 %build
 # Empty build section, nothing required
@@ -70,12 +67,18 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc *.txt
+%{!?_licensedir:%global license %%doc}
+%license LICENSE.txt
+%doc README.txt UPGRADE.txt
 %{drupal6_modules}/%{module}
 %exclude %{drupal6_modules}/%{module}/*.txt
 
 
 %changelog
+* Sun Aug 31 2014 Shawn Iwinski <shawn.iwinski at gmail.com> - 1:3.13-1
+- Updated to 3.13 (BZ #1124038; release notes https://www.drupal.org/node/2304517)
+- %%license usage
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:3.12-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index bc5d876..080fb83 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-8fdc10f1efe48886c7a56267692e698a  filefield-6.x-3.11.tar.gz
-ccd679a3f604dd8b181a6272017423b3  filefield-6.x-3.12.tar.gz
+2891fdd4693cae33d24728ed55dcd5b4  filefield-6.x-3.13.tar.gz


More information about the scm-commits mailing list