rpms/tomboy/F-13 tomboy-wrapper.patch, 1.6, 1.7 tomboy.spec, 1.127, 1.128

Matthias Clasen mclasen at fedoraproject.org
Wed Mar 10 05:28:54 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/tomboy/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27039

Modified Files:
	tomboy-wrapper.patch tomboy.spec 
Log Message:
1.1.4


tomboy-wrapper.patch:
 tomboy.in |   11 -----------
 1 file changed, 11 deletions(-)

Index: tomboy-wrapper.patch
===================================================================
RCS file: /cvs/pkgs/rpms/tomboy/F-13/tomboy-wrapper.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- tomboy-wrapper.patch	19 Feb 2009 05:51:33 -0000	1.6
+++ tomboy-wrapper.patch	10 Mar 2010 05:28:54 -0000	1.7
@@ -1,9 +1,8 @@
-diff -up tomboy-0.13.5/Tomboy/tomboy.in.wrapper tomboy-0.13.5/Tomboy/tomboy.in
---- tomboy-0.13.5/Tomboy/tomboy.in.wrapper	2009-02-16 14:02:44.000000000 -0500
-+++ tomboy-0.13.5/Tomboy/tomboy.in	2009-02-19 00:50:39.468989144 -0500
-@@ -2,15 +2,6 @@
- 
- export MONO_DISABLE_SHM=1
+diff -up tomboy-1.1.4/Tomboy/tomboy.in.wrapper tomboy-1.1.4/Tomboy/tomboy.in
+--- tomboy-1.1.4/Tomboy/tomboy.in.wrapper	2010-02-06 15:59:53.000000000 -0500
++++ tomboy-1.1.4/Tomboy/tomboy.in	2010-03-09 23:34:25.998258173 -0500
+@@ -1,14 +1,5 @@
+ #!/usr/bin/env bash
  
 -if [ "x$PWD" = "x at srcdir@" ] ; then
 -    echo "*** Running uninstalled @target@ ***"
@@ -17,7 +16,7 @@ diff -up tomboy-0.13.5/Tomboy/tomboy.in.
      export LD_LIBRARY_PATH="@pkglibdir@${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"
      export MONO_PATH=$MONO_PATH:@pkglibdir@:@pkglibdir@/addins
      export TOMBOY_WRAPPER_PATH="@bindir@/@wrapper@"
-@@ -40,8 +31,6 @@ else
+@@ -38,8 +29,6 @@ else
          echo "** Running Mono with $MONO_OPTIONS **"
      fi
  


Index: tomboy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tomboy/F-13/tomboy.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -p -r1.127 -r1.128
--- tomboy.spec	12 Feb 2010 20:26:28 -0000	1.127
+++ tomboy.spec	10 Mar 2010 05:28:54 -0000	1.128
@@ -1,6 +1,6 @@
 Name:           tomboy
-Version:        1.0.0
-Release: 	3%{?dist}
+Version:        1.1.4
+Release:        1%{?dist}
 Summary:        Note-taking application
 
 Group:          User Interface/Desktops
@@ -9,11 +9,10 @@ License:        LGPLv2+ and GPLv2+ and M
 # libtomboy contains GPL+ code
 # Mono.Addins is MIT
 URL:            http://projects.gnome.org/tomboy/
-Source0:        http://download.gnome.org/sources/tomboy/1.0/%{name}-%{version}.tar.bz2
+#VCS: git:git://git.gnome.org/tomboy
+Source0:        http://download.gnome.org/sources/tomboy/1.1/%{name}-%{version}.tar.bz2
 Patch1:         tomboy-wrapper.patch
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires:  gtk2-devel >= 2.6.0
 BuildRequires:  atk-devel >= 1.2.4
 BuildRequires:  gnome-panel-devel
@@ -138,6 +137,9 @@ fi
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Tue Mar  9 2010 Matthias Clasen <mclasen at redhat.com> - 1.1.4-1
+- Update to 1.0.4
+
 * Fri Feb 12 2010 Caolán McNamara <caolanm at redhat.com> - 1.0.0-3
 - Rebuild for dependencies
 



More information about the scm-commits mailing list