rpms/mhgui/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 mhgui.spec, 1.1, 1.2

Chauvet (kwizart) fedora-extras-commits at redhat.com
Thu Jan 3 00:39:11 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/mhgui/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20811

Modified Files:
	.cvsignore sources mhgui.spec 
Log Message:
Update to 0.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mhgui/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Sep 2007 17:27:54 -0000	1.2
+++ .cvsignore	3 Jan 2008 00:38:34 -0000	1.3
@@ -1 +1 @@
-mhgui-0.1.tar.gz
+mhgui-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mhgui/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Sep 2007 17:27:54 -0000	1.2
+++ sources	3 Jan 2008 00:38:34 -0000	1.3
@@ -1 +1 @@
-d9c335c032bb41feb99bba7f20db0c00  mhgui-0.1.tar.gz
+0794987c3a0f505a836e73bf629df64d  mhgui-0.2.tar.gz


Index: mhgui.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mhgui/devel/mhgui.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mhgui.spec	13 Sep 2007 17:27:54 -0000	1.1
+++ mhgui.spec	3 Jan 2008 00:38:34 -0000	1.2
@@ -1,16 +1,16 @@
 Name:           mhgui
-Version:        0.1
-Release:        2%{?dist}
+Version:        0.2
+Release:        1%{?dist}
 Summary:        A simple GUI library for MakeHuman
 
 Group:          System Environment/Libraries
-License:        LGPLv2+
+License:        GPLv3+
 URL:            http://www.dedalo-3d.com
 Source0:        http://downloads.sourceforge.net/makehuman/mhgui-%{version}.tar.gz
 Patch0:         mhgui-0.1-pkgconfig.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  animorph-devel >= 0.2
+BuildRequires:  animorph-devel >= 0.3
 BuildRequires:  freeglut-devel
 BuildRequires:  libpng-devel
       
@@ -23,7 +23,7 @@
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       animorph-devel >= 0.2
+Requires:       animorph-devel >= 0.3
 Requires:       freeglut-devel
 Requires:       libpng-devel
 
@@ -34,6 +34,11 @@
 
 %prep
 %setup -q
+# We need to fix CRLF first
+for f in mhgui*.in config.h.in ; do
+  sed -i 's/\r//' $f
+  touch -r README $f
+done
 %patch0 -p1 -b .pkgconfig
 
 
@@ -72,6 +77,10 @@
 
 
 %changelog
+* Thu Jan  3 2008 kwizart < kwizart at gmail.com > - 0.2-1
+- Update to 0.2
+- Licence is now GPLv3+
+
 * Thu Sep 13 2007 kwizart < kwizart at gmail.com > - 0.1-2
 - Fix URL
 - Change summary




More information about the fedora-extras-commits mailing list