[drupal7-path_breadcrumbs] Updated to 3.0-rc1 (BZ #1050855; release notes https://drupal.org/node/2181867)

Shawn Iwinski siwinski at fedoraproject.org
Sun Jan 26 17:29:23 UTC 2014


commit 550b7f3f480ee8b289f2a1bfb3027d00053749d6
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Jan 26 12:29:32 2014 -0500

    Updated to 3.0-rc1 (BZ #1050855; release notes https://drupal.org/node/2181867)

 .gitignore                    |    1 +
 drupal7-path_breadcrumbs.spec |   40 +++++++++++++++++++++-------------------
 sources                       |    1 +
 3 files changed, 23 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cccaeec..8c28102 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /path_breadcrumbs-7.x-3.0-beta3.tar.gz
 /path_breadcrumbs-7.x-3.0-beta4.tar.gz
 /path_breadcrumbs-7.x-3.0-beta6.tar.gz
+/path_breadcrumbs-7.x-3.0-rc1.tar.gz
diff --git a/drupal7-path_breadcrumbs.spec b/drupal7-path_breadcrumbs.spec
index 87bd106..d9f43ac 100644
--- a/drupal7-path_breadcrumbs.spec
+++ b/drupal7-path_breadcrumbs.spec
@@ -1,28 +1,27 @@
 %{?drupal7_find_provides_and_requires}
 
-%global module_name path_breadcrumbs
-%global pre_release beta6
+%global module      path_breadcrumbs
+%global pre_release rc1
 
-Name:          drupal7-%{module_name}
+Name:          drupal7-%{module}
 Version:       3.0
-Release:       0.6.%{pre_release}%{?dist}
+Release:       0.7.%{pre_release}%{?dist}
 Summary:       Allows creation of custom breadcrumbs for any page using contexts
 
 Group:         Applications/Publishing
 License:       GPLv2+
-URL:           http://drupal.org/project/%{module_name}
-Source0:       http://ftp.drupal.org/files/projects/%{module_name}-7.x-%{version}-%{pre_release}.tar.gz
+URL:           http://drupal.org/project/%{module}
+Source0:       http://ftp.drupal.org/files/projects/%{module}-7.x-%{version}-%{pre_release}.tar.gz
 Source1:       %{name}-RPM-README.txt
 
 BuildArch:     noarch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: drupal7-rpmbuild >= 7.22-5
+BuildRequires: drupal7-rpmbuild >= 7.23-3
 
 Requires:      drupal7-ctools
-Requires:      drupal7-entity
 #Requires:      drupal7(ctools)
-#Requires:      drupal7(entity_token)
-# phpci
+Requires:      drupal7(entity_token)
+# phpcompatinfo (computed from version 3.0-rc1)
 Requires:      php-pcre
 
 %description
@@ -48,13 +47,13 @@ Features
 * Usable interface.
 
 This package provides the following Drupal modules:
-* %{module_name}
-* %{module_name}_ui
-* %{module_name}_i18n (Requires manual install of the i18n module)
+* %{module}
+* %{module}_ui
+* %{module}_i18n (requires drupal7-i18n)
 
 
 %prep
-%setup -q -n %{module_name}
+%setup -qn %{module}
 cp -p %{SOURCE1} .
 
 
@@ -64,8 +63,8 @@ cp -p %{SOURCE1} .
 
 %install
 rm -rf %{buildroot}
-mkdir -p -m 0755 %{buildroot}%{drupal7_modules}/%{module_name}
-cp -pr * %{buildroot}%{drupal7_modules}/%{module_name}/
+mkdir -pm 0755 %{buildroot}%{drupal7_modules}/%{module}
+cp -pr * %{buildroot}%{drupal7_modules}/%{module}/
 
 
 %clean
@@ -75,11 +74,14 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc *.txt
-%{drupal7_modules}/%{module_name}
-%exclude %{drupal7_modules}/%{module_name}/*.txt
+%{drupal7_modules}/%{module}
+%exclude %{drupal7_modules}/%{module}/*.txt
 
 
 %changelog
+* Sun Jan 26 2014 Shawn Iwinski <shawn.iwinski at gmail.com> 3.0-0.7-rc1
+- Updated to 3.0-rc1 (BZ #1050855; release notes https://drupal.org/node/2181867)
+
 * Thu Nov 07 2013 Peter Borsa <peter.borsa at gmail.com> - 3.0-0.6.beta6
 - Update to upstream 3.0-beta6 release for bug fixes
 - Upstream changelog for this release is available at https://drupal.org/node/2119965
@@ -98,5 +100,5 @@ rm -rf %{buildroot}
 - Updated to 3.0-beta2
 - Updated for drupal7-rpmbuild 7.22-5
 
-* Mon Mar 26 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 3.0-0.1.beta1
+* Tue Mar 26 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 3.0-0.1.beta1
 - Initial package
diff --git a/sources b/sources
index 9b46190..bce2b55 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 762febc02fe61d7dc553df5104f9f628  path_breadcrumbs-7.x-3.0-beta6.tar.gz
+2b5fe74d6fcf7330d15dd1cf132dc106  path_breadcrumbs-7.x-3.0-rc1.tar.gz


More information about the scm-commits mailing list