20 Commits

Author SHA256 Message Date
c15fcd3798 Accepting request 1252375 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1252375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubber?expand=0&rev=16
2025-03-12 19:13:59 +00:00
c083a223a1 - Update to 1.6.7:
* graphics: add suffixes for engine=lualatex
  * support glossaries nomain package option
  * support glossaries acronym package option
  * Replace much of dynamic CustomBuildHook code by static
    `tool.hatch.build.targets.wheel.shared*data` and
    `tool.hatch.build.targets.sdist`
  * Add missing runner-pipe man pages to both sdist and wheel
  * Make `NEWS` and `*.in` files be included with sdist archive again
  * Make `tests/` folder be included with sdist archive
  * Use locations `/usr/share/doc/rubber` and `/usr/share/man/{,fr/}man1` for
    documentation in wheel archive
  * Bring back missing ZSH completion file
  * Fix support for gpep517
  * Add command "clean" to hatch_build.py
  * Other misc improvements to hatch_build.py
  * Migrate README to Markdown
  * Migrate from Setuptools to PEP 517 pyproject.toml and Hatchling
  * Require Python >=3.8
  * Fix crash with source path that uses special characters
  * Announce "--into DIR" at runtime more consistently
  * setup.py: Fix version going into call setup(..) and file rubber/version.py
  * setup.py: Migrate off of distutils
  * setup.py: Hide virtualenvs from command "clean"
- Use python-rpm-macros and pyproject macros to build.
- Actually run the testsuite.

