Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fd74fa281f | |||
|
|
bf798be662 | ||
| 34e1599a35 | |||
| 40d1d1a04a | |||
| 2c14286a7c | |||
| 9b9163175e |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06c540ab6023a5f6f054e4b44f391c7e339d12a2d1c1a9a9d53bcab298d77835
|
||||
size 3173111
|
||||
3
poedit-3.8.tar.gz
Normal file
3
poedit-3.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69dea397b12a74e143b10f80412830dff39b4e1afd9397c3597070b5dff0d71f
|
||||
size 3671002
|
||||
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 22 13:58:40 UTC 2025 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||
|
||||
- Poedit 3.8: Added toolbar icons for Ubuntu's Yaru theme.
|
||||
- Remove poedit-boost-system.patch: Fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 6 16:54:35 UTC 2025 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
- Poedit 3.7:
|
||||
* Added support for Microsoft RESX files.
|
||||
* Added support for Qt Linguist (.ts) files.
|
||||
* Added support for, and updated bundled version to, GNU gettext 0.26.
|
||||
* Added support for additional programming languages in source code
|
||||
extraction: Rust, TypeScript, Go and D (with gettext 0.26).
|
||||
* Modernized toolbars on all platforms.
|
||||
* Other bugfixes and minor UI improvements.
|
||||
- Boost.System is headers only since 1.69.0
|
||||
+ poedit-boost-system.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 18:07:29 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Poedit 3.6 (3.6.3):
|
||||
* Support for Apple XCLOC localization bundles.
|
||||
* Significantly improved updating and merging UI, with detailed
|
||||
changes reporting and error handling.
|
||||
* Long-running operations such as export/import now all report progress.
|
||||
* Added Serbian (Latin) and Uyghur translations.
|
||||
* Performance and UI responsiveness improvements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 22 11:01:57 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
||||
|
||||
|
||||
13
poedit.spec
13
poedit.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package poedit
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%bcond_without crowdin_integration
|
||||
%bcond_with bundled_deps
|
||||
Name: poedit
|
||||
Version: 3.5.2
|
||||
Version: 3.8
|
||||
Release: 0
|
||||
Summary: Gettext Catalog Editing Tool
|
||||
License: MIT
|
||||
@@ -31,7 +31,11 @@ BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libboost_iostreams-devel >= 1.60
|
||||
BuildRequires: libboost_regex-devel >= 1.60
|
||||
%if 0%{?suse_version} >= 1600
|
||||
BuildRequires: automake
|
||||
%else
|
||||
BuildRequires: libboost_system-devel >= 1.60
|
||||
%endif
|
||||
BuildRequires: libboost_thread-devel >= 1.60
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: wxGTK3-devel >= 3.2
|
||||
@@ -60,13 +64,16 @@ editing catalogs over launching vi and editing the file by hand.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -N
|
||||
%if !%{with bundled_deps}
|
||||
# Remove bundled dependencies, use the ones provided by the distribution
|
||||
rm -r deps
|
||||
%endif
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} >= 1600
|
||||
autoreconf -fiv
|
||||
%endif
|
||||
%configure \
|
||||
%{!?with_language_detection: --without-cld2} \
|
||||
%{!?with_crowdin_integration: --without-cpprest}
|
||||
|
||||
Reference in New Issue
Block a user