2010-05-05 23:43:46 +02:00
|
|
|
#
|
2011-02-14 01:26:10 +01:00
|
|
|
# spec file for package gtranslator
|
2010-05-05 23:43:46 +02:00
|
|
|
#
|
2023-10-04 10:08:52 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2010-05-05 23:43:46 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
Accepting request 710665 from home:iznogood:branches:GNOME:Apps
- Run spec-cleaner, modernize spec.
- Drop obsolete glib2_gsettings_schema_requires,
glib2_gsettings_schema_post(un), desktop_database_post(un) and
icon_theme_cache_post(un) macros, no longer needed as
file-triggers takes care of this now.
- Drop ldconfig call.
- Obsolete no longer present devel sub-package.
- Update to version 3.32.0:
+ Updated translations.
- Changes from version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Changes from version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Updated translations.
- Changes from version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/710665
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=65
2019-06-19 17:49:56 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2010-05-05 23:43:46 +02:00
|
|
|
#
|
|
|
|
|
2012-03-30 08:50:42 +02:00
|
|
|
|
2010-05-05 23:43:46 +02:00
|
|
|
Name: gtranslator
|
2023-10-04 10:08:52 +02:00
|
|
|
Version: 45.2
|
2012-02-10 20:36:55 +01:00
|
|
|
Release: 0
|
2019-07-11 20:36:48 +02:00
|
|
|
Summary: A gettext po file editor for the GNOME desktop
|
Accepting request 710665 from home:iznogood:branches:GNOME:Apps
- Run spec-cleaner, modernize spec.
- Drop obsolete glib2_gsettings_schema_requires,
glib2_gsettings_schema_post(un), desktop_database_post(un) and
icon_theme_cache_post(un) macros, no longer needed as
file-triggers takes care of this now.
- Drop ldconfig call.
- Obsolete no longer present devel sub-package.
- Update to version 3.32.0:
+ Updated translations.
- Changes from version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Changes from version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Updated translations.
- Changes from version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/710665
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=65
2019-06-19 17:49:56 +02:00
|
|
|
License: GPL-3.0-or-later
|
2011-06-01 13:43:07 +02:00
|
|
|
Group: Development/Tools/Other
|
Accepting request 710665 from home:iznogood:branches:GNOME:Apps
- Run spec-cleaner, modernize spec.
- Drop obsolete glib2_gsettings_schema_requires,
glib2_gsettings_schema_post(un), desktop_database_post(un) and
icon_theme_cache_post(un) macros, no longer needed as
file-triggers takes care of this now.
- Drop ldconfig call.
- Obsolete no longer present devel sub-package.
- Update to version 3.32.0:
+ Updated translations.
- Changes from version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Changes from version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Updated translations.
- Changes from version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/710665
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=65
2019-06-19 17:49:56 +02:00
|
|
|
URL: https://wiki.gnome.org/Apps/Gtranslator
|
2023-10-04 10:08:52 +02:00
|
|
|
Source0: https://download.gnome.org/sources/gtranslator/45/%{name}-%{version}.tar.xz
|
2020-04-18 00:36:24 +02:00
|
|
|
Source99: gtranslator-rpmlintrc
|
2022-02-03 22:20:21 +01:00
|
|
|
|
2010-05-05 23:43:46 +02:00
|
|
|
BuildRequires: fdupes
|
Accepting request 710665 from home:iznogood:branches:GNOME:Apps
- Run spec-cleaner, modernize spec.
- Drop obsolete glib2_gsettings_schema_requires,
glib2_gsettings_schema_post(un), desktop_database_post(un) and
icon_theme_cache_post(un) macros, no longer needed as
file-triggers takes care of this now.
- Drop ldconfig call.
- Obsolete no longer present devel sub-package.
- Update to version 3.32.0:
+ Updated translations.
- Changes from version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Changes from version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Updated translations.
- Changes from version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/710665
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=65
2019-06-19 17:49:56 +02:00
|
|
|
BuildRequires: gettext-tools
|
2010-05-05 23:43:46 +02:00
|
|
|
BuildRequires: intltool
|
Accepting request 705505 from home:wsxy162
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Update to version 3.32.0:
+ Stable release, updated translations
- Update to version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Update to version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Update Brazilian Portuguese translation
+ Update Polish translation
- Update to version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/705505
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=64
2019-06-05 13:34:49 +02:00
|
|
|
BuildRequires: itstool
|
|
|
|
BuildRequires: meson >= 0.46.0
|
Accepting request 710665 from home:iznogood:branches:GNOME:Apps
- Run spec-cleaner, modernize spec.
- Drop obsolete glib2_gsettings_schema_requires,
glib2_gsettings_schema_post(un), desktop_database_post(un) and
icon_theme_cache_post(un) macros, no longer needed as
file-triggers takes care of this now.
- Drop ldconfig call.
- Obsolete no longer present devel sub-package.
- Update to version 3.32.0:
+ Updated translations.
- Changes from version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Changes from version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Updated translations.
- Changes from version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/710665
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=65
2019-06-19 17:49:56 +02:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: yelp-tools
|
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= 2.36.0
|
2022-12-30 19:14:16 +01:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.71.3
|
2011-06-01 13:43:07 +02:00
|
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
2023-10-04 10:08:52 +02:00
|
|
|
BuildRequires: pkgconfig(gthread-2.0) >= 2.13.0
|
Accepting request 710665 from home:iznogood:branches:GNOME:Apps
- Run spec-cleaner, modernize spec.
- Drop obsolete glib2_gsettings_schema_requires,
glib2_gsettings_schema_post(un), desktop_database_post(un) and
icon_theme_cache_post(un) macros, no longer needed as
file-triggers takes care of this now.
- Drop ldconfig call.
- Obsolete no longer present devel sub-package.
- Update to version 3.32.0:
+ Updated translations.
- Changes from version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Changes from version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Updated translations.
- Changes from version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/710665
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=65
2019-06-19 17:49:56 +02:00
|
|
|
BuildRequires: pkgconfig(gtk-doc)
|
2023-10-04 10:08:52 +02:00
|
|
|
BuildRequires: pkgconfig(gtk4) >= 4.6.0
|
|
|
|
BuildRequires: pkgconfig(gtksourceview-5) >= 5.4.0
|
2011-06-01 13:59:29 +02:00
|
|
|
BuildRequires: pkgconfig(iso-codes)
|
Accepting request 705505 from home:wsxy162
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Update to version 3.32.0:
+ Stable release, updated translations
- Update to version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Update to version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Update Brazilian Portuguese translation
+ Update Polish translation
- Update to version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/705505
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=64
2019-06-05 13:34:49 +02:00
|
|
|
BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.0
|
2023-10-04 10:08:52 +02:00
|
|
|
BuildRequires: pkgconfig(libadwaita-1) >= 1.3.0
|
2020-04-18 00:36:24 +02:00
|
|
|
BuildRequires: pkgconfig(libdazzle-1.0) >= 3.33.90
|
2021-05-21 14:01:18 +02:00
|
|
|
BuildRequires: pkgconfig(libgda-6.0) >= 6.0.0
|
2022-04-25 09:27:10 +02:00
|
|
|
BuildRequires: pkgconfig(libsoup-3.0)
|
2023-10-04 10:08:52 +02:00
|
|
|
BuildRequires: pkgconfig(libspelling-1)
|
Accepting request 710665 from home:iznogood:branches:GNOME:Apps
- Run spec-cleaner, modernize spec.
- Drop obsolete glib2_gsettings_schema_requires,
glib2_gsettings_schema_post(un), desktop_database_post(un) and
icon_theme_cache_post(un) macros, no longer needed as
file-triggers takes care of this now.
- Drop ldconfig call.
- Obsolete no longer present devel sub-package.
- Update to version 3.32.0:
+ Updated translations.
- Changes from version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Changes from version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Updated translations.
- Changes from version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/710665
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=65
2019-06-19 17:49:56 +02:00
|
|
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.12
|
2010-10-12 10:09:35 +02:00
|
|
|
Requires: gsettings-desktop-schemas
|
2011-10-07 08:19:38 +02:00
|
|
|
Requires: iso-codes
|
2021-05-21 14:01:18 +02:00
|
|
|
Requires: libgda-sqlite >= 6.0.0
|
Accepting request 710665 from home:iznogood:branches:GNOME:Apps
- Run spec-cleaner, modernize spec.
- Drop obsolete glib2_gsettings_schema_requires,
glib2_gsettings_schema_post(un), desktop_database_post(un) and
icon_theme_cache_post(un) macros, no longer needed as
file-triggers takes care of this now.
- Drop ldconfig call.
- Obsolete no longer present devel sub-package.
- Update to version 3.32.0:
+ Updated translations.
- Changes from version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Changes from version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Updated translations.
- Changes from version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/710665
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=65
2019-06-19 17:49:56 +02:00
|
|
|
Obsoletes: gtranslator-devel <= 2.91.7
|
2010-05-05 23:43:46 +02:00
|
|
|
|
|
|
|
%description
|
2022-04-25 09:27:10 +02:00
|
|
|
Gtranslator is an enhanced gettext PO file editor for the GNOME desktop environment. It handles all forms of gettext PO files and features many comfortable everyday usage features like find and replace functions, auto translation, and translation learning.
|
2010-05-05 23:43:46 +02:00
|
|
|
|
|
|
|
%lang_package
|
Accepting request 705505 from home:wsxy162
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Update to version 3.32.0:
+ Stable release, updated translations
- Update to version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Update to version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Update Brazilian Portuguese translation
+ Update Polish translation
- Update to version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/705505
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=64
2019-06-05 13:34:49 +02:00
|
|
|
|
2010-05-05 23:43:46 +02:00
|
|
|
%prep
|
2020-04-18 00:36:24 +02:00
|
|
|
%autosetup -p1
|
2010-05-05 23:43:46 +02:00
|
|
|
|
|
|
|
%build
|
2023-10-04 10:08:52 +02:00
|
|
|
# https://gitlab.gnome.org/GNOME/gtranslator/-/issues/184
|
Accepting request 705505 from home:wsxy162
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Update to version 3.32.0:
+ Stable release, updated translations
- Update to version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Update to version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Update Brazilian Portuguese translation
+ Update Polish translation
- Update to version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/705505
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=64
2019-06-05 13:34:49 +02:00
|
|
|
%meson \
|
2023-10-04 10:08:52 +02:00
|
|
|
-D gtk_doc=false
|
Accepting request 705505 from home:wsxy162
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Update to version 3.32.0:
+ Stable release, updated translations
- Update to version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Update to version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Update Brazilian Portuguese translation
+ Update Polish translation
- Update to version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/705505
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=64
2019-06-05 13:34:49 +02:00
|
|
|
%meson_build
|
2010-05-05 23:43:46 +02:00
|
|
|
|
|
|
|
%install
|
Accepting request 705505 from home:wsxy162
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Update to version 3.32.0:
+ Stable release, updated translations
- Update to version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Update to version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Update Brazilian Portuguese translation
+ Update Polish translation
- Update to version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/705505
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=64
2019-06-05 13:34:49 +02:00
|
|
|
%meson_install
|
|
|
|
find %{buildroot} -type f -name "gtr-marshal.h" -delete -print
|
|
|
|
%find_lang %{name}
|
2022-02-03 22:20:21 +01:00
|
|
|
%fdupes %{buildroot}%{_prefix}
|
2010-05-05 23:43:46 +02:00
|
|
|
|
2010-10-12 10:09:35 +02:00
|
|
|
%files
|
Accepting request 705505 from home:wsxy162
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Update to version 3.32.0:
+ Stable release, updated translations
- Update to version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Update to version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Update Brazilian Portuguese translation
+ Update Polish translation
- Update to version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/705505
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=64
2019-06-05 13:34:49 +02:00
|
|
|
%license COPYING
|
2020-04-18 00:36:24 +02:00
|
|
|
%doc README.md
|
2023-10-04 10:08:52 +02:00
|
|
|
%doc AUTHORS MAINTAINERS NEWS THANKS
|
2010-10-12 10:09:35 +02:00
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_datadir}/%{name}/
|
2010-05-05 23:43:46 +02:00
|
|
|
%{_datadir}/applications/*.desktop
|
2010-10-12 10:09:35 +02:00
|
|
|
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
2023-10-04 10:08:52 +02:00
|
|
|
%{_datadir}/gtksourceview-5/language-specs/*.lang
|
Accepting request 705505 from home:wsxy162
- Clean up spec file
+ Update Summary & Url
+ Switch to Meson build system
- Update to version 3.32.0:
+ Stable release, updated translations
- Update to version 3.31.90:
+ XML language syntax for the source view
+ Fix msg status management
+ Use theme_fg_color for translated texts
+ Better prj id version default header
+ Header with default values when doesn't exists
+ codeview: Recover codeview plugin
+ Show context in the original message bar
+ List of languages in a config file instead iso-codes
+ Find & replace and copy text to shortcuts window
+ Ctrl+space to copy original text into translated
+ Native File Chooser for the translation memory
- Update to version 3.30.1:
+ Fix locale lookup dir
+ Added itstool dependency to Meson
+ Fix loading help
+ New interface image in help
+ Update Brazilian Portuguese translation
+ Update Polish translation
- Update to version 3.30.0:
+ Full interface redesign to acomplish gnome 3 HIG
+ Fix bug in find & replace that marks all fuzzy as translated
+ Autofill profile based on language
+ A lot of bug fixes
+ Remove plugin system
- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available
on older versions of openSUSE, gnome-dictionary 3.26.0 made this
symbol private.
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
- Own appdata dir on older versions of openSUSE.
- Update to version 2.91.7:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gtkspell3.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to autoreconf, as we no
longer carry any patches.
- Add missing libgda-5_0-sqlite runtime dependency. Fix bnc#780249.
- Port to gtkspell3:
+ Add gtranslator-gtkspell3.patch
+ Replace pkgconfig(gtkspell-3.0) BuildRequires with
pkgconfig(gtkspell3-3.0).
+ Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
- Update to version 2.91.6:
+ Misc bugfixes.
+ Updated translations.
- Drop gtranslator-gdl362.patch: fixed upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
- Update to version 2.91.5:
+ Add/update X-Generator header in PO file
+ Misc bug fixes
+ Updated translations
- No longer install anything in %{_datadir}/pixmaps/%{name}/.
- Update to version 2.91.4:
+ Add app menu
+ Move libgtranslator-private library to pkglibdir
+ Better handling of the table message
+ Update TM when a new po file is loaded
+ Try using Content-Type charset if the file is not UTF-8
+ Remove ok/cancel buttons to add new comments
+ Fix a crash when dropping an item to the toolbar
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.3:
+ Port to GResource
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.8:
+ Make it build with latest GTK+.
+ Add support for gda 5.
+ Misc bugfixes.
+ Updated translations.
- Drop patches fixed upstream:
+ gtranslator-libgda-5.0.patch
+ gtranslator-gtkspell3.patch
- Remove gnome-common BuildRequires and gnome-autogen.sh call: we
don't carry any patches touching the build system anymore.
- Update to version 2.90.7:
+ Relicense some files as GPLv3+.
+ Don't normalize translations stored in the translation memory.
+ Update translation.
- Update to version 2.90.6:
+ Misc bugfixes.
+ Updated translations.
- Rebase gtranslator-libgda-5.0.patch and
gtranslator-gtkspell3.patch.
- Change --with-gtkspell configure option to --with-gtkspell3,
following upstream change.
- Add iso-codes Requires since the iso-codes data is used at
runtime.
- Add support spell check with gtkspell3.
+ Add gtranslator-gtkspell3.patch: add support for gtkspell3.
+ Change pkgconfig(gtkspell-2.0) BuildRequires to
pkgconfig(gtkspell-3.0) so we can build with the new gtkspell.
- Add optional port to libgda 5.0:
+ Add gtranslator-libgda-5.0.patch: add support for libgda-5.0
with a new --with-gda parameter.
+ Add gnome-common BuildRequires and call to gnome-autogen.sh,
needed for the patch to be taken into account.
+ Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel:
this allows us to use libgda-4.0 and libgda-5.0 without
knowledge of what version is in the repository.
+ Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0)
is extracted from the rpm database, based on the libgda-devel
package that has been installed.
- Update to version 2.90.5:
+ Misc bugfixes
+ Updated translations.
- Update to version 2.90.4:
+ Misc bugfixes
- Changes from version 2.90.3:
+ Put the gdl container inside the tab
+ Add a tab activatable extension point
- Changes from version 2.90.2:
+ UI cleanup
- Changes from version 2.90.1:
+ Automatize profile generation
+ Fix preferences dialog space
+ Remove interface tab from preferences dialog
+ Fix remaining issues in the gtk+ 3 port.
- Changes from version 2.90.0:
+ Port to gtk+ 3
+ Port to libpeas
+ Added support for python plugins
+ Ported charmap to python
+ Remove --window-new command line option
+ Port to gsettings
+ Merge insert-tags plugin into insert-params plugin
+ Port to GtkApplication
+ Misc Bugfixes
+ Updated translations.
- Note that gtkspell support is disabled for now because there's no
gtk3-powered gtkspell.
- Change BuildRequires to pkgconfig()-style and move to GNOME 3:
+ Old ones: gdl-devel, glib2-devel, gnome-utils-devel,
gtk2-devel, gtksourceview-devel, gtkspell-devel, libgda-devel,
libxml2-devel.
+ New ones: gdict-1.0, gdl-3.0, glib-2.0, gtk+-3.0,
gtksourceview-3.0, gtkspell-2.0, libgda-4.0, libxml-2.0.
- Drop no longer needed BuildRequires: gucharmap-devel,
libsoup-devel, libunique-devel.
- Add new BuildRequires: pkgconfig(iso-codes),
pkgconfig(json-glib-1.0, pkgconfig(libpeas-1.0),
pkgconfig(libpeas-gtk-1.0).
- Drop gtranslator-disable-update-db.patch: no longer required.
- Drop gnome-common BuildRequires, gnome-autogen.sh call during
build and --disable-update-mimedb configure flag: obsoleted.
- Move .gir file to devel subpackage.
- Add call to ldconfig in %post/%postun scriptlet because of the
new library in the package.
- Added support for translation-update-upstream.
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Add Recommends for lang subpackage.
- Update to version 1.9.13:
+ Enable use of local mirrors of open-tran.eu
+ Adapt the OpenTran plugin to the new open-tran.eu API
+ Misc Bugfixes
+ Updated translations.
- Add gtranslator-disable-update-db.patch: add a
--disable-update-mimedb configure option to not run
update-desktop-database on install.
- Pass --disable-update-mimedb to configure.
- Update to version 1.9.12:
+ Port to GSettings
+ Make it work with GSEAL enabled
+ Misc Bugfixes
+ Updated translations.
- Remove gconf schemas handling:
+ remove gconf2-devel BuildRequires.
+ remove %gconf_schemas_prereq, %find_gconf_schemas and
schemas-related scriptlets.
- Use %glib2_gsettings_schema_* macros for GSettings schemas.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires, since the schemas are needed
at runtime too.
- Fix license: gtranslator is GPLv3+, not GPLv2+. Fix bnc#595680.
- Remove unneeded libdb-4_5-devel BuildRequires: it was needed for
the old memory backend.
- Remove unneeded libneon-devel BuildRequires: this is replaced by
libsoup now.
- Remove subversion-devel BuildRequires: the subversion plugin is
gone.
- Update to version 1.9.11:
+ Add the option to remove entries from the memory translation
+ New memory translation backend using libgda
- Changes from version 1.9.10:
+ Factored out the tab label
+ Make the translation memory always visible
+ Updated translations.
- Add libgda-devel BuildRequires.
- Update to version 1.9.9:
+ Add Profile quick selector
+ Rewriting profile manager to use GtrProfileManager
+ Converted GtrApplication into an UniqueAPP using libunique
+ Misc bugfixes
+ Updated translations.
- Add libunique-devel BuildRequires.
- Update to version 1.9.8:
+ Refactor methods and file names from gtranslator to gtr
+ Modernize autotools configuration
+ Added new tango icons and logo
+ Removed Subversion plugin
+ Misc Bugfixes
+ Updated translations.
- Change group from Development/Tools to Development/Tools/Other to
fix rpmlint warning.
- Update to version 1.9.7:
+ Show percentage of translated messages
+ Fixed several compiler warnings
+ Update toolbar editor
+ Make header inherit from GtranslatorMsg
+ Ported gtranslator from MessageArea to GtkInfoBar
+ Misc Bugfixes
+ Updated translations.
- Remove renaming of sr@Latn locale to sr@latin.
- Update to version 1.9.6:
+ Adapted gtranslator in order to work on Windows
+ bgo#579775 - Fixed format string attack
+ bgo#582430 - Added some header files
+ bgo#555672 - Fixed CRITICAL: editor_create_item_from_name
+ bgo#557096 - Fixed GtkSpinButton problem changing to GtkBuilder
+ bgo#569061 - Displaying an error message before saving a read
only file
+ bgo#569062 - Use a "standard" tabs menu instead of
Go->Next/Prev File
+ bgo#569068 - Made more clear the message in the status bar
+ bgo#571497 - Fixed crash on first-time startup with po-file as
argument
+ bgo#575128 - Removed deprecated GTK+ symbols
+ bgo#579775 - Fixed Format string attack danger
+ bgo#582430 - Some of the header files weren't included in the
source code
+ bgo#583961 - Fixed to build with gdl 2.27.2
+ bgo#584692 - Show the next message of the one you are editing
+ bgo#591594 - Fixed problem that made Edit header only made
effect when you close gtranslator
+ bgo#592210 - Removed duplicated define in configure.ac
+ bgo#592214 - Fixed some gcc warnings
+ bgo#592215 - Wrong arguments to
gtranslator_statusbar_flash_message()
+ bgo#592226 - Fixed Error widget built wrongly
+ bgo#592227 - Source code did not working due to a wrong widget
name
+ bgo#569054 - Fixed empty line insertion before translator email
in header
+ Updated translations.
- Drop gtranslator-gdl-2.27.patch and gtranslator-profile.patch:
fixed upstream.
- Add gtranslator-gdl-2.27.patch to fix build with latest gdl.
- Update gtranslator-profile.patch to fix more build issues.
- Add BuildRequires for features: gnome-utils-devel,
gtkspell-devel, gucharmap-devel, libneon-devel, libsoup-devel,
subversion-devel
- Pass --disable-static, --with-gtkspell and --with-dictionary to
configure, and remove --enable-mime-bind and --with-gconf that
don't exist.
- Clean up file list a bit; do not ship help files twice.
- Initial package.
OBS-URL: https://build.opensuse.org/request/show/705505
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=64
2019-06-05 13:34:49 +02:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/org.gnome.Gtranslator*.svg
|
|
|
|
%{_datadir}/metainfo/org.gnome.Gtranslator.appdata.xml
|
2022-04-25 09:27:10 +02:00
|
|
|
%{_mandir}/man?/*
|
2010-05-05 23:43:46 +02:00
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
|
|
|
%changelog
|