[drupal7] New upstream, fixed version string only.

Paul W. Frields pfrields at fedoraproject.org
Sun Aug 7 18:16:07 UTC 2011


commit 463fb0cb96db74432db65e3becfbb41bbb565e84
Author: Paul W. Frields <stickster at gmail.com>
Date:   Sun Aug 7 14:06:55 2011 -0400

    New upstream, fixed version string only.
    
    Also fixed multiple directory inclusion in build.

 .gitignore   |    1 +
 drupal7.spec |    7 +++++--
 sources      |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index daaacab..64b72da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /drupal-7.2.tar.gz
 /drupal-7.4.tar.gz
 /drupal-7.6.tar.gz
+/drupal-7.7.tar.gz
diff --git a/drupal7.spec b/drupal7.spec
index fe93b73..ffa3dc6 100644
--- a/drupal7.spec
+++ b/drupal7.spec
@@ -1,6 +1,6 @@
 %define drupaldir %{_datadir}/drupal7
 Name: drupal7
-Version:  7.6
+Version:  7.7
 Release:  1%{?dist}
 Summary: An open-source content-management platform
 
@@ -74,7 +74,7 @@ rm -rf %{buildroot}
 %exclude %{drupaldir}/UPGRADE.txt
 %exclude %{drupaldir}/COPYRIGHT.txt
 %exclude %{drupaldir}/README.txt
-%dir %{_sysconfdir}/%{name}/*
+%dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/all
 %exclude %{_sysconfdir}/%{name}/all/README.txt
 %config(noreplace) %{_sysconfdir}/%{name}/default
@@ -86,6 +86,9 @@ rm -rf %{buildroot}
 %dir %attr(775,root,apache) %{_localstatedir}/lib/%{name}/files/default/
 
 %changelog
+* Sun Aug  7 2011 Paul W. Frields <stickster at gmail.com> - 7.7-1
+- New upstream, fixed version string only.
+
 * Wed Jul 27 2011 Jon Ciesla <limb at jcomserv.net> - 7.6-1
 - New upstream, SA-CORE-2011-003, BZ 726243.
 
diff --git a/sources b/sources
index 696f384..393bb6f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e88e63c4da9e5e170f089d050c88c827  drupal-7.6.tar.gz
+2eeb63fd1ef6b23b0a9f5f6b8aef8850  drupal-7.7.tar.gz


More information about the scm-commits mailing list