Hello community, here is the log from the commit of package MozillaFirefox for openSUSE:Factory checked in at 2017-07-21 22:36:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/MozillaFirefox (Old) and /work/SRC/openSUSE:Factory/.MozillaFirefox.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MozillaFirefox" Fri Jul 21 22:36:15 2017 rev:256 rq:510206 version:52.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes 2017-06-20 10:57:54.452589765 +0200 +++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes 2017-07-21 22:36:22.031029241 +0200 @@ -1,0 +2,7 @@ +Wed Jul 5 07:26:32 UTC 2017 - [email protected] + +- Mozilla Firefox 52.2.1esr: + * Printing text does not work on Windows when Direct2D is + disabled (bmo#1318845) + +------------------------------------------------------------------- Old: ---- firefox-52.2-source.tar.xz l10n-52.2.tar.xz New: ---- firefox-52.2.1-source.tar.xz l10n-52.2.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ MozillaFirefox.spec ++++++ --- /var/tmp/diff_new_pack.RmeeMb/_old 2017-07-21 22:36:41.316308772 +0200 +++ /var/tmp/diff_new_pack.RmeeMb/_new 2017-07-21 22:36:41.316308772 +0200 @@ -19,9 +19,9 @@ # changed with every update %define major 52 -%define mainver %major.2 +%define mainver %major.2.1 %define update_channel esr52 -%define releasedate 20170612000000 +%define releasedate 20170629000000 # PIE, full relro (x86_64 for now) %define build_hardened 1 ++++++ compare-locales.tar.xz ++++++ ++++++ create-tar.sh ++++++ --- /var/tmp/diff_new_pack.RmeeMb/_old 2017-07-21 22:36:41.464287897 +0200 +++ /var/tmp/diff_new_pack.RmeeMb/_new 2017-07-21 22:36:41.464287897 +0200 @@ -7,8 +7,8 @@ CHANNEL="esr52" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_52_2_0esr_RELEASE" -VERSION="52.2" +RELEASE_TAG="FIREFOX_52_2_1esr_RELEASE" +VERSION="52.2.1" # mozilla if [ -d mozilla ]; then @@ -40,8 +40,16 @@ echo -n "REPO=" >> ../source-stamp.txt hg showconfig paths.default 2>/dev/null | head -n1 | sed -e "s/^ssh:/http:/" >> ../source-stamp.txt popd + +# use parallel compression, if available +compression='-J' +pixz -h > /dev/null 2>&1 +if (($? != 127)); then + compression='-Ipixz' +fi + echo "creating archive..." -tar cJf firefox-$VERSION-source.tar.xz --exclude=.hgtags --exclude=.hgignore --exclude=.hg --exclude=CVS mozilla +tar $compression -cf firefox-$VERSION-source.tar.xz --exclude=.hgtags --exclude=.hgignore --exclude=.hg --exclude=CVS mozilla # l10n echo "fetching locales..." @@ -60,10 +68,10 @@ esac done echo "creating l10n archive..." -tar cJf l10n-$VERSION.tar.xz --exclude=.hgtags --exclude=.hgignore --exclude=.hg l10n +tar $compression -cf l10n-$VERSION.tar.xz --exclude=.hgtags --exclude=.hgignore --exclude=.hg l10n # compare-locales echo "creating compare-locales" hg clone http://hg.mozilla.org/build/compare-locales -tar cJf compare-locales.tar.xz --exclude=.hgtags --exclude=.hgignore --exclude=.hg compare-locales +tar $compression -cf compare-locales.tar.xz --exclude=.hgtags --exclude=.hgignore --exclude=.hg compare-locales ++++++ firefox-52.2-source.tar.xz -> firefox-52.2.1-source.tar.xz ++++++ /work/SRC/openSUSE:Factory/MozillaFirefox/firefox-52.2-source.tar.xz /work/SRC/openSUSE:Factory/.MozillaFirefox.new/firefox-52.2.1-source.tar.xz differ: char 8, line 1 ++++++ l10n-52.2.tar.xz -> l10n-52.2.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/MozillaFirefox/l10n-52.2.tar.xz /work/SRC/openSUSE:Factory/.MozillaFirefox.new/l10n-52.2.1.tar.xz differ: char 8, line 1 ++++++ source-stamp.txt ++++++ --- /var/tmp/diff_new_pack.RmeeMb/_old 2017-07-21 22:36:41.640263073 +0200 +++ /var/tmp/diff_new_pack.RmeeMb/_new 2017-07-21 22:36:41.644262509 +0200 @@ -1,2 +1,2 @@ -REV=f68e0d98a22a +REV=512efd480dac REPO=http://hg.mozilla.org/releases/mozilla-esr52
