From 86a0dbb59e1d6e6e08e90fc7b3e102752ea1c43a Mon Sep 17 00:00:00 2001 From: Peter Borsa Date: Feb 14 2015 10:26:29 +0000 Subject: Update to 3.10 --- diff --git a/.gitignore b/.gitignore index 54ba6d4..b91e90e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /views-7.x-3.6.tar.gz /views-7.x-3.7.tar.gz /views-7.x-3.8.tar.gz +/views-7.x-3.10.tar.gz diff --git a/drupal7-views.spec b/drupal7-views.spec index eeeee16..1da69ef 100644 --- a/drupal7-views.spec +++ b/drupal7-views.spec @@ -1,8 +1,8 @@ %global drupaldir %{_datadir}/drupal7 Name: drupal7-views -Version: 3.8 -Release: 2%{?dist} +Version: 3.10 +Release: 1%{?dist} Summary: Provides a method for site designers to control content presentation Group: Applications/Publishing @@ -15,7 +15,7 @@ Source2: LICENSE.txt BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: drupal7 -Requires: drupal7-ctools >= 1.0-0.1.alpha4 +Requires: drupal7-ctools >= 1.1 %description The views module provides a flexible method for Drupal site designers @@ -52,6 +52,10 @@ rm -rf %{buildroot} %exclude %{drupaldir}/modules/views/*.txt %changelog +* Sat Feb 14 2015 Peter Borsa - 3.10-1 +- Release 3.10 is a security fix release +- Upstream changelog is at https://drupal.org/node/2424103 + * Sat Jun 07 2014 Fedora Release Engineering - 3.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index f19077f..99cd9f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0fbe71c455f5d34c7193797563b63b3f views-7.x-3.8.tar.gz +c9806ffd69448bc505a67e790f97da58 views-7.x-3.10.tar.gz