rpms/gnome-sharp/devel gnome-sharp-2.20.0-libdir.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 gnome-sharp-libdir.patch, 1.2, 1.3 gnome-sharp.spec, 1.13, 1.14 sources, 1.4, 1.5

Xavier LAMIEN (laxathom) fedora-extras-commits at redhat.com
Thu Jul 3 15:19:04 UTC 2008


Author: laxathom

Update of /cvs/pkgs/rpms/gnome-sharp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14520

Modified Files:
	.cvsignore gnome-sharp-libdir.patch gnome-sharp.spec sources 
Added Files:
	gnome-sharp-2.20.0-libdir.patch 
Log Message:
update release

gnome-sharp-2.20.0-libdir.patch:

--- NEW FILE gnome-sharp-2.20.0-libdir.patch ---
diff -up gnome-sharp-2.20.0/gconf/GConf/gconf-sharp-2.0.pc.in.libdir gnome-sharp-2.20.0/gconf/GConf/gconf-sharp-2.0.pc.in
--- gnome-sharp-2.20.0/gconf/GConf/gconf-sharp-2.0.pc.in.libdir	2008-07-03 15:07:22.000000000 +0200
+++ gnome-sharp-2.20.0/gconf/GConf/gconf-sharp-2.0.pc.in	2008-07-03 15:08:05.000000000 +0200
@@ -1,6 +1,6 @@
 prefix=${pcfiledir}/../..
 exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=${libdir}
 
 
 Name: GConf#
diff -up gnome-sharp-2.20.0/gconf/tools/Makefile.am.libdir gnome-sharp-2.20.0/gconf/tools/Makefile.am
--- gnome-sharp-2.20.0/gconf/tools/Makefile.am.libdir	2008-07-03 16:16:08.000000000 +0200
+++ gnome-sharp-2.20.0/gconf/tools/Makefile.am	2008-07-03 16:16:20.000000000 +0200
@@ -1,4 +1,4 @@
-assemblydir = $(prefix)/lib/gtk-sharp-2.0
+assemblydir = ${libdir}/gtk-sharp-2.0
 assembly_DATA = gconfsharp-schemagen.exe
 bin_SCRIPTS = gconfsharp2-schemagen
 CLEANFILES = gconfsharp-schemagen.exe
diff -up gnome-sharp-2.20.0/gconf/tools/gconfsharp2-schemagen.in.libdir gnome-sharp-2.20.0/gconf/tools/gconfsharp2-schemagen.in
--- gnome-sharp-2.20.0/gconf/tools/gconfsharp2-schemagen.in.libdir	2008-07-03 15:56:24.000000000 +0200
+++ gnome-sharp-2.20.0/gconf/tools/gconfsharp2-schemagen.in	2008-07-03 15:56:14.000000000 +0200
@@ -1,2 +1,2 @@
 #!/bin/sh
- at RUNTIME@ @prefix@/lib/gtk-sharp-2.0/gconfsharp-schemagen.exe "$@"
+ at RUNTIME@ ${libdir}/gtk-sharp-2.0/gconfsharp-schemagen.exe "$@"
diff -up gnome-sharp-2.20.0/art/art-sharp-2.0.pc.in.libdir gnome-sharp-2.20.0/art/art-sharp-2.0.pc.in
--- gnome-sharp-2.20.0/art/art-sharp-2.0.pc.in.libdir	2008-07-03 15:11:16.000000000 +0200
+++ gnome-sharp-2.20.0/art/art-sharp-2.0.pc.in	2008-07-03 15:11:26.000000000 +0200
@@ -1,6 +1,6 @@
 prefix=${pcfiledir}/../..
 exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=${libdir}
 gapidir=${prefix}/share/gapi-2.0
 
 
