From 44a30f016bcb4c733a73f86540afdb2a2e5661c5 Mon Sep 17 00:00:00 2001 From: Luya Tshimbalanga Date: Tue, 15 Mar 2022 20:01:46 -0700 Subject: [PATCH] Update to 1.1.1 (#1983495) --- .gitignore | 1 + sources | 2 +- xournalpp.spec | 11 +++++------ 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 82bfe74..1a17cf5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /xournalpp-1.0.19.tar.gz /xournalpp-1.0.20.tar.gz /xournalpp-1.1.0.tar.gz +/xournalpp-1.1.1.tar.gz diff --git a/sources b/sources index 99174b0..1290dc9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xournalpp-1.1.0.tar.gz) = 823d2561caa45bd7deb994bd71df0df35b6f279e04c4e8bb5d3f05f2fff2a68af8ea572f42095a9f28da5b2fdbe6b9b465aeca758d36ab29a24c62ea68c99c56 +SHA512 (xournalpp-1.1.1.tar.gz) = efba97d26f624e3a1b8164ef6333a0f1d2992d0245414bdb51692d845965f6c37071f687520b43a94f713465796a16cbafd8929fd3bf8e6c3face847df92251d diff --git a/xournalpp.spec b/xournalpp.spec index bf6718d..78f3d06 100644 --- a/xournalpp.spec +++ b/xournalpp.spec @@ -2,13 +2,13 @@ %global _with_cppunit 1 Name: xournalpp -Version: 1.1.0 +Version: 1.1.1 Release: %autorelease Summary: Handwriting note-taking software License: GPLv2+ URL: https://github.com/%{name}/%{name} -Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake >= 3.10 BuildRequires: desktop-file-utils @@ -17,10 +17,6 @@ BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: libappstream-glib -# Work around firefox carrying bogus Provides: -# https://bugzilla.redhat.com/show_bug.cgi?id=1908018#c12 -BuildRequires: nss nspr - %{?_with_cppunit: BuildRequires: pkgconfig(cppunit) >= 1.12-0 } @@ -111,6 +107,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n %{_datadir}/%{name}/ui %changelog +* Tue Mar 15 2022 Luya Tshimbalanga - 1.1.1-1 +- Update to 1.1.1 (#1983495) + * Mon Jul 19 2021 Fedora Release Monitoring - 1.1.0-1 - Update to 1.1.0 (#1983495)