10 Commits

Author SHA256 Message Date
6941d38f68 Accepting request 1265663 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1265663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpaper?expand=0&rev=11
2025-04-02 15:05:55 +00:00
bb7cd322eb - 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.

OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=37
2025-03-31 06:16:06 +00:00
1e70e9fbdb Accepting request 1176744 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1176744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpaper?expand=0&rev=10
2024-05-27 09:44:48 +00:00
c4e08526e8 Accepting request 1176696 from home:WernerFink:branches:Publishing
- 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.

OBS-URL: https://build.opensuse.org/request/show/1176696
OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=35
2024-05-24 13:27:32 +00:00
dfbcfaf3d7 Accepting request 1146855 from Publishing
- 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.

OBS-URL: https://build.opensuse.org/request/show/1146855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpaper?expand=0&rev=9
2024-02-16 20:41:32 +00:00
5672da2abc - 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.

OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=33
2024-02-15 13:39:51 +00:00
3734274212 Accepting request 1130906 from Publishing
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1130906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpaper?expand=0&rev=8
2023-12-07 18:08:49 +00:00
d223822099 - Update to 2.1.2:
* This release contains a change only to the tests, which improves
    the detection of glibc.

OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=31
2023-11-28 07:07:04 +00:00
a02a0e6fdd Accepting request 1101982 from Publishing
- Update to 2.1.1:
  * This release fixes the -N flag of paperconf.

OBS-URL: https://build.opensuse.org/request/show/1101982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpaper?expand=0&rev=7
2023-08-03 15:27:24 +00:00
5a368ec9de - Update to 2.1.1:
* This release fixes the -N flag of paperconf.

OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=29
2023-08-02 12:29:39 +00:00
4 changed files with 54 additions and 8 deletions

Binary file not shown.

3
libpaper-2.2.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:500d39dc58768ee09688738c8b5bfe07640ba2fd6c25a6dc78810eb69c719e93
size 1345476

View File

@@ -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 LGPLed 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>

View File

@@ -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