[drupal6-imagecache_profiles: 2/2] Update to 1.4-rc1

Peter Borsa asrob at fedoraproject.org
Thu Nov 28 08:49:05 UTC 2013


commit 60c956c6eb99d1ff4406eb2c0adef51dede3ed7c
Author: Peter Borsa <peter.borsa at gmail.com>
Date:   Thu Nov 28 09:48:31 2013 +0100

    Update to 1.4-rc1

 .gitignore                       |    1 +
 drupal6-imagecache_profiles.spec |   15 ++++++++++-----
 sources                          |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 22e5c03..752f4b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /imagecache_profiles-6.x-1.3.tar.gz
+/imagecache_profiles-6.x-1.4-rc1.tar.gz
diff --git a/drupal6-imagecache_profiles.spec b/drupal6-imagecache_profiles.spec
index f07a613..7a5c7f4 100644
--- a/drupal6-imagecache_profiles.spec
+++ b/drupal6-imagecache_profiles.spec
@@ -6,19 +6,20 @@
 %{!?drupal: %{expand: %%global drupal drupal}}
 # e.g. "/usr/share/drupal6"
 %global drupalbase           %{_datadir}/%{drupal}
-%global drupal_sites_all    %{drupalbase}/sites/all        
+%global drupal_sites_all    %{drupalbase}/sites/all
 %global drupal_modules      %{drupal_sites_all}/modules
 # Use upstream name as expressed in URL and tarball
 %global modname             imagecache_profiles
+%global pre_release         rc1
 
 Name:    drupal%{drupalver}-%{modname}
-Version: 1.3
-Release: 3%{?dist}
+Version: 1.4
+Release: 0.1.%{pre_release}%{?dist}
 Summary: Image Cache Profiles Module for Drupal6
 Group:   Applications/Publishing
 License: GPLv2
 URL:     http://drupal.org/project/%{modname}
-Source0: http://ftp.drupal.org/files/projects/%{modname}-%{drupalver}.x-%{version}.tar.gz
+Source0: http://ftp.drupal.org/files/projects/%{modname}-%{drupalver}.x-%{version}-%{pre_release}.tar.gz
 Source1: %{name}-fedora-README.txt
 Source2: LICENSE.txt
 BuildArch: noarch
@@ -28,7 +29,7 @@ Requires:  drupal6, drupal6-imagecache
 %description
 ImageCache_Profiles module allows you to set user profile pictures that are
 consistent throughout your site and allows avatars on the user profile
-pages, nodes and comments to be a different size. 
+pages, nodes and comments to be a different size.
 
 %prep
 %setup -qn %{modname}
@@ -57,6 +58,10 @@ rm -rf %{buildroot}
 %{drupal_modules}/%{modname}
 
 %changelog
+* Thu Nov 28 2013 Peter Borsa <peter.borsa at gmail.com> - 1.4-0.1.rc1
+- Update to upstream 1.4-rc1 release for bug fixes
+- Upstream changelog for this release is available at https://drupal.org/node/1304356
+
 * Thu Jun 7 2012 Anderson Silva <ansilva at redhat.com> - 1.3-3
 - Update LICENSE.txt with FSF mailing address
 - Update description
diff --git a/sources b/sources
index 97c348f..7488269 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5161c3ab2f2c30ab0f9dfbeaf2a5e17d  imagecache_profiles-6.x-1.3.tar.gz
+ab5947d950d8258fa3856807df2387b0  imagecache_profiles-6.x-1.4-rc1.tar.gz


More information about the scm-commits mailing list