Hello community,

here is the log from the commit of package eolie for openSUSE:Factory checked 
in at 2018-10-08 17:44:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eolie (Old)
 and      /work/SRC/openSUSE:Factory/.eolie.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eolie"

Mon Oct  8 17:44:53 2018 rev:9 rq:640132 version:0.9.41

Changes:
--------
--- /work/SRC/openSUSE:Factory/eolie/eolie.changes      2018-10-04 
19:01:11.899222001 +0200
+++ /work/SRC/openSUSE:Factory/.eolie.new/eolie.changes 2018-10-08 
17:47:14.250345252 +0200
@@ -1,0 +2,7 @@
+Fri Oct  5 19:01:44 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 0.9.41:
+  * Fix an issue in download popover.
+  * Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  eolie-0.9.40.tar.xz

New:
----
  eolie-0.9.41.tar.xz

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

Other differences:
------------------
++++++ eolie.spec ++++++
--- /var/tmp/diff_new_pack.g6Adge/_old  2018-10-08 17:47:15.258343968 +0200
+++ /var/tmp/diff_new_pack.g6Adge/_new  2018-10-08 17:47:15.262343962 +0200
@@ -20,7 +20,7 @@
 %global __requires_exclude typelib\\(Unity\\)
 
 Name:           eolie
-Version:        0.9.40
+Version:        0.9.41
 Release:        0
 Summary:        Web browser for GNOME
 License:        GPL-3.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.g6Adge/_old  2018-10-08 17:47:15.286343932 +0200
+++ /var/tmp/diff_new_pack.g6Adge/_new  2018-10-08 17:47:15.290343926 +0200
@@ -1,6 +1,6 @@
 <services>
   <service mode="disabled" name="tar_scm">
-    <param name="revision">0.9.40</param>
+    <param name="revision">0.9.41</param>
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/World/eolie.git</param>
     <param name="versionformat">@PARENT_TAG@</param>

++++++ eolie-0.9.40.tar.xz -> eolie-0.9.41.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eolie-0.9.40/data/org.gnome.Eolie.appdata.xml.in 
new/eolie-0.9.41/data/org.gnome.Eolie.appdata.xml.in
--- old/eolie-0.9.40/data/org.gnome.Eolie.appdata.xml.in        2018-09-30 
20:57:58.000000000 +0200
+++ new/eolie-0.9.41/data/org.gnome.Eolie.appdata.xml.in        2018-10-05 
12:29:33.000000000 +0200
@@ -9,10 +9,10 @@
        <p>Eolie is a new GNOME web browser.</p>
  </description>
  <releases>
-    <release version="0.9.38" date="2018-09-26">
+    <release version="0.9.41" date="2018-09-26">
       <description>
         <ul>
-          <li>Remove profiles feature</li>
+          <li>Fix an issue with download button</li>
         </ul>
       </description>
     </release>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eolie-0.9.40/eolie/popover_downloads.py 
new/eolie-0.9.41/eolie/popover_downloads.py
--- old/eolie-0.9.40/eolie/popover_downloads.py 2018-09-30 20:57:58.000000000 
+0200
+++ new/eolie-0.9.41/eolie/popover_downloads.py 2018-10-05 12:29:33.000000000 
+0200
@@ -333,7 +333,10 @@
             @param button as Gtk.button
         """
         self.popdown()
-        self.__window.toolbar.end.download_button.hide()
+        if len(App().download_manager.get()) == 0:
+            self.__window.toolbar.end.download_button.hide()
+        for download in App().download_manager.get_finished():
+            App().download_manager.remove(download)
 
 #######################
 # PRIVATE             #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eolie-0.9.40/eolie/popover_javascript.py 
new/eolie-0.9.41/eolie/popover_javascript.py
--- old/eolie-0.9.40/eolie/popover_javascript.py        2018-09-30 
20:57:58.000000000 +0200
+++ new/eolie-0.9.41/eolie/popover_javascript.py        2018-10-05 
12:29:33.000000000 +0200
@@ -102,4 +102,3 @@
             @param popover as Gtk.Popover
         """
         self.__loop.quit()
