rpms/libmx/devel libmx.spec, 1.17, 1.18 0001-Fix-build-with-gtk-2.19-2.20-and-GTK_DISABLE_DEPRECA.patch, 1.1, NONE

Peter Robinson pbrobinson at fedoraproject.org
Wed Apr 14 22:43:30 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/libmx/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17579

Modified Files:
	libmx.spec 
Removed Files:
	0001-Fix-build-with-gtk-2.19-2.20-and-GTK_DISABLE_DEPRECA.patch 
Log Message:
- New upstream 0.94.0 release


Index: libmx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libmx/devel/libmx.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- libmx.spec	25 Mar 2010 16:47:45 -0000	1.17
+++ libmx.spec	14 Apr 2010 22:43:29 -0000	1.18
@@ -1,13 +1,12 @@
 Name:          libmx
-Version:       0.9.0
-Release:       2%{?dist}
+Version:       0.99.4
+Release:       1%{?dist}
 Summary:       A clutter widget toolkit
 
 Group:         System Environment/Libraries
 License:       LGPLv2
 URL:           http://www.moblin.org/
 Source0:       http://download.moblin.org/sources/mx/0.9/mx-%{version}.tar.bz2
-Patch0:        0001-Fix-build-with-gtk-2.19-2.20-and-GTK_DISABLE_DEPRECA.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: clutter-imcontext-devel
@@ -54,8 +53,9 @@ toolkit, currently used primarily by Mob
 
 %prep
 %setup -q -n mx-%{version}
-%patch0 -p1 -b .compatgtk
-autoreconf
+
+# run autogen.sh until we have a proper release
+NOCONFIGURE=yes ./autogen.sh
 
 %build
 %configure --disable-static --enable-introspection --enable-gtk-doc --with-clutter-imcontext --with-clutter-gesture
@@ -97,6 +97,9 @@ rm -rf %{buildroot}
 %{_datadir}/gtk-doc/html/mx
 
 %changelog
+* Wed Apr 14 2010 Peter Robinson <pbrobinson at gmail.com> 0.94.0-1
+- New upstream 0.94.0 release
+
 * Thu Mar 25 2010 Peter Robinson <pbrobinson at gmail.com> 0.9.0-2
 - Add patch to fix build on gtk 2.2.20
 


--- 0001-Fix-build-with-gtk-2.19-2.20-and-GTK_DISABLE_DEPRECA.patch DELETED ---



More information about the scm-commits mailing list