#3 Update to 1.14.1
Merged a year ago by eseyman. Opened a year ago by mikelo2.
rpms/ mikelo2/liferea 1.14.1  into  rawhide

file modified
+1
@@ -50,3 +50,4 @@ 

  /liferea-1.13.8.tar.bz2

  /liferea-1.13.9.tar.bz2

  /liferea-1.14.0.tar.bz2

+ /liferea-1.14.1.tar.bz2

file modified
+19 -19
@@ -1,11 +1,11 @@ 

  Name:           liferea

  Epoch:          1

- Version:        1.14.0

+ Version:        1.14.1

  Release:        1%{?dist}

  Summary:        An RSS/RDF feed reader

  

- License:        GPLv2+

- URL:            http://lzone.de/liferea/

+ License:        GPL-2.0-or-later

+ URL:            https://lzone.de/liferea/

  Source0:        https://github.com/lwindolf/liferea/releases/download/v%{version}/liferea-%{version}.tar.bz2

  

  %if 0%{?rhel} < 8
@@ -13,18 +13,18 @@ 

  %else

  BuildRequires:  webkit2gtk3-devel

  %endif

- BuildRequires:  intltool

- BuildRequires:  libxslt-devel

- BuildRequires:  sqlite-devel

+ BuildRequires:  desktop-file-utils

  BuildRequires:  gobject-introspection-devel

  BuildRequires:  gsettings-desktop-schemas-devel

- BuildRequires:  libpeas-devel

+ BuildRequires:  intltool

  BuildRequires:  json-glib-devel

- BuildRequires:  desktop-file-utils

- BuildRequires:  libnotify-devel

- BuildRequires:  xorg-x11-server-Xvfb

  BuildRequires:  libappstream-glib

+ BuildRequires:  libnotify-devel

+ BuildRequires:  libpeas-devel

+ BuildRequires:  libxslt-devel

  BuildRequires:  make

+ BuildRequires:  sqlite-devel

+ BuildRequires:  xorg-x11-server-Xvfb

  

  %if 0%{?rhel} >= 7

  Requires:       libpeas-loader-python%{python3_pkgversion}
@@ -34,31 +34,31 @@ 

  Requires:       libpeas-gtk

  

  %description

- Liferea (Linux Feed Reader) is an RSS/RDF feed reader. 

- It's intended to be a clone of the Windows-only FeedReader. 

- It can be used to maintain a list of subscribed feeds, 

+ Liferea (Linux Feed Reader) is an RSS/RDF feed reader.

+ It's intended to be a clone of the Windows-only FeedReader.

+ It can be used to maintain a list of subscribed feeds,

  browse through their items, and show their contents.

  

  %prep

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

  

  %build

- %configure  --enable-libnotify --disable-static

+ %configure --disable-static

  

  %if 0%{?rhel} < 8

- xvfb-run -- make V=1 %{?_smp_mflags} CFLAGS="${RPM_OPT_FLAGS} --std=c99"

+ xvfb-run -- %make_build CFLAGS="%{optflags} --std=c99"

  %else

- xvfb-run -- make V=1 %{?_smp_mflags}

+ xvfb-run -- %make_build

  %endif

  

  %install

- make install DESTDIR=${RPM_BUILD_ROOT}

+ %make_install

  

  %find_lang %{name}

  

  # Upstream sets Version to 1.1 although the 1.1 spec says to use 1.0

- desktop-file-edit --set-key=Version --set-value=1.0 ${RPM_BUILD_ROOT}/%{_datadir}/applications/net.sourceforge.liferea.desktop

- desktop-file-validate ${RPM_BUILD_ROOT}/%{_datadir}/applications/net.sourceforge.liferea.desktop

+ desktop-file-edit --set-key=Version --set-value=1.0 %{buildroot}/%{_datadir}/applications/net.sourceforge.liferea.desktop

+ desktop-file-validate %{buildroot}/%{_datadir}/applications/net.sourceforge.liferea.desktop

  

  %check

  appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/net.sourceforge.liferea.appdata.xml

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

- SHA512 (liferea-1.14.0.tar.bz2) = 91ca42c27c052302eba6bf1d9442d52303fde2a7f710a8eeb1e68f7f2731343ddd8ad44242bbbeac67fc27e26cae1433d7bc2b31a48ef6409c7fb04befedbf7e

+ SHA512 (liferea-1.14.1.tar.bz2) = 4a44455d050b4e0205692dc68d6ff7417b2955f4f8a39595326add6c01b0804a8f3d3ce2f78a855448a60d9a12566b9c79af5a8763c2321f7032761a5e411b6c

  • Fixes CVE-2023-1350 rhbz#2177773
  • Fixes crash rhbz#2175248
  • Adopt rpmautospec
  • Update to modern macros
  • SPDX migration

2 new commits added

  • Update to 1.14.1
  • Convert to %autorelease and %autochangelog
a year ago

Hello, Mikel.

Thank you for your pull request.
Can I ask you to remove the conversion to %autorelease and %autochangelog from it and put them in a separate PR?

I think moving to these is a different issue than updating to 1.14.1 and will probably require discussion between the maintainers to adopt.

Metadata Update from @eseyman:
- Request assigned

a year ago

rebased onto f1eb8a8

a year ago

Removed the rpmautospec conversion

Pull-Request has been merged by eseyman

a year ago