-        self.__loop.unref()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eolie-0.9.40/eolie/popover_uri.py 
new/eolie-0.9.41/eolie/popover_uri.py
--- old/eolie-0.9.40/eolie/popover_uri.py       2018-09-30 20:57:58.000000000 
+0200
+++ new/eolie-0.9.41/eolie/popover_uri.py       2018-10-05 12:29:33.000000000 
+0200
@@ -15,7 +15,6 @@
 from gettext import gettext as _
 from time import mktime, time
 from datetime import datetime
-from dateutil import tz
 from locale import strcoll
 from urllib.parse import urlparse
 
@@ -656,7 +655,7 @@
             @param widget as Gtk.Widget
             @param event as Gdk.EventButton
         """
-        # https://bugzilla.gnome.org/show_bug.cgi?id=733108
+        # https://gitlab.gnome.org/GNOME/gtk/issues/497
         self.__modifier = event.state
 
     def _on_sync_button_clicked(self, button):
@@ -805,7 +804,7 @@
             @param calendar as Gtk.Calendar
         """
         (year, month, day) = calendar.get_date()
-        date = datetime(year, month + 1, day, 0, 0, tzinfo=tz.tzutc())
+        date = datetime(year, month + 1, day, 0, 0)
         atime = mktime(date.timetuple())
         result = App().history.get(atime)
         self.__history_model.remove_all()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eolie-0.9.40/meson.build new/eolie-0.9.41/meson.build
--- old/eolie-0.9.40/meson.build        2018-09-30 20:57:58.000000000 +0200
+++ new/eolie-0.9.41/meson.build        2018-10-05 12:29:33.000000000 +0200
@@ -1,5 +1,5 @@
 project('eolie', 'c',
-  version: '0.9.40',
+  version: '0.9.41',
   meson_version: '>= 0.40.0',
 )
 i18n = import('i18n')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eolie-0.9.40/subprojects/po/ar.po 
new/eolie-0.9.41/subprojects/po/ar.po
--- old/eolie-0.9.40/subprojects/po/ar.po       2018-09-30 20:57:58.000000000 
+0200
+++ new/eolie-0.9.41/subprojects/po/ar.po       2018-10-05 12:29:33.000000000 
+0200
@@ -8,8 +8,8 @@
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-09-27 10:05+0200\n"
-"PO-Revision-Date: 2018-09-30 08:21+0000\n"
-"Last-Translator: mohammadA <mohammadabdulha...@gmail.com>\n"
+"PO-Revision-Date: 2018-10-02 21:21+0000\n"
+"Last-Translator: AbouZakaria <zakaria...@gmail.com>\n"
 "Language-Team: Arabic <https://hosted.weblate.org/projects/gnumdk/eolie/ar/>"
 "\n"
 "Language: ar\n"
@@ -30,7 +30,7 @@
 
 #: ../data/org.gnome.Eolie.gschema.xml:29
 msgid "Allow user to donate to the project"
-msgstr "اسمح للمستخدم بالتبرع لهذا المشروع"
+msgstr "السماح للمستخدم بالتبرع للمشروع"
 
 #: ../data/org.gnome.Eolie.gschema.xml:34
 msgid "Show sidebar(sites manager)"
@@ -162,7 +162,7 @@
 #: ../data/AboutDialog.ui.in:20
 msgctxt "Translation credits here, put your name here!"
 msgid "Cédric Bellegarde <cedric.bellega...@adishatz.org>"
-msgstr "Muhammad Abdulhadi"
+msgstr "أبو زكريا <zakaria...@gmail.com>"
 
 #: ../data/AboutDialog.ui.in:52
 msgid "Donations:"
@@ -174,11 +174,11 @@
 
 #: ../data/AboutDialog.ui.in:67 ../eolie/container.py:515
 msgid "Liberapay"
-msgstr "ليبرابَي"
+msgstr "ليبرابي Liberapay"
 
 #: ../data/AboutDialog.ui.in:77 ../eolie/container.py:515
 msgid "PayPal"
