#7 New release
Closed 2 years ago by sharkcz. Opened 2 years ago by luya.
rpms/ luya/scribus rawhide  into  rawhide

file modified
+24 -9
@@ -1,5 +1,5 @@ 

  Name:           scribus

- Version:        1.5.6.1

+ Version:        1.5.7

  Release:        1%{?dist}

  Summary:        Desktop Publishing application written in Qt

  # swatches bring in the fun licenses
@@ -14,9 +14,7 @@ 

  #Source0:        http://downloads.sourceforge.net/%%{name}/%%{name}-%%{version}.tar.xz

  #Source1:        http://downloads.sourceforge.net/%%{name}/%%{name}-%%{version}.tar.xz.asc

  

- #Patch0:         scribus-1.5.6-poppler-0.84.0.patch

- #Patch1:         scribus-1.5.6-poppler-0.90.0.patch

- #Patch2:         scribus-ctorfix.patch

+ Patch0:         scribus-ctorfix.patch

  

  BuildRequires:  boost-devel

  BuildRequires:  cmake
@@ -57,7 +55,7 @@ 

  BuildRequires:  pkgconfig(poppler-cpp)

  BuildRequires:  pkgconfig(poppler-data)

  BuildRequires:  pkgconfig(python3)

- BuildRequires:  pkgconfig(Qt5)

+ BuildRequires:  pkgconfig(Qt5) > 5.14

  BuildRequires:  pkgconfig(Qt5Quick)

  BuildRequires:  pkgconfig(Qt5UiTools)

  BuildRequires:  pkgconfig(Qt5WebKit)
@@ -91,8 +89,7 @@ 

  chmod a-x scribus/pageitem_latexframe.h

  

  # drop shebang lines from python scripts

- pathfix.py -pni "%{__python3} %{py3_shbang_opts}" \

-         %{name}/plugins/scriptplugin/{samples,scripts}/*.py

+ %py3_shebang_fix %{name}/plugins/scriptplugin/{samples,scripts}/*.py

  

  %build

  %cmake  \
@@ -119,7 +116,6 @@ 

  appstream-util validate-relax --nonet \

          %{buildroot}%{_metainfodir}/%{name}.appdata.xml

  

- 

  %files

  %license COPYING

  %doc AUTHORS ChangeLog COPYING README LINKS TRANSLATION
@@ -143,6 +139,25 @@ 

  

  

  %changelog

+ * Wed May 12 2021 Luya Tshimbalanga <luya@fedoraproject.org> - 1.5.7-1

+ - Update to 1.5.7

+ - Drop patch for podofo 0.9.7 fixed upstream

+ 

+ * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.6.1-6

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

+ 

+ * Tue Jan 19 2021 Marek Kasik <mkasik@redhat.com> - 1.5.6.1-5

+ - Rebuild for poppler-21.01.0 with correct target

+ 

+ * Tue Jan 19 2021 Marek Kasik <mkasik@redhat.com> - 1.5.6.1-4

+ - Rebuild for poppler-21.01.0

+ 

+ * Sun Jan 10 16:35:55 CET 2021 Sandro Mani <manisandro@gmail.com> - 1.5.6.1-3

+ - Rebuild (podofo)

+ 

+ * Sat Jan  9 22:58:15 CET 2021 Sandro Mani <manisandro@gmail.com> - 1.5.6.1-2

+ - Rebuild (podofo)

+ 

  * Tue Dec 01 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 1.5.6.1-1

  - Update to 1.5.6.1

  - Use c++17
@@ -729,4 +744,4 @@ 

  - Added Epoch:0.

  

  * Thu Mar 27 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.9.8-0.fdr.1

- - Initial RPM release.

+ - Initial RPM release. 

\ No newline at end of file

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

- SHA512 (scribus-1.5.6.1-free.tar.xz) = f8888db74a20a6de24e7979bd99bbc13d9c45a44440c1706b075fdedc9ef624990b29e8f3168af0cffae610c1adf787cd047eb267d76e2cf37c16b8165f58b9d

+ SHA512 (scribus-1.5.7-free.tar.xz) = 10d13fb5444461e7eb26b519bef9ffc421f209bda10370307366d826258575b02fab0dc8769f01179c346b18211b668013ddfca7dc811cae07e686f2b2d4b287 

\ No newline at end of file

These commits update the package to 1.5.7 release

rebased and merged into rawhide

Pull-Request has been closed by sharkcz

2 years ago
Metadata