Hello community,

here is the log from the commit of package libreoffice-l10n for openSUSE:Factory
checked in at Mon Aug 29 17:03:20 CEST 2011.



--------
--- libreoffice-l10n/libreoffice-l10n.changes   2011-06-08 17:55:21.000000000 
+0200
+++ /mounts/work_src_done/STABLE/libreoffice-l10n/libreoffice-l10n.changes      
2011-08-24 16:35:06.000000000 +0200
@@ -1,0 +2,14 @@
+Wed Aug 24 13:45:45 UTC 2011 - pmla...@novell.com
+
+- updated to libreoffice-3.4.2.4 (SUSE 3.4.2-rc1)
+
+-------------------------------------------------------------------
+Wed Jul 27 15:10:40 UTC 2011 - pmla...@novell.com
+
+- updated to libreoffice-3.4.2.3 (3.4.2-rc3)
+- added helper script install-l10n-helper; split build had not longer be
+  supported with LO-3.4; the other helper script was not longer provided
+  by the bootstrap package
+- added libreoffice into BuildIgnore; it was not really needed for build
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  install-l10n-helper

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libreoffice-l10n.spec ++++++
++++ 1785 lines (skipped)
++++ between libreoffice-l10n/libreoffice-l10n.spec
++++ and /mounts/work_src_done/STABLE/libreoffice-l10n/libreoffice-l10n.spec

++++++ install-l10n-helper ++++++
#!/bin/bash

src_root=$1
dst_root=$2
shift; shift;

target_instdir="$dst_root"
    
echo "Installing l10n stuff to the final location..."

for filelist in $@ ; do
    test -f $filelist || continue;
    echo -n "   processing $filelist... "
    # we wants to create even empty directories
    for source_dir in `grep "^%dir" $filelist | sed "s|^%dir[[:blank:]]*||" | 
sort -ru` ; do
        target_dir=`echo $source_dir | sed "s|$src_root|$dst_root|"`
        mkdir -p "$DESTDIR$target_dir"
    done
    # install files
    for source_file in `grep -v "^%dir" $filelist | sort -ru` ; do
        target_file=`echo $source_file | sed "s|$src_root|$dst_root|"`
        cp "$source_file" "$DESTDIR$target_file"
    done
    # update the file list and install it
    filelist_name=$(basename $filelist)
    sed "s|$src_root|$dst_root|" $filelist >$filelist_name
    # we need the file list installed to create compat symlinks in %post
    # FIXME: We should fix LO to find the files in /usr/share directly
    cp $filelist_name $DESTDIR$dst_root/
    echo "$dst_root/$filelist_name" >>$filelist_name
    
    echo "done"
done
++++++ lo-l10n-gen-spec ++++++
--- /var/tmp/diff_new_pack.ziw5ob/_old  2011-08-29 17:02:33.000000000 +0200
+++ /var/tmp/diff_new_pack.ziw5ob/_new  2011-08-29 17:02:33.000000000 +0200
@@ -133,7 +133,7 @@
     print "Summary:        $datap->{$curLang}{'long_name'} Localization Files 
for LibreOffice\n";
     print "Group:          Productivity/Office/Suite\n";
     print "Provides:       locale(libreoffice:$datap->{$curLang}{'locale'})\n";
-    print "PreReq:         libreoffice-ure = %version\n";
+    print "PreReq:         libreoffice = %version\n";
     print "# compat stuff\n";
     print "Provides:       OpenOffice_org-l10n-$curLang = %version\n";
     print "Obsoletes:      OpenOffice_org-l10n-$curLang <= %version\n";
@@ -174,7 +174,7 @@
     print "Group:          Productivity/Office/Suite\n";
     print "Provides:       
locale(OpenOffice_org:$datap->{$curLang}{'locale'})\n";
     print "Provides:       $oldPackage:%_prefix/ooo-2.0/help/cs/default.css\n";
-    print "PreReq:         OpenOffice_org-ure = %version\n";
+    print "PreReq:         OpenOffice_org = %version\n";
     print "Supplements:    OpenOffice_org-l10n-$curLang\n";
 
     foreach  my $line (@{$datap->{$curLang}{'package-help'}}) {
@@ -199,14 +199,14 @@
 
     print "# $curLang\n";
     print "%posttrans -n libreoffice-l10n-$curLang\n";
-    print "%_datadir/%ooo_home/link-to-ooo-home 
%_datadir/%ooo_home/files-l10n-$datap->{$curLang}{'locale'}.txt || true\n";
+    print "%_datadir/%ooo_home/link-to-ooo-home 
%_datadir/%ooo_home/lang_$datap->{$curLang}{'locale'}_list.txt || true\n";
     print "\n";
     print "%preun -n libreoffice-l10n-$curLang\n";
-    print "test \"\$1\" = \"0\" && cp 
%_datadir/%ooo_home/files-l10n-$datap->{$curLang}{'locale'}.txt 
%_datadir/%ooo_home/files-l10n-$datap->{$curLang}{'locale'}.txt.postun || 
true\n";
+    print "test \"\$1\" = \"0\" && cp 
%_datadir/%ooo_home/lang_$datap->{$curLang}{'locale'}_list.txt 
%_datadir/%ooo_home/lang_$datap->{$curLang}{'locale'}_list.txt.postun || 
true\n";
     print "\n";
     print "%postun -n libreoffice-l10n-$curLang\n";
-    print "test \"\$1\" = \"0\" && %_datadir/%ooo_home/link-to-ooo-home 
--unlink %_datadir/%ooo_home/files-l10n-$datap->{$curLang}{'locale'}.txt.postun 
|| true\n";
-    print "rm -f 
%_datadir/%ooo_home/files-l10n-$datap->{$curLang}{'locale'}.txt.postun 
2>/dev/null\n";
+    print "test \"\$1\" = \"0\" && %_datadir/%ooo_home/link-to-ooo-home 
--unlink %_datadir/%ooo_home/lang_$datap->{$curLang}{'locale'}_list.txt.postun 
|| true\n";
+    print "rm -f 
%_datadir/%ooo_home/lang_$datap->{$curLang}{'locale'}_list.txt.postun 
2>/dev/null\n";
 }
 
 sub write_help_scripts_section($$)