OBS-URL: https://build.opensuse.org/package/show/Publishing/rubber?expand=0&rev=18
2025-03-12 10:28:52 +00:00
307fb99434 Accepting request 1157216 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1157216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubber?expand=0&rev=15
2024-03-13 21:18:40 +00:00
c1cb759d0f Accepting request 1157159 from home:pgajdos
- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang macro, [bsc#1212476]

OBS-URL: https://build.opensuse.org/request/show/1157159
OBS-URL: https://build.opensuse.org/package/show/Publishing/rubber?expand=0&rev=16
2024-03-12 14:35:22 +00:00
9ea916df1b Accepting request 900611 from Publishing
OBS-URL: https://build.opensuse.org/request/show/900611
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubber?expand=0&rev=14
2021-06-19 21:02:58 +00:00
c027867a52 Accepting request 900610 from home:Mailaender:branches:Publishing
new upstream release

OBS-URL: https://build.opensuse.org/request/show/900610
OBS-URL: https://build.opensuse.org/package/show/Publishing/rubber?expand=0&rev=14
2021-06-17 15:27:17 +00:00
49da5a5fcd Accepting request 762579 from Publishing
OBS-URL: https://build.opensuse.org/request/show/762579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubber?expand=0&rev=13
2020-01-10 16:49:15 +00:00
62c3d45da5 Accepting request 762558 from home:badshah400:branches:Publishing
- Update to version 1.5.1:
  + Restore support for 8-bits encoded .tex sources (Debian:
    #907937, #907988).
  + Fix many crashing log/warning/error messages.
- Changes from versin 1.5.0:
  + Requires python 3.  
  + Remove support for selection of paper size and orientation.
  + Prohibit onchange directive unless --unsafe mode.
  + Fix stacktrace when parsing BibTeX errors (LP: #1533723).
  + Use open mode r+ for /dev/null instead of rw (LP: #1543622)
  + Always give a relative source path to fig2dev (Debian:
    #345954).
  + Detect "Missing character" messages in log files (Debian:
    #384155).
  + Update hooks for all parsers (Debian: #813855, LP: #1470988).
  + Accept uppercase image extensions (LP: #1583475).
- Drop rubber-makeinfo-unsupported-option.patch: no longer needed
  for any supported openSUSE version.
- Switch BuildRequires, Requires, and macros to python3
  equivalents.
- Link duplicate files using fdupes.

OBS-URL: https://build.opensuse.org/request/show/762558
OBS-URL: https://build.opensuse.org/package/show/Publishing/rubber?expand=0&rev=12
2020-01-09 22:04:12 +00:00
f325221d9c Accepting request 411861 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/411861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubber?expand=0&rev=12
2016-07-20 07:26:11 +00:00
b9e4537814 Accepting request 411769 from home:badshah400:branches:Publishing
- Add rubber-makeinfo-unsupported-option.patch to fix building
  on openSUSE <= 13.2, where makeinfo does not support the
  "--info" option.

- Update to version 1.4:
  + New distutils-based build & install scripts by Nicolas.
  + Report BibTeX / Biber errors more reliably.
  + We have support for embedding R code via knitr.
    http://yihui.name/knitr/
    Closes: https://bugs.launchpad.net/rubber/+bug/1422759
    Note that since R can run arbitrary external code, --unsafe
    must be given at the command line:
      rubber -d --unsafe paper.Rtex
    creates beautifully typeset PDF from your R script.
  + Support for PythonTeX package.  Also requires --unsafe if
    you want Rubber to invoke pythontex.
  + Rubber will no longer attempt to use jpeg2ps on its own, which
    has been superseded by sam2p.  (You can add it back by
    providing your own rules.ini.)
  + More refactoring, reducing the number of code paths to test and
    maintain.
  + Bugs fixed: lp#628150, lp#975376, lp#1090115.
- Also package HTML and PDF documentation in main package
  (documentation files are rather small and do not warrant a
  separate doc pkg).
- Drop conditionals and macro definitions for ancient distro
  versions.
- Add BuildRequires: texinfo, required for building PDF
  documentation.

OBS-URL: https://build.opensuse.org/request/show/411769
OBS-URL: https://build.opensuse.org/package/show/Publishing/rubber?expand=0&rev=10
2016-07-18 14:39:13 +00:00
Stephan Kulow
f02e92c544 Accepting request 139548 from Publishing
- we also need to require info for %post scripts (forwarded request 139547 from coolo)

OBS-URL: https://build.opensuse.org/request/show/139548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubber?expand=0&rev=8
2012-10-29 19:11:38 +00:00
d4d5749f95 Accepting request 139547 from home:coolo:branches:openSUSE:Factory
- we also need to require info for %post scripts

OBS-URL: https://build.opensuse.org/request/show/139547
OBS-URL: https://build.opensuse.org/package/show/Publishing/rubber?expand=0&rev=8
2012-10-27 12:20:16 +00:00
Stephan Kulow
7028bd5d82 Accepting request 133286 from Publishing
- add explicit buildrequire makeinfo (forwarded request 133243 from coolo)

OBS-URL: https://build.opensuse.org/request/show/133286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubber?expand=0&rev=7
2012-09-11 07:19:23 +00:00
ceb3716192 Accepting request 133243 from home:coolo:branches:openSUSE:Factory
- add explicit buildrequire makeinfo

OBS-URL: https://build.opensuse.org/request/show/133243
OBS-URL: https://build.opensuse.org/package/show/Publishing/rubber?expand=0&rev=6
2012-09-07 16:48:46 +00:00
Stephan Kulow
85b03a807f replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubber?expand=0&rev=5
2011-12-06 18:00:54 +00:00
Stephan Kulow
579ade9e2c prepare_spec
OBS-URL: https://build.opensuse.org/package/show/Publishing/rubber?expand=0&rev=5
2010-11-19 11:01:37 +00:00
OBS User autobuild
f45dee8fc7 Autobuild autoformatter for 53027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubber?expand=0&rev=2
2010-11-15 23:44:13 +00:00
Ruediger Oertel
e593dca1fd Accepting request 53027 from Publishing
Accepted submit request 53027 from user badshah400

OBS-URL: https://build.opensuse.org/request/show/53027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubber?expand=0&rev=1
2010-11-15 23:44:08 +00:00
Stephan Kulow
37f5097cdf Accepting request 49112 from home:badshah400
looks good

OBS-URL: https://build.opensuse.org/request/show/49112
OBS-URL: https://build.opensuse.org/package/show/Publishing/rubber?expand=0&rev=2
2010-09-27 18:29:08 +00:00
Stephan Kulow
928234eb16 Accepting request 44355 from home:badshah400
Copy from home:badshah400/rubber via accept of submit request 44355 revision 74.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/44355
OBS-URL: https://build.opensuse.org/package/show/Publishing/rubber?expand=0&rev=1
2010-08-02 14:49:42 +00:00