Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6941d38f68 | |||
| bb7cd322eb | |||
| 1e70e9fbdb | |||
| c4e08526e8 | |||
| dfbcfaf3d7 | |||
| 5672da2abc | |||
| 3734274212 | |||
| d223822099 | |||
| a02a0e6fdd | |||
| 5a368ec9de |
BIN
libpaper-2.1.0.tar.gz
LFS
BIN
libpaper-2.1.0.tar.gz
LFS
Binary file not shown.
3
libpaper-2.2.6.tar.gz
Normal file
3
libpaper-2.2.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:500d39dc58768ee09688738c8b5bfe07640ba2fd6c25a6dc78810eb69c719e93
|
||||
size 1345476
|
||||
@@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 30 09:22:06 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.2.6:
|
||||
* This release involves no code changes, but lots of tidying
|
||||
up. The library is now versioned on Windows, and build fixes
|
||||
avoid problems on macOS.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 24 07:55:14 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Update 2.2.5:
|
||||
* This release exports the symbol ‘defaultpaper’, which was previously missing.
|
||||
* Former release adds missing license files (GPL 3 and MIT) to the source tarball.
|
||||
* Former release fixes the build when configured without --enable-relocatable
|
||||
* Former release fixes the license headers of paper.c and paper.h
|
||||
* Former release merely puts the correct copyright holders in the copy of
|
||||
the MIT License.
|
||||
* Former release adds the option of using the library under the MIT license
|
||||
when it is built without relocation support (--enable-relocatable).
|
||||
It achieves this by replacing all the other LGPL’ed code from gnulib
|
||||
with alternative code.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 15 13:39:20 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update 2.1.3:
|
||||
* This release fixes a small problem with the paperspecs(5) man page,
|
||||
and ensures that the name of the ‘paper’ program is always set,
|
||||
even in a non-relocatable build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 07:06:37 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 2.1.2:
|
||||
* This release contains a change only to the tests, which improves
|
||||
the detection of glibc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 12:29:21 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 2.1.1:
|
||||
* This release fixes the -N flag of paperconf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 20 07:37:34 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libpaper
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define sover 2
|
||||
|
||||
Name: libpaper
|
||||
Version: 2.1.0
|
||||
Version: 2.2.6
|
||||
Release: 0
|
||||
Summary: Enables users to indicate their preferred paper size
|
||||
License: GPL-3.0-or-later
|
||||
@@ -71,12 +71,14 @@ This package contains all devel files needed by the libpaper package
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-static
|
||||
--disable-static \
|
||||
--enable-relocatable \
|
||||
--enable-year2038
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -vRf %{buildroot}%{_datadir}/doc/libpaper/README
|
||||
rm -vRf %{buildroot}%{_datadir}/doc/libpaper/README.md
|
||||
find %{buildroot}%{_libdir} -name *libpaper.la -delete
|
||||
|
||||
%post -n %{name}%{sover} -p /sbin/ldconfig
|
||||
@@ -84,7 +86,7 @@ find %{buildroot}%{_libdir} -name *libpaper.la -delete
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README
|
||||
%doc README.md
|
||||
%config %{_sysconfdir}/paperspecs
|
||||
%{_mandir}/man5/paperspecs.5.gz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user