Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package meteo for openSUSE:Factory checked 
in at 2024-02-09 23:55:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/meteo (Old)
 and      /work/SRC/openSUSE:Factory/.meteo.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "meteo"

Fri Feb  9 23:55:00 2024 rev:8 rq:1145522 version:0.9.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/meteo/meteo.changes      2023-07-31 
15:24:09.491251059 +0200
+++ /work/SRC/openSUSE:Factory/.meteo.new.1815/meteo.changes    2024-02-09 
23:55:30.301850362 +0100
@@ -1,0 +2,7 @@
+Fri Feb 02 20:05:00 UTC 2024 - Carlos Suarez <bitsea...@gmail.com> - 0.9.9.3
+
+- Update to 0.9.9.3:
+  * Update some languages
+  * Fix some issues
+
+-------------------------------------------------------------------

Old:
----
  meteo-0.9.9.2.tar.gz

New:
----
  meteo-0.9.9.3.tar.gz

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

Other differences:
------------------
++++++ meteo.spec ++++++
--- /var/tmp/diff_new_pack.RJaTLf/_old  2024-02-09 23:55:30.797868236 +0100
+++ /var/tmp/diff_new_pack.RJaTLf/_new  2024-02-09 23:55:30.801868381 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           meteo
-Version:        0.9.9.2
+Version:        0.9.9.3
 Release:        0
 Summary:        Program to show the weather forecast of the next hours and days
 License:        GPL-3.0-or-later

++++++ meteo-0.9.9.2.tar.gz -> meteo-0.9.9.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meteo-0.9.9.2/.gitlab-ci.yml 
new/meteo-0.9.9.3/.gitlab-ci.yml
--- old/meteo-0.9.9.2/.gitlab-ci.yml    2023-07-19 23:36:04.000000000 +0200
+++ new/meteo-0.9.9.3/.gitlab-ci.yml    2024-02-01 21:22:09.000000000 +0100
@@ -12,8 +12,7 @@
 variables:
   METEO_REPO: "https://gitlab.com/bitseater/meteo.git";
   DEPENS: "build-essential git meson ninja-build valac desktop-file-utils 
libgtk-3-dev libsoup2.4-dev libjson-glib-dev libgeocode-glib-dev 
libwebkit2gtk-4.0-dev libayatana-appindicator3-dev"
-  DEPENS_RPM: "@development-tools fedora-packager rpmdevtools git gcc wget 
meson ninja-build vala vala-devel gtk3-devel libsoup-devel json-glib-devel 
geocode-glib-devel webkit2gtk3-devel libappindicator-gtk3-devel 
libappstream-glib"
-
+ 
 .build_template: &build_definition
   stage: build
   script:
@@ -50,49 +49,3 @@
   dependencies:
     - build:debian
   <<: *debpkg_template
-  
-## UBUNTU
-
-build:ubuntu:
-  <<: *build_definition
-  image: ubuntu:jammy
-  before_script:
-    - apt-get update -y
-    - DEBIAN_FRONTEND=noninteractive apt-get -y install $DEPENS
-    
-## FEDORA
-
-build:fedora:
-  <<: *build_definition
-  image: fedora:38
-  before_script:
-    - dnf install $DEPENS_RPM -y
-
-package:fedora:
-  image: fedora:38
-  stage: package
-
-  before_script:
-    - dnf install $DEPENS_RPM -y
-
-  script:
-    - rpmdev-setuptree
-    - cp rpm/meteo.spec ~/rpmbuild/SPECS
-    - cd ~/rpmbuild
-    - wget 
https://gitlab.com/bitseater/meteo/-/archive/0.9.9.2/meteo-0.9.9.2.tar.gz
-    - cp meteo-0.9.9.2.tar.gz ~/rpmbuild/SOURCES
-    - QA_SKIP_BUILD_ROOT=1 rpmbuild -v -ba --clean SPECS/meteo.spec
-    - cd ~/rpmbuild/RPMS/x86_64/
-    - cp meteo-0.9.9.2-1.fc38.x86_64.rpm /builds/bitseater/meteo/
-    - cd ~/rpmbuild/SRPMS/
-    - cp meteo-0.9.9.2-1.fc38.src.rpm /builds/bitseater/meteo/
-
-  only:
-    - tags
-
-  artifacts:
-    when: on_success
-    paths:
-      - meteo-0.9.9.2-1.fc38.x86_64.rpm
-      - meteo-0.9.9.2-1.fc38.src.rpm
-    name: $CI_PROJECT_NAME-$CI_COMMIT_TAG-fc38"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meteo-0.9.9.2/AUTHORS new/meteo-0.9.9.3/AUTHORS
--- old/meteo-0.9.9.2/AUTHORS   2023-07-19 23:36:04.000000000 +0200
+++ new/meteo-0.9.9.3/AUTHORS   2024-02-01 21:22:09.000000000 +0100
@@ -8,6 +8,7 @@
 (en) J0Ar <https://github.com/J0Ar>
 (pt) btd1337 <helder.berto...@gmail.com>
 (ru) Andrey Kultyapov <camel...@yandex.ru>
