[muffin] revert some of the previous changes

leigh123linux leigh123linux at fedoraproject.org
Thu May 9 04:34:23 UTC 2013


commit e51c486e3dae5466ed0cb50b5fc5b061a8c3949d
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Thu May 9 05:34:20 2013 +0100

    revert some of the previous changes

 .gitignore  |    1 +
 muffin.spec |   17 +++++++++++------
 sources     |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3a1e5f7..1fa65cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /muffin-1.1.0.tar.gz
 /muffin-1.1.1.tar.gz
 /muffin-1.1.2.tar.gz
+/muffin-1.8.0.tar.gz
diff --git a/muffin.spec b/muffin.spec
index bcfb867..102549f 100644
--- a/muffin.spec
+++ b/muffin.spec
@@ -1,8 +1,8 @@
-%global        _internel_version  ab1d98e
+#global        _internel_version  ab1d98e
 
 Name:          muffin
-Version:       1.1.2
-Release:       3%{?dist}
+Version:       1.8.0
+Release:       2%{?dist}
 Summary:       Window and compositing manager based on Clutter
 
 Group:         User Interface/Desktops
@@ -61,8 +61,8 @@ Header files and libraries for developing Muffin plugins. Also includes
 utilities for testing Metacity/Muffin themes.
 
 %prep
-%setup -q -n linuxmint-%{name}-%{_internel_version}
-NOCONFIGURE=1 autoreconf -fi
+%setup -q
+NOCONFIGURE=1 ./autogen.sh
 
 %build
 %configure --disable-static --enable-compile-warnings=minimum
@@ -126,12 +126,17 @@ fi
 %{_bindir}/muffin-window-demo
 %{_includedir}/muffin/
 %{_libdir}/libmuffin.so
-%{_libdir}/muffin/Meta-3.0.gir
 %{_libdir}/pkgconfig/*
 %doc %{_mandir}/man1/muffin-theme-viewer.1.*
 %doc %{_mandir}/man1/muffin-window-demo.1.*
 
 %changelog
+* Thu May 09 2013 Leigh Scott <leigh123linux at googlemail.com> - 1.8.0-2
+- revert some of the previous changes
+
+* Wed May 08 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.8.0-1
+- Update to version 1.8.0
+
 * Thu Feb 21 2013 Kalev Lember <kalevlember at gmail.com> - 1.1.2-3
 - Rebuilt for cogl soname bump
 
diff --git a/sources b/sources
index 2d5ff82..8056599 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0950fa5c00a165c7fed73b0898d072d5  muffin-1.1.2.tar.gz
+ea0f6a80ea9baf0315928f1a3830382e  muffin-1.8.0.tar.gz


More information about the scm-commits mailing list