diff -up gnome-sharp-2.20.0/gnomevfs/gnome-vfs-sharp-2.0.pc.in.libdir gnome-sharp-2.20.0/gnomevfs/gnome-vfs-sharp-2.0.pc.in
--- gnome-sharp-2.20.0/gnomevfs/gnome-vfs-sharp-2.0.pc.in.libdir	2008-07-03 15:10:48.000000000 +0200
+++ gnome-sharp-2.20.0/gnomevfs/gnome-vfs-sharp-2.0.pc.in	2008-07-03 15:11:00.000000000 +0200
@@ -1,6 +1,6 @@
 prefix=${pcfiledir}/../..
 exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=${libdir}
 gapidir=${prefix}/share/gapi-2.0
 
 
diff -up gnome-sharp-2.20.0/gnome/gnome-sharp-2.0.pc.in.libdir gnome-sharp-2.20.0/gnome/gnome-sharp-2.0.pc.in
--- gnome-sharp-2.20.0/gnome/gnome-sharp-2.0.pc.in.libdir	2008-07-03 15:10:01.000000000 +0200
+++ gnome-sharp-2.20.0/gnome/gnome-sharp-2.0.pc.in	2008-07-03 15:10:18.000000000 +0200
@@ -1,6 +1,6 @@
 prefix=${pcfiledir}/../..
 exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=${libdir}
 gapidir=${prefix}/share/gapi-2.0
 
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-sharp/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	11 Apr 2008 17:50:45 -0000	1.4
+++ .cvsignore	3 Jul 2008 15:18:15 -0000	1.5
@@ -1 +1 @@
-gnome-sharp-2.16.1.tar.bz2
+gnome-sharp-2.20.0.tar.bz2

gnome-sharp-libdir.patch:

Index: gnome-sharp-libdir.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-sharp/devel/gnome-sharp-libdir.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-sharp-libdir.patch	4 Jun 2008 18:11:37 -0000	1.2
+++ gnome-sharp-libdir.patch	3 Jul 2008 15:18:15 -0000	1.3
@@ -1,6 +1,6 @@
 diff -up gnome-sharp-2.16.1/art/art-sharp-2.0.pc.in.libdir gnome-sharp-2.16.1/art/art-sharp-2.0.pc.in
---- gnome-sharp-2.16.1/art/art-sharp-2.0.pc.in.libdir	2008-01-24 15:12:16.000000000 -0500
-+++ gnome-sharp-2.16.1/art/art-sharp-2.0.pc.in	2008-06-04 14:03:55.000000000 -0400
+--- gnome-sharp-2.20.0/art/art-sharp-2.0.pc.in.libdir	2008-01-24 15:12:16.000000000 -0500
++++ gnome-sharp-2.20.0/art/art-sharp-2.0.pc.in	2008-06-04 14:03:55.000000000 -0400
 @@ -1,6 +1,6 @@
  prefix=${pcfiledir}/../..
  exec_prefix=${prefix}
@@ -10,8 +10,8 @@
  
  
 diff -up gnome-sharp-2.16.1/gconf/GConf/gconf-sharp-2.0.pc.in.libdir gnome-sharp-2.16.1/gconf/GConf/gconf-sharp-2.0.pc.in
---- gnome-sharp-2.16.1/gconf/GConf/gconf-sharp-2.0.pc.in.libdir	2008-01-24 15:12:19.000000000 -0500
-+++ gnome-sharp-2.16.1/gconf/GConf/gconf-sharp-2.0.pc.in	2008-06-04 14:03:56.000000000 -0400
+--- gnome-sharp-2.20.0/gconf/GConf/gconf-sharp-2.0.pc.in.libdir	2008-01-24 15:12:19.000000000 -0500
++++ gnome-sharp-2.20.0/gconf/GConf/gconf-sharp-2.0.pc.in	2008-06-04 14:03:56.000000000 -0400
 @@ -1,6 +1,6 @@
  prefix=${pcfiledir}/../..
  exec_prefix=${prefix}
