SHA256
1
0
forked from pool/par_text

2 Commits

Author SHA256 Message Date
23f9fd10d5 Convert back to _service; source-as-a-submodule is not
permitted yet.
Update to version 1.53.0+git.1736064647.1430e33:
  * doc: editorial changes for man page
  * doc: add missing patchlet for fixing par.1
  * test: we currently do not support non-UTF8 wide characters
  * fix: use swprintf(3) for wchar_t string.
  * chore: don't ignore existing environmental variables
  * feat: add README.md and LICENSE
  * Add another test case. Karel Hynek Mácha: Cikáni
  * Make tests working even with Latin-1 and UTF-8 texts.
  * add a Makefile that sets up variables for the protoMakefile from upstream
  * fix cross compilation
2025-04-23 12:01:00 +02:00
aa1e9d1690 Switch to upstream git submodule. 2025-04-14 16:06:24 +02:00
8 changed files with 40 additions and 16 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
.osc
_scmsync.obsinfo
.assets/
_buildconfig-*
_buildinfo-*.xml
par/

View File

@@ -1,5 +1,5 @@
<services>
<service name="obs_scm" mode="manual">
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://git.sr.ht/~mcepl/par</param>
<param name="versionprefix">1.53.0+git</param>
@@ -7,10 +7,9 @@
<param name="changesgenerate">enable</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">gz</param>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="manual"/>
</services>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://git.sr.ht/~mcepl/par</param>
<param name="changesrevision">56c5d7aa2bce3a257b16e99bfa2173b5c551b06b</param></service></servicedata>
<param name="changesrevision">1430e3309662692c01960a79093f44c9b9b36a07</param></service></servicedata>

BIN
par-1.53.0+git.1721308378.56c5d7a.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
par-1.53.0+git.1736064647.1430e33.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,4 +0,0 @@
name: par
version: 1.53.0+git.1721308378.56c5d7a
mtime: 1721308378
commit: 56c5d7aa2bce3a257b16e99bfa2173b5c551b06b

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Apr 23 10:00:21 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Convert back to _service; source-as-a-submodule is not
permitted yet.
-------------------------------------------------------------------
Wed Apr 23 09:56:43 UTC 2025 - mcepl@cepl.eu
- Update to version 1.53.0+git.1736064647.1430e33:
* doc: editorial changes for man page
* doc: add missing patchlet for fixing par.1
* test: we currently do not support non-UTF8 wide characters
* fix: use swprintf(3) for wchar_t string.
* chore: don't ignore existing environmental variables
* feat: add README.md and LICENSE
* Add another test case. Karel Hynek Mácha: Cikáni
* Make tests working even with Latin-1 and UTF-8 texts.
* add a Makefile that sets up variables for the protoMakefile from upstream
* fix cross compilation
-------------------------------------------------------------------
Mon Apr 14 14:00:32 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch to upstream git submodule.
-------------------------------------------------------------------
Thu Jul 18 13:14:46 UTC 2024 - mcepl@cepl.eu

View File

@@ -1,7 +1,7 @@
#
# spec file for package par_text
#
# Copyright (c) 2024 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
@@ -18,13 +18,13 @@
%define upname par
Name: par_text
Version: 1.53.0+git.1721308378.56c5d7a
Version: 1.53.0+git.1736064647.1430e33
Release: 0
Summary: Paragraph reformatter
License: MIT
Group: Productivity/Text/Convertors
URL: http://www.nicemice.net/par/
Source0: par-%{version}.tar.gz
Source0: %{upname}-%{version}.tar.gz
# I hope that these two packages are so specialised, they
# shouldn't be on one system.
Conflicts: par
@@ -47,7 +47,7 @@ If there are suffixes, spaces are inserted before them so that they all
end in the same column.
%prep
%autosetup -p1 -n %{upname}-%{version}
%setup -q -n %{upname}-%{version}
%build
%make_build -f protoMakefile CFLAGS="%{optflags}" $*