Rebase to version 1.1.0 (#2020646)
This commit is contained in:
parent
a481f51643
commit
2af9e51fea
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/pappl-1.0.2.tar.gz
|
||||
/pappl-1.0.3.tar.gz
|
||||
/pappl-1.1.0.tar.gz
|
||||
|
15
pappl.spec
15
pappl.spec
@ -9,8 +9,8 @@
|
||||
|
||||
Summary: Printer Application Framework (PAPPL)
|
||||
Name: pappl
|
||||
Version: 1.0.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
Source: https://github.com/michaelrsweet/pappl/releases/download/v%{version}/pappl-%{version}.tar.gz
|
||||
Url: https://www.msweet.org/pappl
|
||||
@ -57,6 +57,8 @@ This package provides the PAPPL headers and development environment.
|
||||
|
||||
%build
|
||||
export DSOFLAGS="$DSOFLAGS -Wl,--as-needed"
|
||||
#need this to enable build with '-D_TIME_BITS=64' flag
|
||||
export CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64"
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
@ -85,14 +87,17 @@ make test
|
||||
%{_libdir}/pkgconfig/pappl.pc
|
||||
|
||||
%changelog
|
||||
* Fri Dec 17 2021 Richard Lescak <rlescak@redhat.com> - 1.1.0-1
|
||||
- Rebase to version 1.1.0 (#2020646)
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue May 25 2021 Richard Lescak rlescak@redhat.com - 1.0.3-1
|
||||
* Tue May 25 2021 Richard Lescak <rlescak@redhat.com> - 1.0.3-1
|
||||
- Update to version 1.0.3 (#1962959)
|
||||
|
||||
* Tue Apr 13 2021 Richard Lescak rlescak@redhat.com - 1.0.2-2
|
||||
* Tue Apr 13 2021 Richard Lescak <rlescak@redhat.com> - 1.0.2-2
|
||||
- Added patch to fix tests, added DSOFLAGS in build, made changes according to review.
|
||||
|
||||
* Fri Mar 26 2021 Richard Lescak rlescak@redhat.com - 1.0.2-1
|
||||
* Fri Mar 26 2021 Richard Lescak <rlescak@redhat.com> - 1.0.2-1
|
||||
- Initial version of package
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pappl-1.0.3.tar.gz) = 16b405a474bb5e041b56d9506d663f816ad815e7205411aea77a875835444bd942282f94bde5cc12fefc6405a0e35568038a37f5edf0427ab10fd7f091b01625
|
||||
SHA512 (pappl-1.1.0.tar.gz) = d2c0b27beabb856347b84ab9ae0744e73f1853157969bdb9ed84970305808d68220f55a23dcad31cca0de60cbc4b7c3702276d0738b4bc2734d44b4be103c0dc
|
||||
|
Loading…
Reference in New Issue
Block a user