@@ -21,8 +21,8 @@
  
  Name: GConf#
 diff -up gnome-sharp-2.16.1/gconf/GConf.PropertyEditors/gconf-sharp-peditors-2.0.pc.in.libdir gnome-sharp-2.16.1/gconf/GConf.PropertyEditors/gconf-sharp-peditors-2.0.pc.in
---- gnome-sharp-2.16.1/gconf/GConf.PropertyEditors/gconf-sharp-peditors-2.0.pc.in.libdir	2008-06-04 14:04:59.000000000 -0400
-+++ gnome-sharp-2.16.1/gconf/GConf.PropertyEditors/gconf-sharp-peditors-2.0.pc.in	2008-06-04 14:05:07.000000000 -0400
+--- gnome-sharp-2.20.0/gconf/GConf.PropertyEditors/gconf-sharp-peditors-2.0.pc.in.libdir	2008-06-04 14:04:59.000000000 -0400
++++ gnome-sharp-2.20.0/gconf/GConf.PropertyEditors/gconf-sharp-peditors-2.0.pc.in	2008-06-04 14:05:07.000000000 -0400
 @@ -1,6 +1,6 @@
  prefix=${pcfiledir}/../..
  exec_prefix=${prefix}
@@ -32,16 +32,16 @@
  
  Name: GConf.PropertyEditors#
 diff -up gnome-sharp-2.16.1/gconf/tools/gconfsharp2-schemagen.in.libdir gnome-sharp-2.16.1/gconf/tools/gconfsharp2-schemagen.in
---- gnome-sharp-2.16.1/gconf/tools/gconfsharp2-schemagen.in.libdir	2008-01-24 15:12:18.000000000 -0500
-+++ gnome-sharp-2.16.1/gconf/tools/gconfsharp2-schemagen.in	2008-06-04 14:03:56.000000000 -0400
+--- gnome-sharp-2.20.0/gconf/tools/gconfsharp2-schemagen.in.libdir	2008-01-24 15:12:18.000000000 -0500
++++ gnome-sharp-2.20.0/gconf/tools/gconfsharp2-schemagen.in	2008-06-04 14:03:56.000000000 -0400
 @@ -1,2 +1,3 @@
  #!/bin/sh
 - at RUNTIME@ @prefix@/lib/gtk-sharp-2.0/gconfsharp-schemagen.exe "$@"
 +d=`monodir`
 + at RUNTIME@ $d/../gtk-sharp-2.0/gconfsharp-schemagen.exe "$@"
 diff -up gnome-sharp-2.16.1/gconf/tools/Makefile.am.libdir gnome-sharp-2.16.1/gconf/tools/Makefile.am
---- gnome-sharp-2.16.1/gconf/tools/Makefile.am.libdir	2008-01-24 15:12:18.000000000 -0500
-+++ gnome-sharp-2.16.1/gconf/tools/Makefile.am	2008-06-04 14:03:56.000000000 -0400
+--- gnome-sharp-2.20.0/gconf/tools/Makefile.am.libdir	2008-01-24 15:12:18.000000000 -0500
++++ gnome-sharp-2.20.0/gconf/tools/Makefile.am	2008-06-04 14:03:56.000000000 -0400
 @@ -1,4 +1,4 @@
 -assemblydir = $(prefix)/lib/gtk-sharp-2.0
 +assemblydir = $(libdir)/gtk-sharp-2.0
@@ -49,8 +49,8 @@
  bin_SCRIPTS = gconfsharp2-schemagen
  CLEANFILES = gconfsharp-schemagen.exe
 diff -up gnome-sharp-2.16.1/gnome/gnome-sharp-2.0.pc.in.libdir gnome-sharp-2.16.1/gnome/gnome-sharp-2.0.pc.in
