commit poedit for openSUSE:Factory
Hello community, here is the log from the commit of package poedit for openSUSE:Factory checked in at 2014-10-29 21:09:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/poedit (Old) and /work/SRC/openSUSE:Factory/.poedit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "poedit" Changes: -------- --- /work/SRC/openSUSE:Factory/poedit/poedit.changes 2012-10-29 20:10:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes 2014-10-29 21:09:45.000000000 +0100 @@ -1,0 +2,50 @@ +Fri Oct 24 22:37:33 UTC 2014 - andreas.stieger@gmx.de + +- poedit 1.6.10: + * multiple fixes to parsing of the Language header + * fix handling of broken POTs with duplicate headers + * improved robustness of the Lucene TM database + * misc small fixes + * translations updates and fixes +- fix mime type icon file conflict with virtaal + +------------------------------------------------------------------- +Sat Oct 18 12:11:01 UTC 2014 - andreas.stieger@gmx.de + +- poedit 1.6.9 +- New and updated in 1.6.x series: + * improved languages handling (entering, sorting, plural forms + expressions) + * completely new translation memory implementation + * assorted UI improvements + * fixes to handling of RTL translations + * fix parsing of obsolete entries in PO files + * better handle "fatal" (but not really) msgfmt errors + * added exclusion paths support to updating from sources + * add support for Zend Framework's .phtml + * and support for WordPress' translators: comments +- Includes changes from 1.5.7 and 1.5.6: + * fix several problems with the file viewer: better lookup of files, + * add --add-comments=TRANSLATORS to xgettext call in default parsers + * fix parsing of obsolete entries to recognize "#~|" + * fix incorrect update stats when using msg contexts +- drop poedit-1.5.5-wx28.patch, obsolete +- use automatic dependency resolution + +------------------------------------------------------------------- +Sat Jun 15 07:37:22 UTC 2013 - coolo@suse.com + +- remove _service + +------------------------------------------------------------------- +Fri Jun 14 23:51:10 UTC 2013 - christoph.miebach@web.de + +- update to Version 1.5.5 + * fix crash when auto-updating translations with some TMs + * fix file corruption when the catalog's charset was set to one + that couldn't represent all of the text + * translations updates +- poedit-1.5.5-wx28.patch with upstream fix + http://www.poedit.net/trac/ticket/513#comment:3 + +------------------------------------------------------------------- Old: ---- poedit-1.5.4.tar.gz New: ---- poedit-1.6.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ poedit.spec ++++++ --- /var/tmp/diff_new_pack.N5YCHH/_old 2014-10-29 21:09:45.000000000 +0100 +++ /var/tmp/diff_new_pack.N5YCHH/_new 2014-10-29 21:09:45.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package poedit # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,24 +16,25 @@ # -%define _use_internal_dependency_generator 0 -%define __find_requires %wx_requires - Name: poedit -Version: 1.5.4 +Version: 1.6.10 Release: 0 Summary: Cross-platform Gettext Catalogs Editing Tool License: MIT Group: Development/Tools/Other Url: http://www.poedit.net/ -Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +Source: https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz BuildRequires: boost-devel BuildRequires: db-devel >= 4.7 BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: update-desktop-files -BuildRequires: wxWidgets-devel >= 2.8.7 +BuildRequires: wxWidgets-devel >= 3.0.0 +BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(gtkspell-2.0) +BuildRequires: pkgconfig(icu-i18n) +BuildRequires: pkgconfig(icu-uc) +BuildRequires: pkgconfig(liblucene++) >= 3.0.5 Requires: gettext-tools Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -48,6 +49,8 @@ %prep %setup -q +# file conflict with virtaal +sed -ie '/\stext-x-gettext-translation/d' icons/Makefile.* %build export CFLAGS="%{optflags} -fno-strict-aliasing" @@ -69,13 +72,14 @@ %files %defattr(-,root,root,755) -%doc AUTHORS COPYING NEWS README TODO +%doc AUTHORS COPYING NEWS README %{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/*/* %{_datadir}/pixmaps/%{name}.png %{_mandir}/man?/* +%{_libexecdir}/%{name}-dump-legacy-tm %files lang -f %{name}.lang %defattr(-,root,root,755) ++++++ poedit-1.5.4.tar.gz -> poedit-1.6.10.tar.gz ++++++ ++++ 272878 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de