rpms/gtk-sharp2/F-13 .cvsignore, 1.16, 1.17 gtk-sharp2.spec, 1.46, 1.47 sources, 1.16, 1.17

chkr chkr at fedoraproject.org
Fri Apr 2 23:14:03 UTC 2010


Author: chkr

Update of /cvs/pkgs/rpms/gtk-sharp2/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29801

Modified Files:
	.cvsignore gtk-sharp2.spec sources 
Log Message:
* Fri Apr 02 2010 Christian Krause <chkr at fedoraproject.org> - 2.12.10-1
- Update to new upstream version
- Minor spec file cleanup



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gtk-sharp2/F-13/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- .cvsignore	9 Sep 2009 22:27:14 -0000	1.16
+++ .cvsignore	2 Apr 2010 23:14:02 -0000	1.17
@@ -1 +1 @@
-gtk-sharp-2.12.9.tar.bz2
+gtk-sharp-2.12.10.tar.bz2


Index: gtk-sharp2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtk-sharp2/F-13/gtk-sharp2.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- gtk-sharp2.spec	9 Sep 2009 22:27:16 -0000	1.46
+++ gtk-sharp2.spec	2 Apr 2010 23:14:02 -0000	1.47
@@ -1,16 +1,15 @@
 Name:           gtk-sharp2
-Version:        2.12.9
+Version:        2.12.10
 Release:        1%{?dist}
 Summary:        GTK+ and GNOME bindings for Mono
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
-URL:            http://gtk-sharp.sf.net
-Source0:        http://go-mono.com/sources/gtk-sharp2/gtk-sharp-%{version}.tar.bz2
+URL:            http://www.mono-project.com/GtkSharp
+Source0:        http://ftp.novell.com/pub/mono/sources/gtk-sharp212/gtk-sharp-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Patch0: gtk-sharp2-2.10.3-libdir.patch
-Patch1: gtksharp-2129-docfix.patch
+Patch0:         gtk-sharp2-2.10.3-libdir.patch
+Patch1:         gtksharp-2129-docfix.patch
 
 BuildRequires:  mono-devel gtk2-devel libglade2-devel
 BuildRequires:  automake, libtool
@@ -37,7 +36,7 @@ glib and GObject. Some examples of libra
 the GAPI tools and found in Gtk# include Gtk, Atk, Pango, Gdk.
 
 %package devel
-Summary:      files needed for developing with gtk-sharp2
+Summary:      Files needed for developing with gtk-sharp2
 Group:        Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig
@@ -62,8 +61,10 @@ This package provides the Gtk# documenta
 # Fix assembly libdir
 sed -i 's|$(prefix)/lib|%{_libdir}|g' parser/Makefile.in \
                                       generator/Makefile.in \
-					doc/Makefile.* \
-					configure.in
+                                      doc/Makefile.* \
+                                      configure.in
+# Fix permissions of source files
+find -name '*.c' -exec chmod a-x {} \;
 
 %build
 #autoreconf --force --install
@@ -121,6 +122,10 @@ cp -R doc/en $RPM_BUILD_ROOT%{_libdir}/m
 %{_libdir}/monodoc
 
 %changelog
+* Fri Apr 02 2010 Christian Krause <chkr at fedoraproject.org> - 2.12.10-1
+- Update to new upstream version
+- Minor spec file cleanup
+
 * Wed Sep 09 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.12.9-1
 - Bump to newer version
 - Fixed doc patch
@@ -177,7 +182,7 @@ cp -R doc/en $RPM_BUILD_ROOT%{_libdir}/m
 * Mon Mar 03 2008 Xavier Lamien <lxtnow[at]gmail.com> - 2.10.3-2
 - Fixed Assembly_dir on Rawhide (bug #434286).
 
-* Wed Feb 27 2008 Xavier Lamien	<lxtnow[at]gmail.com> - 2.10.3-1
+* Wed Feb 27 2008 Xavier Lamien <lxtnow[at]gmail.com> - 2.10.3-1
 - Updated Release.
 - Updated -libdir.patch against new release.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gtk-sharp2/F-13/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sources	9 Sep 2009 22:27:16 -0000	1.16
+++ sources	2 Apr 2010 23:14:02 -0000	1.17
@@ -1 +1 @@
-2619f6cbba514f10582f8961ed84063b  gtk-sharp-2.12.9.tar.bz2
+9e4265f9b2129047381e497a1e2ca004  gtk-sharp-2.12.10.tar.bz2



More information about the scm-commits mailing list