+(ru) Roxero <https://gitlab.com/Roxero>
 (ca) Eudald Gubert Roldan <eudal...@posteo.net>
 (lt) welaq <https://github.com/welaq>
 (fr) ArthurS1 <https://github.com/ArthurS1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meteo-0.9.9.2/README.md new/meteo-0.9.9.3/README.md
--- old/meteo-0.9.9.2/README.md 2023-07-19 23:36:04.000000000 +0200
+++ new/meteo-0.9.9.3/README.md 2024-02-01 21:22:09.000000000 +0100
@@ -1,4 +1,4 @@
-## METEO ![Meteo](data/meteo.png  "Meteo")
+# METEO ![Meteo](data/meteo.png  "Meteo")
 
 ### Know the forecast of the next hours & days.
 
@@ -16,78 +16,29 @@
 - Awesome maps with weather info.
 - System tray indicator.
 
-----
-
-### How To Install
-
-#### For Ubuntu and derivates:
-
-You can add my **PPA** at *Launchpad.net* :
-
-    sudo add-apt-repository ppa:bitseater/ppa
-    sudo apt update
-    sudo apt install com.gitlab.bitseater.meteo
-
-
-#### For Debian and derivates:
-
-You can download the last .deb package from:
-
-[Package: Debian 
11](https://gitlab.com/bitseater/meteo/-/jobs/artifacts/0.9.9.1/download?job=package%3Adebian)
-
-
-#### For Fedora:
-       
-Meteo is availiable in [Official Fedora 
repo](https://apps.fedoraproject.org/packages/meteo):
-
-    sudo dnf install meteo
-
-Also, you can add my **Copr** repository:
 
-       sudo dnf copr enable bitseater/meteo
-       sudo dnf update
-       sudo dnf install meteo
 
+## How To Install
 
-#### For Arch and derivates:
 
-Available in the Arch User Repository: 
[meteo-gtk](https://aur.archlinux.org/packages/meteo-gtk/)
+### Flatpak package:
 
-You will need an [AUR 
Helper](https://wiki.archlinux.org/index.php/AUR_helpers) like yay to install:
+<a href='https://flathub.org/apps/com.gitlab.bitseater.meteo'>
+    <img width='200' alt='Download on Flathub' 
src='https://flathub.org/api/badge?locale=en'/>
+  </a>
 
-    yay -S meteo-gtk
+### Snap package
 
+<a href="https://snapcraft.io/meteo";>
+  <img alt="Get it from the Snap Store" 
src="https://snapcraft.io/static/images/badges/en/snap-store-white.svg"; />
+</a>
 
-#### Flatpak package:
+### For Debian and derivates:
 
-You can install the flatpak package with:
-
-    flatpak install --from 
https://flathub.org/repo/appstream/com.gitlab.bitseater.meteo.flatpakref
-
-Or if you have added Flathub repository with: 
-
-       flatpak install flathub com.gitlab.bitseater.meteo
-
-
-#### Packaging status:
-
-[![Packaging 
status](https://repology.org/badge/vertical-allrepos/meteo.svg)](https://repology.org/project/meteo/versions)
-
-----
-
-#### Indicator:
-
-Many OS have discontinued the AppIndicator/Ayatana Indicator support. So in 
order to use it, you can install manually.
-
-- For *Gnome* users, try [Appindicator Support 
extension](https://extensions.gnome.org/extension/615/appindicator-support/)  
-
-- For *elementary OS* users, try [Entornos GNU 
Linux](http://entornosgnulinux.com/2018/08/15/como-instalar-wingpanel-indicator-ayatana-en-elementary-os-juno/)
-
-- For *Linux Mint* users, you must to activate appindicator support:
+You can download the last .deb package from:
 
- `Configuration -> Preferences -> General -> Activate indicator support 
(Cinnamon restart required)`
+[Package: Debian 
12](https://gitlab.com/bitseater/meteo/-/jobs/artifacts/0.9.9.3/download?job=package%3Adebian)
 
----
                                                                                
        
 ### How To Build
 
@@ -109,10 +60,10 @@
 
 ----
 
-#### New on release 0.9.9.2:
+#### New on release 0.9.9.3:
 
-    * Change Maps provider
     * Fixed some issues.
+    * Add some languages
 
   Fixed issues: various.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/meteo-0.9.9.2/data/com.gitlab.bitseater.meteo.appdata.xml.in 
new/meteo-0.9.9.3/data/com.gitlab.bitseater.meteo.appdata.xml.in
--- old/meteo-0.9.9.2/data/com.gitlab.bitseater.meteo.appdata.xml.in    
2023-07-19 23:36:04.000000000 +0200
+++ new/meteo-0.9.9.3/data/com.gitlab.bitseater.meteo.appdata.xml.in    
2024-02-01 21:22:09.000000000 +0100
@@ -4,10 +4,10 @@
     <id>com.gitlab.bitseater.meteo.desktop</id>
     <metadata_license>CC0-1.0</metadata_license>
     <project_license>GPL-3.0-or-later</project_license>
-    <update_contact>bitseater@gmail</update_contact>
+    <update_contact>bitsea...@gmail.com</update_contact>
     <name>Meteo</name>
     <translation type="gettext">com.gitlab.bitseater.meteo</translation>
-    <summary>Know the forecast of the next hours and days with data and 
maps</summary>
+    <summary>Know the forecast of the next hours and days with data and maps 
at any city all around the world</summary>
     <description>
         <p>Current weather, with information about temperature, pressure,
         wind speed and wind direction, sunrise and sunset. Know meteorologic
@@ -44,7 +44,7 @@
     <url type="homepage">https://gitlab.com/bitseater/meteo</url>
     <url type="bugtracker">https://gitlab.com/bitseater/meteo/issues</url>
     <releases>
-        <release version="0.9.9.2" date="2023-07-20">
+        <release version="0.9.9.3" date="2024-01-30">
         </release>
     </releases>
     <content_rating type="oars-1.0">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meteo-0.9.9.2/debian/changelog 
new/meteo-0.9.9.3/debian/changelog
--- old/meteo-0.9.9.2/debian/changelog  2023-07-19 23:36:04.000000000 +0200
+++ new/meteo-0.9.9.3/debian/changelog  2024-02-01 21:22:09.000000000 +0100
@@ -1,3 +1,10 @@
+com.gitlab.bitseater.meteo (0.9.9.3) unstable; urgency=medium
+
+    * Fixed some issues.
+    * Add some languages.
+
+ -- Carlos Suárez <bitsea...@gmail.com>  Thu, 30 Jan 2024 00:00:00 +0100
+
 com.gitlab.bitseater.meteo (0.9.9.2) unstable; urgency=medium
 
     * Change Maps provider
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meteo-0.9.9.2/meson.build 
new/meteo-0.9.9.3/meson.build
--- old/meteo-0.9.9.2/meson.build       2023-07-19 23:36:04.000000000 +0200
+++ new/meteo-0.9.9.3/meson.build       2024-02-01 21:22:09.000000000 +0100
@@ -1,5 +1,5 @@
 # Project name-language-version
-project('com.gitlab.bitseater.meteo', ['vala', 'c'], version: '0.9.9.1')
+project('com.gitlab.bitseater.meteo', ['vala', 'c'], version: '0.9.9.3')
 
 # Main libraries
 gnome = import('gnome')
@@ -28,7 +28,6 @@
   output: 'config.h',
   configuration: conf
 )
-config_h_dir = include_directories('src')
 
 # Dependencies
 gio_dep = dependency('gio-2.0')
@@ -63,8 +62,6 @@
   '-w', '-DGETTEXT_PACKAGE="' + meson.project_name() + '"'
 ]
 
-cc = meson.get_compiler('c')
-
 ## Compile GResources
 asresources = gnome.compile_resources(
     'as_resources', 'data/' + meson.project_name() + '.gresource.xml',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meteo-0.9.9.2/po/fr.po new/meteo-0.9.9.3/po/fr.po
--- old/meteo-0.9.9.2/po/fr.po  2023-07-19 23:36:04.000000000 +0200
+++ new/meteo-0.9.9.3/po/fr.po  2024-02-01 21:22:09.000000000 +0100
@@ -7,35 +7,35 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2021-10-30 13:21+0200\n"
-"PO-Revision-Date: 2019-05-05 13:19+0200\n"
+"PO-Revision-Date: 2024-01-30 21:21+0100\n"
 "Last-Translator: Carlos Suárez <bitsea...@gmail.com>\n"
 "Language-Team: \n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 2.2.1\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Poedit 3.4.2\n"
 
 #: src/Widgets/Preferences.vala:146
 msgid "1 hr."
-msgstr "1 hr."
+msgstr "1h."
 
 #: src/Widgets/Preferences.vala:149
 msgid "12 hrs."
-msgstr "12 hrs."
+msgstr "12h."
 
 #: src/Widgets/Preferences.vala:147
 msgid "2 hrs."
-msgstr "2 hrs."
+msgstr "2h."
 
 #: src/Widgets/Preferences.vala:150
 msgid "24 hrs."
-msgstr "24 hrs."
+msgstr "24h."
 
 #: src/Widgets/Preferences.vala:148
 msgid "6 hrs."
-msgstr "6 hrs."
+msgstr "6h."
 
 #: src/Widgets/About.vala:30
 msgid "A forecast application with OpenWeatherMap API"
@@ -134,7 +134,7 @@
 
 #: src/Utils/OWM_Today.vala:283
 msgid "Error"
-msgstr ""
+msgstr "Erreur"
 
 #: src/Widgets/Preferences.vala:222
 msgid "Find my location automatically"
@@ -162,7 +162,7 @@
 
 #: src/Utils/OWM_Today.vala:267
 msgid "Full Moon"
-msgstr ""
+msgstr "Pleine lune"
 
 #: src/Widgets/Preferences.vala:36
 msgid "General"
@@ -182,7 +182,7 @@
 
 #: src/Widgets/Preferences.vala:202
 msgid "Imperial System"
-msgstr "Système Impérial"
+msgstr "Système impérial"
 
 #: src/Widgets/Preferences.vala:33
 msgid "Interface"
@@ -200,7 +200,7 @@
 
 #: src/Utils/OWM_Today.vala:275
 msgid "Last Quarter Moon"
-msgstr ""
+msgstr "Dernier quartier de lune"
 
 #: src/Widgets/City.vala:61
 msgid "Lat"
@@ -216,7 +216,7 @@
 
 #: src/Utils/OWM_Today.vala:175
 msgid "Loading cache data"
-msgstr ""
+msgstr "Chargement des données en cache"
 
 #: src/Utils/OWM_Today.vala:305 src/Widgets/City.vala:65
 msgid "Location"
@@ -242,15 +242,15 @@
 
 #: src/Widgets/Preferences.vala:201
 msgid "Metric System"
-msgstr "Système Métrique"
+msgstr "Système métrique"
 
 #: src/Widgets/Today.vala:80
 msgid "Moonphase"
-msgstr ""
+msgstr "Phase de la lune"
 
 #: src/Utils/OWM_Today.vala:251
 msgid "New Moon"
-msgstr ""
+msgstr "Nouvelle lune"
 
 #: src/Widgets/City.vala:131
 msgid "No data"
@@ -258,7 +258,7 @@
 
 #: src/Utils/OWM_Today.vala:183
 msgid "No data received, loading cache. Are you connected?"
-msgstr ""
+msgstr "Pas de données réçues, chargement du cache. Etes-vous connecté ?"
 
 #: src/Widgets/Header.vala:51
 msgid "Options"
@@ -283,7 +283,7 @@
 
 #: src/Utils/OWM_Today.vala:259
 msgid "Quarter Moon"
-msgstr ""
+msgstr "Premier quartier"
 
 #: src/MainWindow.vala:189
 msgid "Quit"
@@ -299,7 +299,7 @@
 
 #: src/Widgets/About.vala:58
 msgid "Some icons by"
-msgstr ""
+msgstr "Des icônes par"
 
 #: src/Widgets/About.vala:56
 msgid "Special Thanks to"
@@ -355,15 +355,15 @@
 
 #: src/Widgets/Preferences.vala:97
 msgid "Use System Tray Indicator"
-msgstr "Utiliser L'Indicateur"
+msgstr "Utiliser l'indicateur"
 
 #: src/Utils/OWM_Today.vala:279
 msgid "Waning Crescent Moon"
-msgstr ""
+msgstr "Dernier croissant de lune"
 
 #: src/Utils/OWM_Today.vala:271
 msgid "Waning Gibbous Moon"
-msgstr ""
+msgstr "Lune gibbeuse décroissante"
 
 #: data/com.gitlab.bitseater.meteo.appdata.xml.in:23
 msgid "Watch awesome maps with weather information"
@@ -371,11 +371,11 @@
 
 #: src/Utils/OWM_Today.vala:255
 msgid "Waxing Crescent Moon"
-msgstr ""
+msgstr "Premier croissant de lune"
 
 #: src/Utils/OWM_Today.vala:263
 msgid "Waxing Gibbous Moon"
-msgstr ""
+msgstr "Lune gibbeuse croissante"
 
 #: src/Utils/OWM_Today.vala:308
 msgid "Weather"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meteo-0.9.9.2/po/pt.po new/meteo-0.9.9.3/po/pt.po
--- old/meteo-0.9.9.2/po/pt.po  2023-07-19 23:36:04.000000000 +0200
+++ new/meteo-0.9.9.3/po/pt.po  2024-02-01 21:22:09.000000000 +0100
@@ -7,15 +7,15 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2021-10-30 13:21+0200\n"
-"PO-Revision-Date: 2019-05-05 13:29+0200\n"
+"PO-Revision-Date: 2024-01-30 21:22+0100\n"
 "Last-Translator: Carlos Suárez <bitsea...@gmail.com>\n"
 "Language-Team: \n"
 "Language: pt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 2.2.1\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 3.4.2\n"
 
 #: src/Widgets/Preferences.vala:146
 msgid "1 hr."
@@ -170,7 +170,7 @@
 
 #: src/Utils/OWM_Today.vala:313 src/Widgets/Today.vala:58
 msgid "Humidity"
-msgstr "Umidade"
+msgstr "Humidade"
 
 #: src/Utils/OWM_Today.vala:302
 msgid "ID place"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meteo-0.9.9.2/po/ru.po new/meteo-0.9.9.3/po/ru.po
--- old/meteo-0.9.9.2/po/ru.po  2023-07-19 23:36:04.000000000 +0200
+++ new/meteo-0.9.9.3/po/ru.po  2024-02-01 21:22:09.000000000 +0100
@@ -7,16 +7,16 @@
 "Project-Id-Version: Weather\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2021-10-30 13:21+0200\n"
-"PO-Revision-Date: 2019-05-05 13:32+0200\n"
+"PO-Revision-Date: 2024-01-30 21:13+0100\n"
 "Last-Translator: Andrey Kultyapov <camel...@yandex.ru>\n"
 "Language-Team: \n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 2.2.1\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"X-Generator: Poedit 3.4.2\n"
 "X-Poedit-SourceCharset: UTF-8\n"
 
 #: src/Widgets/Preferences.vala:146
@@ -135,7 +135,7 @@
 
 #: src/Utils/OWM_Today.vala:283
 msgid "Error"
-msgstr ""
+msgstr "Ошибка"
 
 #: src/Widgets/Preferences.vala:222
 msgid "Find my location automatically"
@@ -163,7 +163,7 @@
 
 #: src/Utils/OWM_Today.vala:267
 msgid "Full Moon"
-msgstr ""
+msgstr "Полнолуние"
 
 #: src/Widgets/Preferences.vala:36
 msgid "General"
@@ -200,7 +200,7 @@
 
 #: src/Utils/OWM_Today.vala:275
 msgid "Last Quarter Moon"
-msgstr ""
+msgstr "Убывающая луна"
 
 #: src/Widgets/City.vala:61
 msgid "Lat"
@@ -208,7 +208,7 @@
 
 #: src/Widgets/Preferences.vala:123
 msgid "Launch on start"
-msgstr "Запускать при старт"
+msgstr "Запускать при старте"
 
 #: src/MainWindow.vala:74
 msgid "Loading"
@@ -216,7 +216,7 @@
 
 #: src/Utils/OWM_Today.vala:175
 msgid "Loading cache data"
-msgstr ""
+msgstr "Загружаем данные из кэша"
 
 #: src/Utils/OWM_Today.vala:305 src/Widgets/City.vala:65
 msgid "Location"
@@ -246,11 +246,11 @@
 
 #: src/Widgets/Today.vala:80
 msgid "Moonphase"
-msgstr ""
+msgstr "Фаза луны"
 
 #: src/Utils/OWM_Today.vala:251
 msgid "New Moon"
-msgstr ""
+msgstr "Новолуние"
 
 #: src/Widgets/City.vala:131
 msgid "No data"
@@ -258,7 +258,7 @@
 
 #: src/Utils/OWM_Today.vala:183
 msgid "No data received, loading cache. Are you connected?"
-msgstr ""
+msgstr "Не удается получить данные, проверьте 
сеть. Загружаем данные из кэша"
 
 #: src/Widgets/Header.vala:51
 msgid "Options"
@@ -283,7 +283,7 @@
 
 #: src/Utils/OWM_Today.vala:259
 msgid "Quarter Moon"
-msgstr ""
+msgstr "Растущая луна"
 
 #: src/MainWindow.vala:189
 msgid "Quit"
@@ -299,7 +299,7 @@
 
 #: src/Widgets/About.vala:58
 msgid "Some icons by"
-msgstr ""
+msgstr "Некоторые иконки от"
 
 #: src/Widgets/About.vala:56
 msgid "Special Thanks to"
@@ -359,11 +359,11 @@
 
 #: src/Utils/OWM_Today.vala:279
 msgid "Waning Crescent Moon"
-msgstr ""
+msgstr "Убывающая луна"
 
 #: src/Utils/OWM_Today.vala:271
 msgid "Waning Gibbous Moon"
-msgstr ""
+msgstr "Убывающая луна"
 
 #: data/com.gitlab.bitseater.meteo.appdata.xml.in:23
 msgid "Watch awesome maps with weather information"
@@ -371,11 +371,11 @@
 
 #: src/Utils/OWM_Today.vala:255
 msgid "Waxing Crescent Moon"
-msgstr ""
+msgstr "Растущая луна"
 
 #: src/Utils/OWM_Today.vala:263
 msgid "Waxing Gibbous Moon"
-msgstr ""
+msgstr "Растущая луна"
 
 #: src/Utils/OWM_Today.vala:308
 msgid "Weather"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meteo-0.9.9.2/rpm/meteo.spec 
new/meteo-0.9.9.3/rpm/meteo.spec
--- old/meteo-0.9.9.2/rpm/meteo.spec    2023-07-19 23:36:04.000000000 +0200
+++ new/meteo-0.9.9.3/rpm/meteo.spec    1970-01-01 01:00:00.000000000 +0100
@@ -1,64 +0,0 @@
-%global appname com.gitlab.bitseater.%{name}
-
-Name:           meteo
-Version:        0.9.9.2
-Release:        1%{?dist}
-Summary:        Forecast application using OpenWeatherMap API
-
-License:        GPLv3+
-URL:            https://gitlab.com/bitseater/meteo
-Source0:        %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz
-
-%define DEPENS_RPM desktop-file-utils, rpmdevtools, git, gcc, wget, meson, 
ninja-build, vala, vala-devel, gtk3-devel, libsoup-devel, json-glib-devel, 
webkit2gtk3-devel, libappindicator-gtk3-devel, libappstream-glib
-
-BuildRequires:  %{DEPENS_RPM}
-
-%description
-Know the forecast of the next hours & days.
-
-Developed with Vala & Gtk, using OpenWeatherMap API.
-
-Features:
-
-- Current weather, with information about temperature, pressure, wind speed and
-  direction, sunrise & sunset.
-- Forecast for next 18 hours.
-- Forecast for next five days.
-- Choose your units (metric, imperial or british).
-- Choose your city, with maps help.
-- Awesome maps with weather info.
-- System tray indicator.
-
-
-%prep
-%autosetup
-
-%build
-%meson
-%meson_build
-
-%install
-%meson_install
-%find_lang %{appname}
-
-%check
-appstream-util validate-relax --nonet 
%{buildroot}%{_metainfodir}/%{appname}.appdata.xml
-desktop-file-validate %{buildroot}%{_datadir}/applications/%{appname}.desktop
-
-%files
-%license COPYING
-%doc README.md AUTHORS CREDITS.md CHANGELOG
-%{_bindir}/%{appname}
-%{_datadir}/applications/*.desktop
-%{_datadir}/glib-2.0/schemas/*.gschema.xml
-%{_datadir}/icons/hicolor/*/*/*.svg
-%{_datadir}/locale/*/LC_MESSAGES/%{appname}.mo
-%{_metainfodir}/*.appdata.xml
-%{_mandir}/man1/*.1*
-
-%changelog
-* Thu Jul 20 2023 Carlos Suárez (bitseater)
-- Change Maps provider
-- Fixed some issues.
-
-

Reply via email to