21 Commits

Author SHA256 Message Date
50bcabe36c - Update to 2.2.7:
* This release adds Chinese standard paper sizes (D series, and ZL envelope). Thanks to @liushuyu for the patch.

OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=39
2026-02-06 12:11:22 +00:00
c2dde5b86f Accepting request 1265502 from home:dirkmueller:Factory
- 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/request/show/1265502
OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=37
2025-03-31 06:16:06 +00:00
1357cd2a98 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
bf137b9c60 - 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
2683a72997 - 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
478060e64b - 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
224bebdb7b - Update to 2.1.0:
* This release reintroduces the old ‘paperconf’ utility, for
    backwards compatibility only.

OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=27
2023-04-20 07:49:04 +00:00
4ae34da65c - Update to 2.0.10:
* minor build fix.

OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=25
2023-02-27 10:41:51 +00:00
9e68306f7d - Update to 2.0.4:
* don't hardcore binary name in tests

OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=22
2023-02-20 14:00:16 +00:00
2a57559387 Accepting request 1041725 from home:dirkmueller:Factory
- update to 2.0.4:
  * don't hardcode make binary name in tests

OBS-URL: https://build.opensuse.org/request/show/1041725
OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=20
2022-12-09 06:55:01 +00:00
836fdc223f - Update to 2.0.3:
* avoid error in paperconfig
  * paperinit: fix a space leak in case of error parsing paperspecs
  * paper.c: make unit_list const char *, to fix a warning
  * paper.c: fix a trivial leak
  * fix segfault when HOME is unset (thanks, Werner Fink)
  * fix a segfault in systempapername() (fix from Werner Fink, thanks!)
  * hardwire papersize configuration filename to ‘papersize’
- Remove upstreamed libpaper-foul.patch

OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=18
2022-11-07 15:53:03 +00:00
aa23ac14b3 HOME not set
OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=15
2022-08-24 11:56:40 +00:00
b42760e2d4 .
OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=14
2022-08-24 11:14:58 +00:00
67b1b98410 OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=12 2022-08-24 10:12:34 +00:00
16f3232185 OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=11 2022-08-24 09:21:53 +00:00
08ab957362 Patch libpaper.c.in.in
OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=8
2022-08-24 08:29:18 +00:00
047912e93f No SIGSEGV on xdvipdfmx
OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=7
2022-08-24 07:44:10 +00:00
5dfd668cab Accepting request 998649 from home:dimstar:Factory
- The new libpaper also conflicts with paper directly, as
  /etc/paperspecs used to be in paper. Add split provides for the
  move from paper to libpaper for /etc/paperspecs.

OBS-URL: https://build.opensuse.org/request/show/998649
OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=6
2022-08-22 13:07:47 +00:00
20f654b7b6 Accepting request 998603 from home:dimstar:Factory
- Try to fix upgrade issues:
  + Move paper provides/obsoletes to libpaper-tools sub-package:
    the paper binary is there, making this the most correct place.
  + Have libpaper conflict with libpaper-utils: the old package
    had doc files in /usr/share/doc/packages/libpaper, which now
    conflicts.
- Do not package ChangeLog file: it only has a reference to 'check
  git history' (not even with a link to the repository).

OBS-URL: https://build.opensuse.org/request/show/998603
OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=5
2022-08-22 10:07:55 +00:00
a041a40ae9 - Update to 1.2.2:
* Allow the user paperspecs file to be invalid.
  * Make systempapername() return a value that must be freed by the caller.
  * Set free_xdg_config_home precisely when needed.

OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=2
2022-08-03 06:43:20 +00:00
e663352451 Accepting request 986567 from home:polslinux:branches:Publishing
This package supersedes https://build.opensuse.org/package/show/Publishing/paper , which is now completely gone also from upstream (https://github.com/rrthomas/paper).

OBS-URL: https://build.opensuse.org/request/show/986567
OBS-URL: https://build.opensuse.org/package/show/Publishing/libpaper?expand=0&rev=1
2022-07-12 16:13:08 +00:00