Author: megabajt Date: Tue Apr 17 19:45:55 2012 GMT Module: packages Tag: HEAD ---- Log message: - there is no need to use bash
---- Files affected: packages/gnome-documents: gnome-documents.spec (1.9 -> 1.10) , gnome-documents-shell.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gnome-documents/gnome-documents.spec diff -u packages/gnome-documents/gnome-documents.spec:1.9 packages/gnome-documents/gnome-documents.spec:1.10 --- packages/gnome-documents/gnome-documents.spec:1.9 Tue Apr 17 20:25:17 2012 +++ packages/gnome-documents/gnome-documents.spec Tue Apr 17 21:45:50 2012 @@ -7,6 +7,7 @@ Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-documents/0.4/%{name}-%{version}.tar.xz # Source0-md5: 214f5be4c4e459aef19c32cfbebba720 +Patch0: %{name}-shell.patch URL: https://live.gnome.org/Design/Apps/Documents BuildRequires: autoconf >= 2.63 BuildRequires: automake >= 1:1.11 @@ -44,6 +45,7 @@ %prep %setup -q +%patch0 -p1 %build %{__intltoolize} @@ -104,6 +106,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2012/04/17 19:45:50 megabajt +- there is no need to use bash + Revision 1.9 2012/04/17 18:25:17 megabajt - updated to 0.4.1 ================================================================ Index: packages/gnome-documents/gnome-documents-shell.patch diff -u /dev/null packages/gnome-documents/gnome-documents-shell.patch:1.1 --- /dev/null Tue Apr 17 21:45:56 2012 +++ packages/gnome-documents/gnome-documents-shell.patch Tue Apr 17 21:45:50 2012 @@ -0,0 +1,8 @@ +--- gnome-documents-0.4.1/src/gnome-documents.in.pld 2012-04-17 21:34:34.159732237 +0200 ++++ gnome-documents-0.4.1/src/gnome-documents.in 2012-04-17 21:34:40.970041438 +0200 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + + if test x"$GJS_PATH" = x ; then + export GJS_PATH=@pkgdatadir@/js ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/gnome-documents/gnome-documents.spec?r1=1.9&r2=1.10 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