---- gnome-sharp-2.16.1/gnome/gnome-sharp-2.0.pc.in.libdir	2008-01-24 15:12:21.000000000 -0500
-+++ gnome-sharp-2.16.1/gnome/gnome-sharp-2.0.pc.in	2008-06-04 14:03:56.000000000 -0400
+--- gnome-sharp-2.20.0/gnome/gnome-sharp-2.0.pc.in.libdir	2008-01-24 15:12:21.000000000 -0500
++++ gnome-sharp-2.20.0/gnome/gnome-sharp-2.0.pc.in	2008-06-04 14:03:56.000000000 -0400
 @@ -1,6 +1,6 @@
  prefix=${pcfiledir}/../..
  exec_prefix=${prefix}
@@ -60,8 +60,8 @@
  
  
 diff -up gnome-sharp-2.16.1/gnomevfs/gnome-vfs-sharp-2.0.pc.in.libdir gnome-sharp-2.16.1/gnomevfs/gnome-vfs-sharp-2.0.pc.in
---- gnome-sharp-2.16.1/gnomevfs/gnome-vfs-sharp-2.0.pc.in.libdir	2008-01-24 15:12:16.000000000 -0500
-+++ gnome-sharp-2.16.1/gnomevfs/gnome-vfs-sharp-2.0.pc.in	2008-06-04 14:03:56.000000000 -0400
+--- gnome-sharp-2.20.0/gnomevfs/gnome-vfs-sharp-2.0.pc.in.libdir	2008-01-24 15:12:16.000000000 -0500
++++ gnome-sharp-2.20.0/gnomevfs/gnome-vfs-sharp-2.0.pc.in	2008-06-04 14:03:56.000000000 -0400
 @@ -1,6 +1,6 @@
  prefix=${pcfiledir}/../..
  exec_prefix=${prefix}
@@ -71,8 +71,8 @@
  
  
 diff -up gnome-sharp-2.16.1/gtkhtml/gtkhtml-sharp-2.0.pc.in.libdir gnome-sharp-2.16.1/gtkhtml/gtkhtml-sharp-2.0.pc.in
---- gnome-sharp-2.16.1/gtkhtml/gtkhtml-sharp-2.0.pc.in.libdir	2008-01-24 15:12:23.000000000 -0500
-+++ gnome-sharp-2.16.1/gtkhtml/gtkhtml-sharp-2.0.pc.in	2008-06-04 14:03:56.000000000 -0400
+--- gnome-sharp-2.20.0/gtkhtml/gtkhtml-sharp-2.0.pc.in.libdir	2008-01-24 15:12:23.000000000 -0500
++++ gnome-sharp-2.20.0/gtkhtml/gtkhtml-sharp-2.0.pc.in	2008-06-04 14:03:56.000000000 -0400
 @@ -1,6 +1,6 @@
  prefix=${pcfiledir}/../..
  exec_prefix=${prefix}
@@ -82,8 +82,8 @@
  
  
 diff -up gnome-sharp-2.16.1/rsvg/rsvg-sharp-2.0.pc.in.libdir gnome-sharp-2.16.1/rsvg/rsvg-sharp-2.0.pc.in
---- gnome-sharp-2.16.1/rsvg/rsvg-sharp-2.0.pc.in.libdir	2008-01-24 15:12:13.000000000 -0500
-+++ gnome-sharp-2.16.1/rsvg/rsvg-sharp-2.0.pc.in	2008-06-04 14:03:56.000000000 -0400
+--- gnome-sharp-2.20.0/rsvg/rsvg-sharp-2.0.pc.in.libdir	2008-01-24 15:12:13.000000000 -0500
++++ gnome-sharp-2.20.0/rsvg/rsvg-sharp-2.0.pc.in	2008-06-04 14:03:56.000000000 -0400
 @@ -1,6 +1,6 @@
  prefix=${pcfiledir}/../..
  exec_prefix=${prefix}