-msgstr "باي‌بال"
+msgstr "PayPal"
 
 #: ../data/org.gnome.Eolie.appdata.xml.in:6
 #: ../data/org.gnome.Eolie.desktop.in:3
@@ -285,7 +285,7 @@
 #: ../data/DialogClearData.ui:29 ../data/PopoverUri.ui:245
 #: ../data/SettingsDialog.ui:114
 msgid "Search"
-msgstr "ابحث"
+msgstr "إبحث"
 
 #: ../data/DialogClearData.ui:30
 msgid "Filter domains"
@@ -479,7 +479,7 @@
 #: ../eolie/popover_uri.py:426 ../eolie/toolbar_end.py:136
 #: ../eolie/webview_signals.py:148
 msgid "Cancel"
-msgstr "ألغ"
+msgstr "إلغاء"
 
 #: ../data/PopoverGeolocation.ui:79 ../data/SettingsDialog.ui:812
 msgid "Forever"
@@ -581,7 +581,7 @@
 
 #: ../data/SettingsDialog.ui:178
 msgid "Startup"
-msgstr "البدء"
+msgstr "بدء التشغيل"
 
 #: ../data/SettingsDialog.ui:195
 msgid "Start Page:"
@@ -742,7 +742,7 @@
 #: ../data/Shortcuts.ui:13
 msgctxt "shortcut window"
 msgid "General"
-msgstr "عامة"
+msgstr "عام"
 
 #: ../data/Shortcuts.ui:17
 msgctxt "shortcut window"
@@ -752,12 +752,12 @@
 #: ../data/Shortcuts.ui:24
 msgctxt "shortcut window"
 msgid "Settings"
-msgstr "الإعدادات"
+msgstr "إعدادات"
 
 #: ../data/Shortcuts.ui:31
 msgctxt "shortcut window"
 msgid "Fullscreen"
-msgstr "كامل الشاشة"
+msgstr "ملأ الشاشة"
 
 #: ../data/Shortcuts.ui:38
 msgctxt "shortcut window"
@@ -782,7 +782,7 @@
 #: ../data/Shortcuts.ui:66
 msgctxt "shortcut window"
 msgid "Search"
-msgstr "ابحث"
+msgstr "إبحث"
 
 #: ../data/Shortcuts.ui:73
 msgctxt "shortcut window"
@@ -966,11 +966,11 @@
 
 #: ../data/ToolbarMenu.ui:343
 msgid "_Preferences"
-msgstr "ال_تفضيلات"
+msgstr "_تفضيلات"
 
 #: ../data/ToolbarMenu.ui:366
 msgid "_Sidebar"
-msgstr "ال_قائمة الجانبية"
+msgstr "_الشريط الجانبي"
 
 #: ../data/ToolbarMenu.ui:379
 msgid "_Keyboard Shortcuts"
@@ -982,7 +982,7 @@
 
 #: ../data/ToolbarMenu.ui:406
 msgid "_About"
-msgstr "_حول أيولي"
+msgstr "_حول"
 
 #: ../eolie/application.py:209
 msgid "Default"
@@ -1022,7 +1022,7 @@
 
 #: ../eolie/container.py:514
 msgid "Please consider a donation to the project"
-msgstr ""
+msgstr "يرجى النظر في تبرع لهذا المشروع"
 
 #: ../eolie/container.py:586
 msgid "Do you really want to close this page?"
@@ -1511,7 +1511,7 @@
 
 #: ../eolie/webview_signals.py:147
 msgid "Open"
-msgstr "افتح"
+msgstr "إفتح"
 
 #: ../eolie/widget_find.py:47
 msgid "Search previous occurrence"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eolie-0.9.40/subprojects/po/fr.po 
