#4 Update to 1.3.1
Merged 3 years ago by suraia. Opened 3 years ago by suraia.
Unknown source 1.3.1  into  rawhide

file modified
+2
@@ -30,3 +30,5 @@

  /gajim-1.1.2.tar.bz2

  /gajim-1.1.3.tar.bz2

  /gajim-gajim-1.2.0.tar.bz2

+ /gajim-gajim-1.3.1.tar.bz2

+ /plugin_installer.zip

file modified
+12 -5
@@ -2,11 +2,12 @@

  

  Summary:	Jabber client written in PyGTK

  Name:		gajim

- Version:	1.2.0

- Release:	3%{?dist}

+ Version:	1.3.1

+ Release:	1%{?dist}

  License:	GPLv3

  URL:		https://gajim.org/

- Source0:	https://dev.gajim.org/gajim/gajim/-/archive/gajim-%{version}/gajim-gajim-%{version}.tar.bz2

+ Source0:	https://dev.gajim.org/gajim/gajim/-/archive/%{name}-%{version}/%{name}-%{name}-%{version}.tar.bz2

+ Source1:	https://ftp.gajim.org/plugins_1.3_zip/plugin_installer.zip

  BuildArch:	noarch

  

  ## Hard requirements
@@ -63,7 +64,9 @@

  Gajim does not require GNOME to run, even though it exists with it nicely.

  

  %prep

- %autosetup -n gajim-gajim-%{version} -p1

+ %autosetup -n %{name}-%{name}-%{version} -p1

+ install -m 0755 -d gajim/data/plugins

+ unzip %{SOURCE1} -d gajim/data/plugins

  

  %build

  %py3_build
@@ -87,12 +90,16 @@

  %{_datadir}/applications/%{appid}.desktop

  %{_datadir}/metainfo/%{appid}.appdata.xml

  %{_datadir}/icons/hicolor/scalable/apps/%{appid}.svg

- %{_datadir}/icons/hicolor/symbolic/apps/%{appid}-symbolic.svg

+ %{_datadir}/icons/hicolor/scalable/apps/%{appid}-symbolic.svg

  

  %{python3_sitelib}/%{name}

  %{python3_sitelib}/%{name}-%{version}*.egg-info

  

  %changelog

+ * Mon Mar 01 2021 Michael Kuhn <suraia@fedoraproject.org> - 1.3.1-1

+ - Update to 1.3.1

+ - Include plugin_installer (#1884903)

+ 

  * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

  

file modified
+2 -1
@@ -1,1 +1,2 @@

- SHA512 (gajim-gajim-1.2.0.tar.bz2) = d37b4079b7faf936ef5480d14e0a488ef009f6b70289103c43508299c5167f49c4d7194acd2bccecc5467ffb2fa77021fb2416a54b625a813ad6d4d5e7eceb0c

+ SHA512 (gajim-gajim-1.3.1.tar.bz2) = f10948ba8f2820e1859a32ee6ab4990d3299c7709f632369f067537b1499ee4275bed1bbe2fafe73c56e5902652d13a62e4fbf01075f5164777dc88a8743720e

+ SHA512 (plugin_installer.zip) = 945ce0ddc786313e550c3e99e5fc1c7bac3bcfc485e30a048b7b415d3aaff8b97df3cbb6caf88172179f520084d571ac678d2c035f1f9feb59de5672f4376d24

This needs python-nbxmpp 2.0.2 (https://src.fedoraproject.org/rpms/python-nbxmpp/pull-request/3).

The official tarballs do not seem to include plugin_installer anymore so we have to add it as an additional source.

Has there been any progress on contacting the maintainer?

Pull-Request has been merged by suraia

3 years ago