@@ -93,8 +93,8 @@
  
  
 diff -up gnome-sharp-2.16.1/vte/vte-sharp-2.0.pc.in.libdir gnome-sharp-2.16.1/vte/vte-sharp-2.0.pc.in
---- gnome-sharp-2.16.1/vte/vte-sharp-2.0.pc.in.libdir	2008-01-24 15:12:19.000000000 -0500
-+++ gnome-sharp-2.16.1/vte/vte-sharp-2.0.pc.in	2008-06-04 14:03:55.000000000 -0400
+--- gnome-sharp-2.20.0/vte/vte-sharp-2.0.pc.in.libdir	2008-01-24 15:12:19.000000000 -0500
++++ gnome-sharp-2.20.0/vte/vte-sharp-2.0.pc.in	2008-06-04 14:03:55.000000000 -0400
 @@ -1,6 +1,6 @@
  prefix=${pcfiledir}/../..
  exec_prefix=${prefix}


Index: gnome-sharp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-sharp/devel/gnome-sharp.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gnome-sharp.spec	4 Jun 2008 18:11:37 -0000	1.13
+++ gnome-sharp.spec	3 Jul 2008 15:18:15 -0000	1.14
@@ -1,19 +1,21 @@
 Name:           gnome-sharp
-Version:        2.16.1
-Release:        3%{?dist}
+Version:        2.20.0
+Release:        1%{?dist}
 Summary:        GTK+ and GNOME bindings for Mono
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
-URL:            ftp://ftp.gnome.org/pub/gnome/sources/gnome-sharp/2.16/
-Source0:        ftp://ftp.gnome.org/pub/gnome/sources/gnome-sharp/2.16/gnome-sharp-%{version}.tar.bz2
+URL:            ftp://ftp.gnome.org/pub/gnome/sources/gnome-sharp/2.20/
+Source0:        ftp://ftp.gnome.org/pub/gnome/sources/gnome-sharp/2.20/gnome-sharp-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1: %{name}-libdir.patch
+#Patch1: %{name}-libdir.patch
+Patch1: %{name}-%{version}-libdir.patch
 # Added by upstream
 #Patch2: %{name}-2.16.0-automake-1.10.patch
-Patch3: %{name}-2.16.0-gtkhtml3-3.14.patch
-Patch4: %{name}-2.16.1-assemblydir.patch
+# Disabled, gtkhtml has been removed
+#Patch3: %{name}-2.16.0-gtkhtml3-3.14.patch
+#Patch4: %{name}-2.16.1-assemblydir.patch
 
 BuildRequires:  mono-devel gtk2-devel libart_lgpl-devel gnome-vfs2-devel libgnomecanvas-devel libgnomeui-devel
 BuildRequires:  gtk-sharp2-devel >= 2.10.0
@@ -47,7 +49,7 @@
 %patch1 -p1 -b .libdir
 # Added by upstream
 #%patch2 -p1 -b .automake-1.10
-%patch3 -p1 -b .gtkhtml3-3.14
+#%patch3 -p1 -b .gtkhtml3-3.14
 #%patch4 -p1 -b .assemblydir
 
 
@@ -88,6 +90,9 @@
 %{_libdir}/pkgconfig/gconf-sharp-peditors-2.0.pc
 
 %changelog
+* Thu Jul 03 2008 Xavier Lamien <lxtnow[at]gmail.com> - 2.20.0
+- Update release.
+
 * Wed Jun 04 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.16.1-3
 - fix license, fix libdir patch (gconf-sharp-peditors-2.0.pc)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-sharp/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	11 Apr 2008 17:50:45 -0000	1.4
+++ sources	3 Jul 2008 15:18:15 -0000	1.5
@@ -1 +1 @@
-d8889e5caad5d8d7215d263ae49d94d3  gnome-sharp-2.16.1.tar.bz2
+1cdb85652a6504afe6fad569daa901ee  gnome-sharp-2.20.0.tar.bz2




More information about the fedora-extras-commits mailing list