[drupal7-theme-adaptivetheme] New upstream version

Peter Borsa asrob at fedoraproject.org
Fri Aug 10 07:07:37 UTC 2012


commit a739359301b19d932b7f4d192fef5acf74bcfc06
Author: Peter Borsa <peter.borsa at gmail.com>
Date:   Fri Aug 10 09:07:19 2012 +0200

    New upstream version

 .gitignore                       |    1 +
 drupal7-theme-adaptivetheme.spec |   14 ++++++++------
 sources                          |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7c30ef..5510045 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /adaptivetheme-7.x-2.1.tar.gz
 /adaptivetheme-7.x-2.2.tar.gz
+/adaptivetheme-7.x-3.0.tar.gz
diff --git a/drupal7-theme-adaptivetheme.spec b/drupal7-theme-adaptivetheme.spec
index c493d56..179eef3 100644
--- a/drupal7-theme-adaptivetheme.spec
+++ b/drupal7-theme-adaptivetheme.spec
@@ -10,8 +10,8 @@
 %global themename adaptivetheme
 
 Name:    drupal%{drupalver}-theme-%{themename}
-Version: 2.2
-Release: 2%{?dist}
+Version: 3.0
+Release: 1%{?dist}
 Summary: Adaptivetheme is a powerful theme framework
 Group:   Applications/Publishing
 License: GPLv2+
@@ -37,8 +37,7 @@ cp -p %{SOURCE1} .
 rm -rf %{buildroot}
 install -d %{buildroot}%{drupaldir}/themes/%{themename}
 find . -type f -exec install -m 0644 -D '{}' %{buildroot}%{drupaldir}/themes/%{themename}/'{}' \;
-rm %{buildroot}%{drupaldir}/themes/%{themename}//%{themename}/.cvsignore
-chmod -x README.txt
+chmod -x GETTING_STARTED.txt
 
 %clean
 rm -rf %{buildroot}
@@ -46,13 +45,16 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 # Remember to include other documentation text here as well
-%doc LICENSE.txt README.txt
+%doc LICENSE.txt GETTING_STARTED.txt
 # Remember to exclude all documentation texts from above
 %exclude %{drupaldir}/themes/%{themename}/LICENSE.txt
-%exclude %{drupaldir}/themes/%{themename}/README.txt
+%exclude %{drupaldir}/themes/%{themename}/GETTING_STARTED.txt
 %{drupaldir}/themes/%{themename}
 
 %changelog
+* Fri Aug 10 2012 Peter Borsa <peter.borsa at gmail.com> - 3.0-1
+- Updated to 3.0
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index f480283..efa0a35 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bbb2fa24897c941b3dec9dcb11a4bfe6  adaptivetheme-7.x-2.2.tar.gz
+c240e5e70a1b5c13cb36d4889d276621  adaptivetheme-7.x-3.0.tar.gz


More information about the scm-commits mailing list