Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
6565916f4a | |||
|
e38f7d1a23 | ||
|
8de01ab6c9 | ||
|
496e23587e | ||
|
7b15ce0bba |
8
_constraints
Normal file
8
_constraints
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<constraints>
|
||||||
|
<hardware>
|
||||||
|
<memory>
|
||||||
|
<size unit="G">18</size>
|
||||||
|
</memory>
|
||||||
|
</hardware>
|
||||||
|
</constraints>
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 28 06:34:01 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Add _constraints to avoid OOM build errors
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 27 10:01:27 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- autopoint requires diffutils (diff, cmp)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 24 09:21:14 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
Thu Jul 24 09:21:14 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
||||||
|
|
||||||
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 28 06:34:01 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Add _constraints to avoid OOM build errors
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 27 10:01:27 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- autopoint requires diffutils (diff, cmp)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 24 09:21:14 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
Thu Jul 24 09:21:14 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
||||||
|
|
||||||
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 28 06:34:01 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Add _constraints to avoid OOM build errors
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 27 10:01:27 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- autopoint requires diffutils (diff, cmp)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 24 09:21:14 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
Thu Jul 24 09:21:14 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
||||||
|
|
||||||
|
@@ -99,8 +99,9 @@ License: LGPL-2.1-or-later
|
|||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: xz
|
Requires: xz
|
||||||
# autopoint requires find
|
# autopoint requires find, diff and cmp
|
||||||
Requires: findutils
|
Requires: findutils
|
||||||
|
Requires: diffutils
|
||||||
# For non-UTF encodings
|
# For non-UTF encodings
|
||||||
Requires: glibc-gconv-modules-extra
|
Requires: glibc-gconv-modules-extra
|
||||||
%if %{without mini}
|
%if %{without mini}
|
||||||
|
@@ -1,7 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 28 06:34:01 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Add _constraints to avoid OOM build errors
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 27 10:01:27 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- autopoint requires diffutils (diff, cmp)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 24 09:21:14 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
Thu Jul 24 09:21:14 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
||||||
|
|
||||||
- Update to version 0.26:
|
- Update to 0.26:
|
||||||
* C, C++, Python, JavaScript, EmacsLisp, librep, Go, Ruby, awk, D, Tcl,
|
* C, C++, Python, JavaScript, EmacsLisp, librep, Go, Ruby, awk, D, Tcl,
|
||||||
Perl, PHP:
|
Perl, PHP:
|
||||||
- xgettext's heuristic recognition of format strings has been improved:
|
- xgettext's heuristic recognition of format strings has been improved:
|
||||||
|
@@ -99,8 +99,9 @@ License: LGPL-2.1-or-later
|
|||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: xz
|
Requires: xz
|
||||||
# autopoint requires find
|
# autopoint requires find, diff and cmp
|
||||||
Requires: findutils
|
Requires: findutils
|
||||||
|
Requires: diffutils
|
||||||
# For non-UTF encodings
|
# For non-UTF encodings
|
||||||
Requires: glibc-gconv-modules-extra
|
Requires: glibc-gconv-modules-extra
|
||||||
%if %{without mini}
|
%if %{without mini}
|
||||||
|
Reference in New Issue
Block a user