[Libreoffice-commits] .: patches/dev300
Petr Mladek
pmladek at kemper.freedesktop.org
Wed Mar 30 11:17:08 PDT 2011
patches/dev300/apply | 3 ---
patches/dev300/transex3-localize-find.diff | 11 -----------
2 files changed, 14 deletions(-)
New commits:
commit 12b256cede0eea66bc95c69c3966f5575f13ed82
Author: Petr Mladek <pmladek at suse.cz>
Date: Wed Mar 30 20:16:29 2011 +0200
bin obsolete transex3-localize-find.diff
the find command it not longer there
diff --git a/patches/dev300/apply b/patches/dev300/apply
index d4fe84f..7b0805c 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -1311,9 +1311,6 @@ sc-standard-filter-options.diff, i#35579, michael
# Saves and loads the standard filters in ods
sc-standard-filter-options-ods-hack.diff, i#35579, jonp
-# localize fails with duplicated symlinks
-transex3-localize-find.diff, i#102296, pmladek
-
# hyperlink issue with numeric slide names in Impress
sd-update-relative-links.diff, n#355674, i#55224, rodo
diff --git a/patches/dev300/transex3-localize-find.diff b/patches/dev300/transex3-localize-find.diff
deleted file mode 100644
index 6cca3a3..0000000
--- a/patches/dev300/transex3-localize-find.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- transex3/scripts/localize.pl.old 2009-05-27 12:35:03.000000000 +0200
-+++ transex3/scripts/localize.pl 2009-05-27 12:43:28.000000000 +0200
-@@ -412,7 +412,7 @@ sub collectfiles{
- print STDOUT "### Searching sdf particles\n";
- my $working_path = getcwd();
- chdir $srcpath;
-- find ( { wanted => \&wanted , follow => 1 }, getcwd() );
-+ find ( { wanted => \&wanted , follow => 1, follow_skip => 2 }, getcwd() );
- chdir $working_path;
-
- my $nFound = $#sdfparticles +1;
More information about the Libreoffice-commits
mailing list