new/eolie-0.9.41/subprojects/po/fr.po
--- old/eolie-0.9.40/subprojects/po/fr.po       2018-09-30 20:57:58.000000000 
+0200
+++ new/eolie-0.9.41/subprojects/po/fr.po       2018-10-05 12:29:33.000000000 
+0200
@@ -8,8 +8,8 @@
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-09-27 10:05+0200\n"
-"PO-Revision-Date: 2018-09-27 08:07+0000\n"
-"Last-Translator: Cédric Bellegarde <w...@adishatz.org>\n"
+"PO-Revision-Date: 2018-10-02 21:27+0000\n"
+"Last-Translator: ButterflyOfFire <butterflyoff...@protonmail.com>\n"
 "Language-Team: French <https://hosted.weblate.org/projects/gnumdk/eolie/fr/>"
 "\n"
 "Language: fr\n"
@@ -169,7 +169,7 @@
 
 #: ../data/AboutDialog.ui.in:52
 msgid "Donations:"
-msgstr "Donations:"
+msgstr "Donations :"
 
 #: ../data/AboutDialog.ui.in:57
 msgid "Flattr"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eolie-0.9.40/subprojects/po/lt.po 
new/eolie-0.9.41/subprojects/po/lt.po
--- old/eolie-0.9.40/subprojects/po/lt.po       2018-09-30 20:57:58.000000000 
+0200
+++ new/eolie-0.9.41/subprojects/po/lt.po       2018-10-05 12:29:33.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-09-27 10:05+0200\n"
-"PO-Revision-Date: 2018-09-18 16:27+0000\n"
+"PO-Revision-Date: 2018-10-02 10:30+0000\n"
 "Last-Translator: Moo <ha...@hotmail.com>\n"
 "Language-Team: Lithuanian <https://hosted.weblate.org/projects/gnumdk/eolie/";
 "lt/>\n"
@@ -111,7 +111,7 @@
 
 #: ../data/org.gnome.Eolie.gschema.xml:129
 msgid "Minimum sidebar position"
-msgstr ""
+msgstr "Minimali šoninės juostos pozicija"
 
 #: ../data/org.gnome.Eolie.gschema.xml:134 ../data/SettingsDialog.ui:490
 msgid "Minimum font size"
@@ -197,7 +197,7 @@
 
 #: ../data/org.gnome.Eolie.appdata.xml.in:15
 msgid "Remove profiles feature"
-msgstr ""
+msgstr "Profilių šalinimo ypatybė"
 
 #: ../data/org.gnome.Eolie.desktop.in:7
 msgid "org.gnome.Eolie"
@@ -290,11 +290,11 @@
 
 #: ../data/DialogClearData.ui:30
 msgid "Filter domains"
-msgstr ""
+msgstr "Sričių filtras"
 
 #: ../data/DialogClearData.ui:67
 msgid "Search domains"
-msgstr ""
+msgstr "Paieškos sritys"
 
 #: ../data/DialogClearData.ui:83
 msgid ""
@@ -339,7 +339,7 @@
 "You cannot undo this action. The data you are choosing to clear will be "
 "removed forever."
 msgstr ""
-"Jūs negalėsite atšaukti šio veiksmo. Išvalymui pasirinkti duomenys bus "
+"Jūs negalėsite atšaukti šio veiksmo. Išvalymui pažymėti duomenys bus "
 "pašalinti visiems laikams."
 
 #: ../data/DialogCookies.ui:83
@@ -622,7 +622,7 @@
 
 #: ../data/SettingsDialog.ui:271
 msgid "Shown bookmarks"
-msgstr ""
+msgstr "Rodoma adresyno įrašų"
 
 #: ../data/SettingsDialog.ui:315
 msgid "Add suggestions"
@@ -1132,11 +1132,11 @@
 
 #: ../eolie/pages_manager_child.py:160
 msgid "Unpin this page"
-msgstr ""
+msgstr "Atsegti šį puslapį"
 
 #: ../eolie/pages_manager_child.py:163
 msgid "Pin this page"
-msgstr ""
+msgstr "Prisegti šį puslapį"
 
 #: ../eolie/popover_credentials.py:59
 msgid "Do you want to modify this password?"
@@ -1515,7 +1515,7 @@
 
 #: ../eolie/webview_signals.py:144
 msgid "Select files to upload"
-msgstr ""
+msgstr "Pasirinkite norimus įkelti failus"
 
 #: ../eolie/webview_signals.py:147
 msgid "Open"


Reply via email to