Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:coolo:branches:openSUSE:Factory
gettext-java
project.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File project.diff of Package gettext-java
--- gettext-csharp.spec.orig +++ gettext-csharp.spec @@ -28,17 +28,17 @@ BuildRequires: perl-libintl-perl BuildRequires: tcl Requires: mono URL: http://www.gnu.org/software/gettext/ -Version: 0.20.1 +Version: 0.20.2 Release: 0 Summary: Native Language Support (NLS) for C# License: LGPL-2.1-or-later Group: Development/Tools/Other BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz +Source: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz Source1: gettext-rpmlintrc Source2: suse-start-po-mode.el Source3: gettext-linkdupes.sh -Source4: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz.sig +Source4: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz.sig Source5: %name.keyring Patch: gettext-0.12.1-sigfpe.patch Patch2: gettext-0.12.1-gettextize.patch --- gettext-java.spec.orig +++ gettext-java.spec @@ -17,17 +17,17 @@ Name: gettext-java -Version: 0.20.1 +Version: 0.20.2 Release: 0 Summary: Java Support for Native Language Support (NLS) License: LGPL-2.1-or-later Group: Development/Tools/Other URL: http://www.gnu.org/software/gettext/ -Source0: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz +Source0: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz Source1: gettext-rpmlintrc Source2: suse-start-po-mode.el Source3: gettext-linkdupes.sh -Source4: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz.sig +Source4: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz.sig Source5: %{name}.keyring Patch0: gettext-0.12.1-sigfpe.patch Patch2: gettext-0.12.1-gettextize.patch --- gettext-runtime-mini.changes.orig +++ gettext-runtime-mini.changes @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Sun Apr 26 17:19:02 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de> + +- update to 0.20.2: + * The programs 'gettext', 'ngettext', when invoked with option -e, + now expand '\\' and octal escape sequences, instead of + swallowing them + * xgettext now recognizes 'gettext' program invocations with the + '-e' option, such as gettext -e 'some\nstring\n' + * xgettext now assumes a Python source file is in UTF-8 encoding + by default, as stated in PEP 3120 + * The value of the 'Icon' property is no longer extracted into + the POT file by xgettext + +------------------------------------------------------------------- Mon Jan 27 16:26:21 UTC 2020 - Andreas Schwab <schwab@suse.de> - Don't disable openmp with qemu, the emulation works now --- gettext-runtime-mini.spec.orig +++ gettext-runtime-mini.spec @@ -17,12 +17,10 @@ %define pacname gettext -# datadir was not changed in 0.20.1 patch release -%define dataversion 0.20 %bcond_without mini Name: gettext-runtime-mini -Version: 0.20.1 +Version: 0.20.2 Release: 0 BuildRequires: gcc-c++ # To get an updated linkdupes.sh (in case there are new dupes), temproarily enable: @@ -54,12 +52,12 @@ License: GPL-3.0-or-later AND LGP Group: Development/Tools/Other URL: http://www.gnu.org/software/gettext/ BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz +Source0: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz Source1: gettext-rpmlintrc Source2: suse-start-po-mode.el Source3: gettext-linkdupes.sh Source4: baselibs.conf -Source5: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz.sig +Source5: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz.sig Source6: %name.keyring Patch: gettext-0.12.1-sigfpe.patch Patch1: gettext-0.19.3-fix-bashisms.patch @@ -326,8 +324,8 @@ make check || { %_datadir/%pacname/styles %_datadir/%pacname/archive.dir.tar.xz %_datadir/aclocal -%dir %{_datadir}/%{pacname}-%{dataversion} -%{_datadir}/%{pacname}-%{dataversion}/its +%dir %{_datadir}/%{pacname}-%{version} +%{_datadir}/%{pacname}-%{version}/its %files tools-doc %defattr(-,root,root) @@ -344,8 +342,7 @@ make check || { %if %{without mini} %files -n libtextstyle0 %defattr(-,root,root) -%_libdir/libtextstyle.so.0 -%_libdir/libtextstyle.so.0.0.0 +%_libdir/libtextstyle.so.* %files -n libtextstyle-devel %defattr(-,root,root) --- gettext-runtime.changes.orig +++ gettext-runtime.changes @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Sun Apr 26 17:19:02 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de> + +- update to 0.20.2: + * The programs 'gettext', 'ngettext', when invoked with option -e, + now expand '\\' and octal escape sequences, instead of + swallowing them + * xgettext now recognizes 'gettext' program invocations with the + '-e' option, such as gettext -e 'some\nstring\n' + * xgettext now assumes a Python source file is in UTF-8 encoding + by default, as stated in PEP 3120 + * The value of the 'Icon' property is no longer extracted into + the POT file by xgettext + +------------------------------------------------------------------- Mon Jan 27 16:26:21 UTC 2020 - Andreas Schwab <schwab@suse.de> - Don't disable openmp with qemu, the emulation works now --- gettext-runtime.spec.orig +++ gettext-runtime.spec @@ -17,12 +17,10 @@ %define pacname gettext -# datadir was not changed in 0.20.1 patch release -%define dataversion 0.20 %bcond_with mini Name: gettext-runtime -Version: 0.20.1 +Version: 0.20.2 Release: 0 BuildRequires: gcc-c++ # To get an updated linkdupes.sh (in case there are new dupes), temproarily enable: @@ -54,12 +52,12 @@ License: GPL-3.0-or-later AND LGP Group: Development/Tools/Other URL: http://www.gnu.org/software/gettext/ BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz +Source0: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz Source1: gettext-rpmlintrc Source2: suse-start-po-mode.el Source3: gettext-linkdupes.sh Source4: baselibs.conf -Source5: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz.sig +Source5: http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz.sig Source6: %name.keyring Patch: gettext-0.12.1-sigfpe.patch Patch1: gettext-0.19.3-fix-bashisms.patch @@ -326,8 +324,8 @@ make check || { %_datadir/%pacname/styles %_datadir/%pacname/archive.dir.tar.xz %_datadir/aclocal -%dir %{_datadir}/%{pacname}-%{dataversion} -%{_datadir}/%{pacname}-%{dataversion}/its +%dir %{_datadir}/%{pacname}-%{version} +%{_datadir}/%{pacname}-%{version}/its %files tools-doc %defattr(-,root,root) @@ -344,8 +342,7 @@ make check || { %if %{without mini} %files -n libtextstyle0 %defattr(-,root,root) -%_libdir/libtextstyle.so.0 -%_libdir/libtextstyle.so.0.0.0 +%_libdir/libtextstyle.so.* %files -n libtextstyle-devel %defattr(-,root,root)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor