diff --git a/.gitignore b/.gitignore index 660096d..3b713a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/xournalpp-1.2.2.tar.gz +SOURCES/xournalpp-1.2.3.tar.gz diff --git a/.xournalpp.metadata b/.xournalpp.metadata index 6f3fbb4..c4ec4ec 100644 --- a/.xournalpp.metadata +++ b/.xournalpp.metadata @@ -1 +1 @@ -e3a2d60341c0874b72c7f69101059d2bf24d408c SOURCES/xournalpp-1.2.2.tar.gz +2071366a165fa22ecc80186afc872ab677c11319 SOURCES/xournalpp-1.2.3.tar.gz diff --git a/SPECS/xournalpp.spec b/SPECS/xournalpp.spec index 3e29dc0..be4847e 100644 --- a/SPECS/xournalpp.spec +++ b/SPECS/xournalpp.spec @@ -1,5 +1,5 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.3.5) +## (rpmautospec version 0.6.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; @@ -9,12 +9,12 @@ ## END: Set by rpmautospec %global __cmake_in_source_build 0 -%global _with_cppunit 1 -%global _gtest 1 -#%%global profiling 0 +%global with_cppunit 1 +%global gtest 1 +%global profiling 1 Name: xournalpp -Version: 1.2.2 +Version: 1.2.3 Release: %autorelease Summary: Handwriting note-taking software with PDF annotation support License: GPLv2+ @@ -28,18 +28,20 @@ BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: help2man BuildRequires: libappstream-glib - -%{?_with_cppunit: +%if 0%{?with_cppunit} BuildRequires: pkgconfig(cppunit) >= 1.12-0 -} +%endif BuildRequires: pkgconfig(glib-2.0) >= 2.32.0 +%if 0%{?gtest} +BuildRequires: pkgconfig(gtest) +%endif BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.9 BuildRequires: pkgconfig(gtksourceview-4) >= 4.0.0 BuildRequires: pkgconfig(librsvg-2.0) -%{?profiling: +%if 0%{?profiling} BuildRequires: pkgconfig(libprofiler) >= 2.5 BuildRequires: pkgconfig(libtcmalloc) >= 2.5 -} +%endif BuildRequires: pkgconfig(libxml-2.0) >= 2.0.0 BuildRequires: pkgconfig(libzip) >= 1.0.1 BuildRequires: pkgconfig(lua) >= 5.3 @@ -76,9 +78,8 @@ The %{name}-ui package contains a graphical user interface for %{name}. %build %cmake \ -DDISTRO_CODENAME="Fedora Linux" \ - %{?_with_cppunit: -DENABLE_CPPUNIT=ON} \ - -DENABLE_MATHTEX=ON \ - -DMAC_INTEGRATION=OFF + -DENABLE_GTEST=%{gtest} \ + -DENABLE_PROFILING=%{profiling} %cmake_build @@ -124,13 +125,17 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n %{_datadir}/%{name}/ui %changelog +## START: Generated by rpmautospec +* Sun Mar 03 2024 Luya Tshimbalanga - 1.2.3-1 +- Update to 1.2.3 (#2267430) ... - Clean up spec file + * Sat Oct 14 2023 Luya Tshimbalanga - 1.2.2-1 - Update to 1.2.2 * Wed Sep 13 2023 Luya Tshimbalanga - 1.2.1-1 - Update to 1.2.1 -* Mon Sep 11 2023 Arkady L. Shane - 1.2.1-1 +* Mon Sep 11 2023 Arkady L. Shane - 1.2.0-2 - Rebuilt for MSVSphere 9.2 * Sun Jul 30 2023 Luya Tshimbalanga - 1.2.0-2 @@ -233,3 +238,4 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.github.%{n * Mon Dec 16 2019 Luya Tshimbalanga - 1.0.16-1 - Review fixes +## END: Generated by rpmautospec