[libmash] New upstream release.

Richard Hughes rhughes at fedoraproject.org
Thu Sep 15 16:01:36 UTC 2011


commit d7e081b99fd2385bc424b04214781c6a5f2a1f8a
Author: Richard Hughes <richard at hughsie.com>
Date:   Thu Sep 15 17:00:47 2011 +0100

    New upstream release.

 .gitignore   |    1 +
 libmash.spec |   19 +++++++++++--------
 sources      |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f50c0ce..1674d1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /mash-0.1.0.tar.bz2
+/mash-0.2.0.tar.xz
diff --git a/libmash.spec b/libmash.spec
index 5159274..6f3624f 100644
--- a/libmash.spec
+++ b/libmash.spec
@@ -1,9 +1,9 @@
 Summary: A library for using real 3D models within a Clutter scene
 Name: libmash
-Version: 0.1.0
-Release: 2%{?dist}
+Version: 0.2.0
+Release: 1%{?dist}
 URL: http://wiki.clutter-project.org/wiki/Mash
-Source0: http://source.clutter-project.org/sources/mash/0.1/mash-%{version}.tar.bz2
+Source0: http://source.clutter-project.org/sources/mash/0.1/mash-%{version}.tar.xz
 
 # Already sent upstream for review,
 # see http://lists.clutter-project.org/pipermail/clutter-devel-list/2011-March/000196.html
@@ -56,22 +56,25 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 %files
 %defattr(-,root,root)
 %doc README COPYING.LIB NEWS AUTHORS
-%{_libdir}/libmash-0.1.so.*
+%{_libdir}/libmash-0.2.so.*
 %dir %{_libdir}/girepository-1.0
 %{_libdir}/girepository-1.0/*.typelib
 
 %files devel
 %defattr(-,root,root)
-%dir %{_includedir}/mash-0.1
-%{_includedir}/mash-0.1/*
-%{_libdir}/libmash-0.1.so
-%{_libdir}/pkgconfig/mash-0.1.pc
+%dir %{_includedir}/mash-0.2
+%{_includedir}/mash-0.2/*
+%{_libdir}/libmash-0.2.so
+%{_libdir}/pkgconfig/mash-0.2.pc
 %dir %{_datadir}/gtk-doc/html/mash
 %{_datadir}/gtk-doc/html/mash/*
 %{_datadir}/gir-1.0/*.gir
 %dir %{_datadir}/gir-1.0
 
 %changelog
+* Thu Sep 15 2011 Richard Hughes <rhughes at redhat.com> - 0.2.0-1
+- New upstream release.
+
 * Thu Mar 26 2011 Richard Hughes <rhughes at redhat.com> - 0.1.0-2
 - Updated after review concerns.
 - Do not use 'mash' in the package summary
diff --git a/sources b/sources
index 86b2b6f..e9d90e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5074526c76e4a0fc2750e645a137c0ba  mash-0.1.0.tar.bz2
+9eda552784291707e667be4d55917794  mash-0.2.0.tar.xz


More information about the scm-commits mailing list