Hello community,

here is the log from the commit of package translation-update-upstream for 
openSUSE:Factory checked in at 2013-03-22 12:08:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/translation-update-upstream (Old)
 and      /work/SRC/openSUSE:Factory/.translation-update-upstream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "translation-update-upstream", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/translation-update-upstream/translation-update-upstream.changes
  2013-02-15 18:52:19.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.translation-update-upstream.new/translation-update-upstream.changes
     2013-03-22 12:08:51.000000000 +0100
@@ -1,0 +2,12 @@
+Wed Mar 13 20:29:06 CET 2013 - [email protected]
+
+- Supplementary scripts update:
+  * GTP: Update to the new GTP web engine.
+
+-------------------------------------------------------------------
+Fri Mar  8 22:02:53 CET 2013 - [email protected]
+
+- Remove glib.glib-2-30.gu.po file that comes from GTP
+  (bnc#808436).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ translation-update-upstream.spec ++++++
--- /var/tmp/diff_new_pack.iKWiMs/_old  2013-03-22 12:08:54.000000000 +0100
+++ /var/tmp/diff_new_pack.iKWiMs/_new  2013-03-22 12:08:54.000000000 +0100
@@ -120,8 +120,9 @@
 rm -fv $RPM_BUILD_ROOT%{_datadir}/%{name}/po/*/en_IGID.po
 # short form of these locales should be used
 rm -fv $RPM_BUILD_ROOT%{_datadir}/%{name}/po/*/my_MM.po
-# this is a nonsense
+# these are nonsenses
 rm -v $RPM_BUILD_ROOT%{_datadir}/%{name}/po/glib-networking/master.po
+rm -v $RPM_BUILD_ROOT%{_datadir}/%{name}/po/glib20/glib.glib-2-30.gu.po
 #
 # go through valid locales and fail in invalid ones
 #

++++++ upstream-collect.sh ++++++
--- /var/tmp/diff_new_pack.iKWiMs/_old  2013-03-22 12:08:55.000000000 +0100
+++ /var/tmp/diff_new_pack.iKWiMs/_new  2013-03-22 12:08:55.000000000 +0100
@@ -388,7 +388,7 @@
                        CGIT_BRANCH=${BRANCH:+?id=$BRANCH}
                        CGIT_SERVER=${CGIT_URI#http://}
                        CGIT_SERVER=${CGIT_SERVER%%/*}
-                       curl $CGIT_URI/tree/${REPODIR#*/}$CGIT_BRANCH | sed -n 
's:^.*class='\''ls-blob[^'\'']*'\'' href='\''\([^'\'']*\)'\''.*$:\1:p' |
+                       curl $CGIT_URI/tree/${REPODIR#*/}$CGIT_BRANCH | sed -n 
's:^.*src="/icons/text\.gif" .* href="\([^"]*\)".*$:\1:p' |
                            while read ; do
                                wget -N 
http://$CGIT_SERVER${REPLY/\/tree\///plain/}
                            done
@@ -413,13 +413,13 @@
                            gtk20-properties ) GTP_NAME_BASE=gtk+-properties ;;
                            libgweather-locations ) GTP_NAME_BASE=locations ;;
                        esac
-                       curl http://$REPO/${REPODIR%%/*}.${BRANCH:-master}/ | 
sed -n 's:^.*href="\([^"]*\.po\)".*$:\1:p' |
+                       curl https://$REPO/${REPODIR%%/*}.${BRANCH:-master}/ | 
sed -n 's:^.*href="\([^"]*\.po\)".*$:\1:p' |
                            while read ; do
                                case $REPLY in
                                    *.reduced.po )
                                        ;;
                                    $GTP_NAME_BASE.${BRANCH:-master}.*)
-                                       wget -N 
http://$REPO/${REPODIR%%/*}.${BRANCH:-master}/$REPLY
+                                       wget -N 
https://$REPO/${REPODIR%%/*}.${BRANCH:-master}/$REPLY
                                        mv $REPLY 
${REPLY#$GTP_NAME_BASE.${BRANCH:-master}.}
                                        ;;
                                esac

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to