[muffin/f16] update version to 1.0.1

leigh123linux leigh123linux at fedoraproject.org
Fri Feb 17 13:52:12 UTC 2012


commit f3f20391df608d95d09c2f8522c201ce9608232f
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Fri Feb 17 13:51:53 2012 +0000

    update version to 1.0.1

 .gitignore  |    1 +
 muffin.spec |   15 +++++++++------
 sources     |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b08dcb..cf5ccd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /muffin-1.0.0.tar.gz
+/muffin-1.0.1.tar.gz
diff --git a/muffin.spec b/muffin.spec
index 761dea1..f83bdfc 100644
--- a/muffin.spec
+++ b/muffin.spec
@@ -1,15 +1,15 @@
-%global        _internel_version  079b5bf
+%global        _internel_version  e5c8fdb
 
 Name:          muffin
-Version:       1.0.0
-Release:       2%{?dist}
+Version:       1.0.1
+Release:       1%{?dist}
 Summary:       Window and compositing manager based on Clutter
 
 Group:         User Interface/Desktops
 License:       GPLv2+
 URL:           https://github.com/linuxmint/muffin
 # To generate tarball
-# wget https://github.com/linuxmint/muffin/tarball/1.0.0 -O muffin-1.0.0.tar.gz
+# wget https://github.com/linuxmint/muffin/tarball/1.0.1 -O muffin-1.0.1.tar.gz
 Source0:       %{name}-%{version}.tar.gz
 
 BuildRequires: clutter-devel >= 1.5.8
@@ -66,8 +66,8 @@ utilities for testing Metacity/Muffin themes.
 %setup -q -n linuxmint-%{name}-%{_internel_version}
 
 %build
-(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
- %configure --disable-static --with-gtk=3.0)
+NOCONFIGURE=1 ./autogen.sh
+%configure --disable-static --with-gtk=3.0
 
 SHOULD_HAVE_DEFINED="HAVE_SM HAVE_XINERAMA HAVE_XFREE_XINERAMA HAVE_SHAPE HAVE_RANDR HAVE_STARTUP_NOTIFICATION HAVE_COMPOSITE_EXTENSION"
 
@@ -132,6 +132,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 %doc %{_mandir}/man1/muffin-window-demo.1.gz
 
 %changelog
+* Thu Feb 17 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.0.1-1
+- update version to 1.0.1
+
 * Thu Feb 02 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.0.0-2
 - make review changes
 
diff --git a/sources b/sources
index 2be6bf3..93b5da4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f1877407224d4b816dc85e66d75e0850  muffin-1.0.0.tar.gz
+46807f29e0e00c8e0d3f46829ef0243a  muffin-1.0.1.tar.gz


More information about the scm-commits mailing list