@@ -217,14 +217,14 @@
 
     print "# $curLang\n";
     print "%posttrans -n libreoffice-help-$curLang\n";
-    print "%_datadir/%ooo_home/link-to-ooo-home 
%_datadir/%ooo_home/files-help-$datap->{$curLang}{'locale'}.txt || true\n";
+    print "%_datadir/%ooo_home/link-to-ooo-home 
%_datadir/%ooo_home/lang_$datap->{$curLang}{'locale'}_list.txt || true\n";
     print "\n";
     print "%preun -n libreoffice-help-$curLang\n";
-    print "test \"\$1\" = \"0\" && cp 
%_datadir/%ooo_home/files-help-$datap->{$curLang}{'locale'}.txt 
%_datadir/%ooo_home/files-help-$datap->{$curLang}{'locale'}.txt.postun || 
true\n";
+    print "test \"\$1\" = \"0\" && cp 
%_datadir/%ooo_home/lang_$datap->{$curLang}{'locale'}_list.txt 
%_datadir/%ooo_home/lang_$datap->{$curLang}{'locale'}_list.txt.postun || 
true\n";
     print "\n";
     print "%postun -n libreoffice-help-$curLang\n";
-    print "test \"\$1\" = \"0\" && %_datadir/%ooo_home/link-to-ooo-home 
--unlink %_datadir/%ooo_home/files-help-$datap->{$curLang}{'locale'}.txt.postun 
|| true\n";
-    print "rm -f 
%_datadir/%ooo_home/files-help-$datap->{$curLang}{'locale'}.txt.postun 
2>/dev/null\n";
+    print "test \"\$1\" = \"0\" && %_datadir/%ooo_home/link-to-ooo-home 
--unlink %_datadir/%ooo_home/lang_$datap->{$curLang}{'locale'}_list.txt.postun 
|| true\n";
+    print "rm -f 
%_datadir/%ooo_home/lang_$datap->{$curLang}{'locale'}_list.txt.postun 
2>/dev/null\n";
 }
 
 sub write_l10n_files_section($$)
@@ -234,7 +234,7 @@
     return if ("$curLang" eq "en-US"); # we do not have the l10n-en-US package
 
     print "\n";
-    print "%files -f files-l10n-$datap->{$curLang}{'locale'}.txt -n 
libreoffice-l10n-$curLang\n";
+    print "%files -f lang_$datap->{$curLang}{'locale'}_list.txt -n 
libreoffice-l10n-$curLang\n";
     print "%defattr(-,root,root)\n";
 
     foreach  my $line (@{$datap->{$curLang}{'files-l10n'}}) {
@@ -249,7 +249,7 @@
     return if (defined $datap->{$curLang}{'poor-help'});
 
     print "\n";
-    print "%files -f files-help-$datap->{$curLang}{'locale'}.txt -n 
libreoffice-help-$curLang\n";
+    print "%files -f lang_$datap->{$curLang}{'locale'}_list.txt -n 
libreoffice-help-$curLang\n";
     print "%defattr(-,root,root)\n";
 
     foreach  my $line (@{$datap->{$curLang}{'files-help'}}) {

++++++ lo-l10n-group2 ++++++
--- /var/tmp/diff_new_pack.ziw5ob/_old  2011-08-29 17:02:33.000000000 +0200
+++ /var/tmp/diff_new_pack.ziw5ob/_new  2011-08-29 17:02:33.000000000 +0200
@@ -9,7 +9,7 @@
 %lang ar Arabic 2
 %package-l10n Requires:       scalable-font-ar
 
-%lang be-BY Belorussian 2
+%lang be-BY/be Belorussian 2
 %poor-help
 %package-l10n Requires:       scalable-font-ru
 
@@ -83,7 +83,7 @@
 %package-l10n Recommends:     myspell-hebrew
 %package-l10n %endif
 
-%lang hi-IN Hindi 2
+%lang hi-IN/hi Hindi 2
 %package-l10n Requires:       scalable-font-hi
 %package-l10n %if 0%{?suse_version}
 %package-l10n Recommends:     myspell-hindi


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to