6 Commits

Author SHA256 Message Date
fd74fa281f Accepting request 1319254 from M17N
OBS-URL: https://build.opensuse.org/request/show/1319254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/poedit?expand=0&rev=82
2025-11-24 13:10:41 +00:00
Antoine Belvire
bf798be662 - Poedit 3.8: Added toolbar icons for Ubuntu's Yaru theme.
- Remove poedit-boost-system.patch: Fixed upstream.

OBS-URL: https://build.opensuse.org/package/show/M17N/poedit?expand=0&rev=162
2025-11-22 14:33:33 +00:00
34e1599a35 Accepting request 1309926 from M17N
OBS-URL: https://build.opensuse.org/request/show/1309926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/poedit?expand=0&rev=81
2025-10-09 13:06:49 +00:00
40d1d1a04a - 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

OBS-URL: https://build.opensuse.org/package/show/M17N/poedit?expand=0&rev=160
2025-10-09 07:33:38 +00:00
2c14286a7c Accepting request 1283047 from M17N
OBS-URL: https://build.opensuse.org/request/show/1283047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/poedit?expand=0&rev=80
2025-06-05 18:35:24 +00:00
9b9163175e Accepting request 1282443 from home:AndreasStieger:branches:M17N
poedit 3.6.3

OBS-URL: https://build.opensuse.org/request/show/1282443
OBS-URL: https://build.opensuse.org/package/show/M17N/poedit?expand=0&rev=158
2025-06-05 11:03:43 +00:00
4 changed files with 44 additions and 6 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69dea397b12a74e143b10f80412830dff39b4e1afd9397c3597070b5dff0d71f
size 3671002

View File

@@ -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>

View File

@@ -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}