[ccsm] new release 0.9.4

Adam Williamson adamwill at fedoraproject.org
Fri Mar 18 01:01:04 UTC 2011


commit f097c11eb3b9b077cd9a2d9ef0f4dd887164e681
Author: Adam Williamson <awilliam at redhat.com>
Date:   Thu Mar 17 17:59:52 2011 -0700

    new release 0.9.4

 .gitignore |    1 +
 ccsm.spec  |   13 ++++++++-----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8030a7d..7a49025 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ccsm-0.8.4.tar.bz2
 /ccsm-0.9.2.1.tar.bz2
+/compiz-ccsm-0.9.4.tar.bz2
diff --git a/ccsm.spec b/ccsm.spec
index c9ce23f..6e22516 100644
--- a/ccsm.spec
+++ b/ccsm.spec
@@ -2,18 +2,18 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %endif
-%define         basever 0.9.2.1
+%define         basever 0.9.4
 
 Name:           ccsm
-Version:        0.9.2.1
-Release:        4%{?dist}
+Version:        0.9.4
+Release:        1%{?dist}
 Summary:        Plugin and configuration tool - Compiz Fusion Project
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://www.compiz.org
 
-Source0:        http://releases.compiz.org/%{version}/%{name}-%{version}.tar.bz2
+Source0:        http://releases.compiz.org/%{version}/compiz-%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch102:       widgets_filter.patch
 # libdrm is not available on these arches
@@ -33,7 +33,7 @@ This package contains a gui configuration tool to configure Compiz
 plugins and the composite window manager.
 
 %prep
-%setup -q 
+%setup -q -n %{name}
 %patch102 -p1 -b .widgets_filter
 
 %build
@@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 17 2011 Adam Williamson <awilliam at redhat.com> - 0.9.4-1
+- new release 0.9.4
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.2.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index a03169a..4fe2dcb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-194bd80635441841be4fc145c2d71134  ccsm-0.9.2.1.tar.bz2
+c47d2f67bb6e832667c1c123cce98ef3  compiz-ccsm-0.9.4.tar.bz2


More information about the scm-commits mailing list