commit poedit for openSUSE:Factory

2020-09-16 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2020-09-16 19:34:55

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new.4249 (New)


Package is "poedit"

Wed Sep 16 19:34:55 2020 rev:57 rq:834721 version:2.4.1

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2020-08-12 
10:31:08.748087743 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new.4249/poedit.changes  2020-09-16 
19:35:09.790548491 +0200
@@ -1,0 +2,5 @@
+Tue Sep 15 14:44:15 UTC 2020 - Michel Normand 
+
+- Add min 6GB physicalmemory for ppc64le _constraints to avoid oom
+
+---



Other differences:
--
++ _constraints ++
--- /var/tmp/diff_new_pack.YJwys5/_old  2020-09-16 19:35:10.286548950 +0200
+++ /var/tmp/diff_new_pack.YJwys5/_new  2020-09-16 19:35:10.286548950 +0200
@@ -4,4 +4,15 @@
   4096
 
   
- 
+  
+
+  ppc64
+  ppc64le
+
+
+  
+6
+  
+
+  
+




commit poedit for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2020-08-12 10:28:53

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new.3399 (New)


Package is "poedit"

Wed Aug 12 10:28:53 2020 rev:56 rq:825649 version:2.4.1

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2020-07-28 
17:25:46.473934431 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new.3399/poedit.changes  2020-08-12 
10:31:08.748087743 +0200
@@ -1,0 +2,7 @@
+Mon Aug 10 19:53:29 UTC 2020 - Antoine Belvire 
+
+- Poedit 2.4.1:
+  * Added support for Ruby format strings.
+- Spec file minor cleaning.
+
+---

Old:

  poedit-2.4.tar.gz

New:

  poedit-2.4.1.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.HP9hf7/_old  2020-08-12 10:31:10.724089270 +0200
+++ /var/tmp/diff_new_pack.HP9hf7/_new  2020-08-12 10:31:10.724089270 +0200
@@ -20,7 +20,7 @@
 %bcond_without crowdin_integration
 %bcond_with bundled_deps
 Name:   poedit
-Version:2.4
+Version:2.4.1
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT
@@ -70,14 +70,10 @@
 
 %build
 %configure \
-%if !%{with language_detection}
-   --without-cld2 \
-%endif
-%if !0%{with crowdin_integration}
-   --without-cpprest \
-%endif
+  %{!?with_language_detection: --without-cld2} \
+  %{!?with_crowdin_integration: --without-cpprest}
 
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
@@ -85,7 +81,6 @@
 %find_lang %{name}
 
 %files
-%defattr(-,root,root,755)
 %license COPYING
 %doc AUTHORS NEWS README
 %{_bindir}/%{name}
@@ -97,6 +92,5 @@
 %{_mandir}/man?/*
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,755)
 
 %changelog

++ poedit-2.4.tar.gz -> poedit-2.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-2.4/NEWS new/poedit-2.4.1/NEWS
--- old/poedit-2.4/NEWS 2020-07-27 08:58:58.0 +0200
+++ new/poedit-2.4.1/NEWS   2020-08-10 19:38:26.0 +0200
@@ -1,4 +1,12 @@
 
+Version 2.4.1
+-
+
+- Upgraded bundled GNU gettext version to 0.21.
+- Added support for Ruby format strings.
+- [macOS] Fixed compatibility with OS X 10.10 and 10.11.
+
+
 Version 2.4
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-2.4/configure new/poedit-2.4.1/configure
--- old/poedit-2.4/configure2020-07-27 08:59:26.0 +0200
+++ new/poedit-2.4.1/configure  2020-08-10 19:39:00.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for poedit 2.4.
+# Generated by GNU Autoconf 2.69 for poedit 2.4.1.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='poedit'
 PACKAGE_TARNAME='poedit'
-PACKAGE_VERSION='2.4'
-PACKAGE_STRING='poedit 2.4'
+PACKAGE_VERSION='2.4.1'
+PACKAGE_STRING='poedit 2.4.1'
 PACKAGE_BUGREPORT='h...@poedit.net'
 PACKAGE_URL=''
 
@@ -1356,7 +1356,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures poedit 2.4 to adapt to many kinds of systems.
+\`configure' configures poedit 2.4.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1426,7 +1426,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of poedit 2.4:";;
+ short | recursive ) echo "Configuration of poedit 2.4.1:";;
esac
   cat <<\_ACEOF
 
@@ -1583,7 +1583,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-poedit configure 2.4
+poedit configure 2.4.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1990,7 +1990,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by poedit $as_me 2.4, which was
+It was created by poedit $as_me 2.4.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2929,7 +2929,7 @@
 
 # Define the identity of the package.
  PACKAGE='poedit'
- VERSION='2.4'
+ VERSION='2.4.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -9317,7 +9317,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by poedit $as_me 2.4, which was
+This file was extended by poedit $as_me 2.4.1, which was
 generated by GNU Autoconf 2.69. 

commit poedit for openSUSE:Factory

2020-07-28 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2020-07-28 17:25:19

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new.3592 (New)


Package is "poedit"

Tue Jul 28 17:25:19 2020 rev:55 rq:823037 version:2.4

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2020-05-11 
13:43:08.649347429 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new.3592/poedit.changes  2020-07-28 
17:25:46.473934431 +0200
@@ -1,0 +2,9 @@
+Mon Jul 27 19:46:07 UTC 2020 - Antoine Belvire 
+
+- Poedit 2.4:
+  * Crowdin integration was greatly improved and now supports
+editing of any kind of localization: Files from Crowdin
+projects, not just POs.
+  * Improvements to editor user interface.
+
+---

Old:

  poedit-2.3.1.tar.gz

New:

  poedit-2.4.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.KY86Jx/_old  2020-07-28 17:25:47.981936142 +0200
+++ /var/tmp/diff_new_pack.KY86Jx/_new  2020-07-28 17:25:47.985936145 +0200
@@ -20,7 +20,7 @@
 %bcond_without crowdin_integration
 %bcond_with bundled_deps
 Name:   poedit
-Version:2.3.1
+Version:2.4
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT

++ poedit-2.3.1.tar.gz -> poedit-2.4.tar.gz ++
 12631 lines of diff (skipped)




commit poedit for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2020-05-11 13:43:01

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new.2738 (New)


Package is "poedit"

Mon May 11 13:43:01 2020 rev:54 rq:802517 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2020-02-05 
19:41:59.467275956 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new.2738/poedit.changes  2020-05-11 
13:43:08.649347429 +0200
@@ -1,0 +2,7 @@
+Sun May 10 15:46:44 UTC 2020 - Antoine Belvire 
+
+- Poedit 2.3.1:
+  * Fixed TM matching of strings differing only in case.
+  * Fixed crash in presence of invalid bookmarks data.
+
+---

Old:

  poedit-2.3.tar.gz

New:

  poedit-2.3.1.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.Ce7jkc/_old  2020-05-11 13:43:09.825349924 +0200
+++ /var/tmp/diff_new_pack.Ce7jkc/_new  2020-05-11 13:43:09.829349932 +0200
@@ -20,7 +20,7 @@
 %bcond_without crowdin_integration
 %bcond_with bundled_deps
 Name:   poedit
-Version:2.3
+Version:2.3.1
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT

++ poedit-2.3.tar.gz -> poedit-2.3.1.tar.gz ++
 10413 lines of diff (skipped)




commit poedit for openSUSE:Factory

2020-02-05 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2020-02-05 19:41:54

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new.26092 (New)


Package is "poedit"

Wed Feb  5 19:41:54 2020 rev:53 rq:770087 version:2.3

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2019-09-30 
16:01:07.220941758 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new.26092/poedit.changes 2020-02-05 
19:41:59.467275956 +0100
@@ -1,0 +2,8 @@
+Mon Feb  3 18:34:31 UTC 2020 - Antoine Belvire 
+
+- Poedit 2.3:
+  * Improved pre-translation performance.
+  * Added support for XLIFF 1.0.
+  * Improved handling of punctuation in QA checks.
+
+---

Old:

  poedit-2.2.4.tar.gz

New:

  poedit-2.3.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.jLmLO7/_old  2020-02-05 19:42:00.799276591 +0100
+++ /var/tmp/diff_new_pack.jLmLO7/_new  2020-02-05 19:42:00.815276598 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package poedit
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %bcond_without crowdin_integration
 %bcond_with bundled_deps
 Name:   poedit
-Version:2.2.4
+Version:2.3
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT

++ poedit-2.2.4.tar.gz -> poedit-2.3.tar.gz ++
 17564 lines of diff (skipped)




commit poedit for openSUSE:Factory

2019-09-30 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2019-09-30 16:00:33

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new.2352 (New)


Package is "poedit"

Mon Sep 30 16:00:33 2019 rev:52 rq:733929 version:2.2.4

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2019-05-21 
10:41:33.347041202 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new.2352/poedit.changes  2019-09-30 
16:01:07.220941758 +0200
@@ -1,0 +2,15 @@
+Sun Sep 29 17:44:39 UTC 2019 - Antoine Belvire 
+
+- Poedit 2.2.4:
+  * XLIFF improvements: handling of initial states,
+non-translatable items and better visual representation of
+placeholders.
+  * Upgraded bundled GNU gettext version to 0.20.1; in particular,
+this adds support for ES6 template literals to the JavaScript
+extractor.
+  * If a file has warnings or errors, show them immediately upon
+opening instead of waiting for the user to explicitly validate
+the file.
+  * Misc. small fixes and visual improvements.
+
+---

Old:

  poedit-2.2.3.tar.gz

New:

  poedit-2.2.4.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.fZ4jBq/_old  2019-09-30 16:01:08.080939469 +0200
+++ /var/tmp/diff_new_pack.fZ4jBq/_new  2019-09-30 16:01:08.088939447 +0200
@@ -20,7 +20,7 @@
 %bcond_without crowdin_integration
 %bcond_with bundled_deps
 Name:   poedit
-Version:2.2.3
+Version:2.2.4
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT

++ poedit-2.2.3.tar.gz -> poedit-2.2.4.tar.gz ++
 5272 lines of diff (skipped)




commit poedit for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2019-05-21 10:41:30

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new.5148 (New)


Package is "poedit"

Tue May 21 10:41:30 2019 rev:51 rq:704299 version:2.2.3

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2019-05-16 
22:10:16.526270666 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new.5148/poedit.changes  2019-05-21 
10:41:33.347041202 +0200
@@ -1,0 +2,9 @@
+Mon May 20 17:08:19 UTC 2019 - Antoine Belvire 
+
+- Poedit 2.2.3:
+  * Fixed asserts when compiled against wxGTK 3.0
+(gh#vslavik/poedit#571).
+- Drop poedit-2.2.2-null-variant.patch: Fixed upstream.
+- Fix URL and name case.
+
+---

Old:

  poedit-2.2.2-null-variant.patch
  poedit-2.2.2.tar.gz

New:

  poedit-2.2.3.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.eWYzlB/_old  2019-05-21 10:41:34.651038165 +0200
+++ /var/tmp/diff_new_pack.eWYzlB/_new  2019-05-21 10:41:34.655038156 +0200
@@ -20,15 +20,13 @@
 %bcond_without crowdin_integration
 %bcond_with bundled_deps
 Name:   poedit
-Version:2.2.2
+Version:2.2.3
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT
 Group:  Development/Tools/Other
-URL:http://www.poedit.net/
+URL:https://poedit.net/
 Source: 
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM poedit-2.2.2-null-variant.patch -- fix type error spam 
during execution
-Patch:  poedit-2.2.2-null-variant.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libboost_iostreams-devel >= 1.60
@@ -57,7 +55,7 @@
 %endif
 
 %description
-poEdit is an editor for gettext catalogs (.po files). It is built
+Poedit is an editor for gettext catalogs (.po files). It is built
 with the wxWidgets toolkit, providing a graphical approach to
 editing catalogs over launching vi and editing the file by hand.
 
@@ -69,7 +67,6 @@
 # Remove bundled dependencies, use the ones provided by the distribution
 rm -r deps
 %endif
-%patch -p1
 
 %build
 %configure \

++ poedit-2.2.2.tar.gz -> poedit-2.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-2.2.2/NEWS new/poedit-2.2.3/NEWS
--- old/poedit-2.2.2/NEWS   2019-05-15 16:24:48.0 +0200
+++ new/poedit-2.2.3/NEWS   2019-05-20 13:39:28.0 +0200
@@ -1,4 +1,11 @@
 
+Version 2.2.3
+-
+
+- Fixed asserts when compiled against wxGTK 3.0.
+- [Windows] Fixed issue where custom font wasn't respected in some cases.
+
+
 Version 2.2.2
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-2.2.2/configure new/poedit-2.2.3/configure
--- old/poedit-2.2.2/configure  2019-05-15 16:25:29.0 +0200
+++ new/poedit-2.2.3/configure  2019-05-20 13:40:08.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for poedit 2.2.2.
+# Generated by GNU Autoconf 2.69 for poedit 2.2.3.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='poedit'
 PACKAGE_TARNAME='poedit'
-PACKAGE_VERSION='2.2.2'
-PACKAGE_STRING='poedit 2.2.2'
+PACKAGE_VERSION='2.2.3'
+PACKAGE_STRING='poedit 2.2.3'
 PACKAGE_BUGREPORT='h...@poedit.net'
 PACKAGE_URL=''
 
@@ -1356,7 +1356,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures poedit 2.2.2 to adapt to many kinds of systems.
+\`configure' configures poedit 2.2.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1426,7 +1426,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of poedit 2.2.2:";;
+ short | recursive ) echo "Configuration of poedit 2.2.3:";;
esac
   cat <<\_ACEOF
 
@@ -1583,7 +1583,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-poedit configure 2.2.2
+poedit configure 2.2.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1990,7 +1990,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by poedit $as_me 2.2.2, which was
+It was created by poedit $as_me 2.2.3, which was
 generated by GNU Autoconf 2.69.  

commit poedit for openSUSE:Factory

2019-05-16 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2019-05-16 22:10:14

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new.5148 (New)


Package is "poedit"

Thu May 16 22:10:14 2019 rev:50 rq:703485 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2019-01-21 
10:54:35.759711162 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new.5148/poedit.changes  2019-05-16 
22:10:16.526270666 +0200
@@ -1,0 +2,11 @@
+Wed May 15 17:55:20 UTC 2019 - Antoine Belvire 
+
+- PoEdit 2.2.2:
+  * Bug fixes.
+- Add poedit-2.2.2-null-variant.patch: Fix type error which is
+  spammed at runtime (gh#vslavik/poedit#571).
+- Move AppData to metainfo folder.
+- Don't manually include nlohmann_json directory: configure
+  script is now able to detect it.
+
+---

Old:

  poedit-2.2.1.tar.gz

New:

  poedit-2.2.2-null-variant.patch
  poedit-2.2.2.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.6zK56V/_old  2019-05-16 22:10:18.674268824 +0200
+++ /var/tmp/diff_new_pack.6zK56V/_new  2019-05-16 22:10:18.718268787 +0200
@@ -20,13 +20,15 @@
 %bcond_without crowdin_integration
 %bcond_with bundled_deps
 Name:   poedit
-Version:2.2.1
+Version:2.2.2
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT
 Group:  Development/Tools/Other
 URL:http://www.poedit.net/
 Source: 
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM poedit-2.2.2-null-variant.patch -- fix type error spam 
during execution
+Patch:  poedit-2.2.2-null-variant.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libboost_iostreams-devel >= 1.60
@@ -67,14 +69,9 @@
 # Remove bundled dependencies, use the ones provided by the distribution
 rm -r deps
 %endif
+%patch -p1
 
 %build
-%if !%{with bundled_deps}
-# Tweak search path for json header
-export CFLAGS="%{optflags} -I%{_includedir}/nlohmann"
-export CXXFLAGS="%{optflags} -I%{_includedir}/nlohmann"
-%endif
-
 %configure \
 %if !%{with language_detection}
--without-cld2 \
@@ -98,8 +95,7 @@
 %{_datadir}/%{name}
 %{_datadir}/applications/net.poedit.Poedit.desktop
 %{_datadir}/applications/net.poedit.PoeditURI.desktop
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/net.poedit.Poedit.appdata.xml
+%{_datadir}/metainfo/net.poedit.Poedit.appdata.xml
 %{_datadir}/icons/hicolor/*/*/*
 %{_mandir}/man?/*
 

++ poedit-2.2.2-null-variant.patch ++
>From 566c4b3f0e8642d29d8053912a34304939de411f Mon Sep 17 00:00:00 2001
From: Antoine Belvire 
Date: Wed, 15 May 2019 22:26:24 +0200
Subject: [PATCH] Fix PoeditListCtrl::Model::GetValueByRow

Commit b33970a replaced wxBitmap by wxIcon but
PoeditListCtrl::Model::GetValueByRow was still assuming that
wxBitmap were manipulated, leading to error messages
"Wrong type, required: wxBitmap but: wxIcon" at runtime.
---
 src/edlistctrl.cpp | 23 ---
 src/edlistctrl.h   |  5 -
 2 files changed, 4 insertions(+), 24 deletions(-)

diff --git a/src/edlistctrl.cpp b/src/edlistctrl.cpp
index 46774eb90..9b0295e32 100644
--- a/src/edlistctrl.cpp
+++ b/src/edlistctrl.cpp
@@ -230,13 +230,6 @@ PoeditListCtrl::Model::Model(TextDirection appTextDir, 
ColorScheme::Mode visualM
 m_iconBookmark = wxArtProvider::GetIcon("ItemBookmarkTemplate");
 m_iconError = wxArtProvider::GetIcon("StatusError");
 m_iconWarning = wxArtProvider::GetIcon("StatusWarning");
-
-#ifdef HAS_BROKEN_NULL_BITMAPS
-wxImage nullimg(m_iconError.GetSize().x, m_iconError.GetSize().y);
-nullimg.Clear();
-nullimg.SetMaskColour(0, 0, 0);
-m_nullBitmap = wxBitmap(nullimg);
-#endif
 }
 
 
@@ -279,7 +272,7 @@ wxString PoeditListCtrl::Model::GetColumnType(unsigned int 
col) const
 return "string";
 
 case Col_Icon:
-return "wxBitmap";
+return "wxIcon";
 
 case Col_Source:
 case Col_Translation:
@@ -293,22 +286,14 @@ wxString PoeditListCtrl::Model::GetColumnType(unsigned 
int col) const
 
 void PoeditListCtrl::Model::GetValueByRow(wxVariant& variant, unsigned row, 
unsigned col) const
 {
-#if defined(HAS_BROKEN_NULL_BITMAPS)
-#define NULL_BITMAP(variant)  variant << m_nullBitmap
-#elif defined(__WXGTK__) && !wxCHECK_VERSION(3,1,1)
-#define NULL_BITMAP(variant)  variant << wxNullBitmap
-#else
-#define NULL_BITMAP(variant)  variant = wxNullVariant
-#endif
-
 if (!m_catalog || m_frozen)
 {
 #if defined(__WXGTK__) && !wxCHECK_VERSION(3,1,1)
 auto type = GetColumnType(col);
 

commit poedit for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2019-01-21 10:54:11

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new.28833 (New)


Package is "poedit"

Mon Jan 21 10:54:11 2019 rev:49 rq:666057 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2018-10-11 
11:59:35.693707500 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new.28833/poedit.changes 2019-01-21 
10:54:35.759711162 +0100
@@ -1,0 +2,8 @@
+Mon Jan 14 19:51:20 UTC 2019 - astie...@suse.com
+
+- PoEdit 2.2.1:
+  * Improved highlighting of HTML and placeholders
+  * File references are now supported in XLIFF
+  * Compatibility fixes for Wayland, wxGTK 3.0 and dark themes
+
+---

Old:

  poedit-2.2.tar.gz

New:

  poedit-2.2.1.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.d6Rhk1/_old  2019-01-21 10:54:36.571710183 +0100
+++ /var/tmp/diff_new_pack.d6Rhk1/_new  2019-01-21 10:54:36.571710183 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package poedit
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@
 %bcond_without crowdin_integration
 %bcond_with bundled_deps
 Name:   poedit
-Version:2.2
+Version:2.2.1
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT
 Group:  Development/Tools/Other
-Url:http://www.poedit.net/
+URL:http://www.poedit.net/
 Source: 
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -101,7 +101,6 @@
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/net.poedit.Poedit.appdata.xml
 %{_datadir}/icons/hicolor/*/*/*
-%{_datadir}/pixmaps/%{name}.png
 %{_mandir}/man?/*
 
 %files lang -f %{name}.lang

++ poedit-2.2.tar.gz -> poedit-2.2.1.tar.gz ++
 10789 lines of diff (skipped)




commit poedit for openSUSE:Factory

2018-10-11 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2018-10-11 11:59:28

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is "poedit"

Thu Oct 11 11:59:28 2018 rev:48 rq:641123 version:2.2

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2018-10-09 
15:53:39.802318569 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2018-10-11 
11:59:35.693707500 +0200
@@ -1,0 +2,5 @@
+Wed Oct 10 15:01:04 UTC 2018 - Guillaume GARDET 
+
+- Add _constraints to avoid OOM errors
+
+---

New:

  _constraints



Other differences:
--
++ _constraints ++

  

  4096

  
 



commit poedit for openSUSE:Factory

2018-10-09 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2018-10-09 15:53:37

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is "poedit"

Tue Oct  9 15:53:37 2018 rev:47 rq:640673 version:2.2

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2018-07-31 
16:04:16.012043105 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2018-10-09 
15:53:39.802318569 +0200
@@ -1,0 +2,10 @@
+Mon Oct  8 16:56:28 UTC 2018 - antoine.belv...@opensuse.org
+
+- PoEdit 2.2:
+  * Support for editing XLIFF (both 1.2 and 2) files.
+  * Fixes for correct handling of dark themes.
+  * Improved appearance with GTK+ 3.
+  * Updated AppData and desktop files to use reverse DNS naming.
+  * Updated translations.
+
+---

Old:

  poedit-2.1.1.tar.gz

New:

  poedit-2.2.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.lCPaLv/_old  2018-10-09 15:53:40.282318000 +0200
+++ /var/tmp/diff_new_pack.lCPaLv/_new  2018-10-09 15:53:40.282318000 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 %bcond_without crowdin_integration
 %bcond_with bundled_deps
 Name:   poedit
-Version:2.1.1
+Version:2.2
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT
@@ -96,10 +96,10 @@
 %doc AUTHORS NEWS README
 %{_bindir}/%{name}
 %{_datadir}/%{name}
-%{_datadir}/applications/%{name}.desktop
-%{_datadir}/applications/%{name}-uri.desktop
+%{_datadir}/applications/net.poedit.Poedit.desktop
+%{_datadir}/applications/net.poedit.PoeditURI.desktop
 %dir %{_datadir}/appdata/
-%{_datadir}/appdata/poedit.appdata.xml
+%{_datadir}/appdata/net.poedit.Poedit.appdata.xml
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/pixmaps/%{name}.png
 %{_mandir}/man?/*

++ poedit-2.1.1.tar.gz -> poedit-2.2.tar.gz ++
 17405 lines of diff (skipped)




commit poedit for openSUSE:Factory

2018-07-31 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2018-07-31 16:03:47

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is "poedit"

Tue Jul 31 16:03:47 2018 rev:46 rq:626543 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2018-07-13 
10:21:24.950460081 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2018-07-31 
16:04:16.012043105 +0200
@@ -1,0 +2,26 @@
+Fri Jul 27 09:32:39 UTC 2018 - antoine.belv...@opensuse.org
+
+- PoEdit 2.1.1:
+  * Updated translations.
+
+---
+Tue Jul 24 09:29:41 UTC 2018 - antoine.belv...@opensuse.org
+
+- PoEdit 2.1:
+  * Added import and export of translation memory as TMX files.
+  * Added ability to delete bad translations from the TM.
+  * TM now has limited support for plural forms (only nplurals<=2).
+  * Improved handling plural form rules. CLDR is now used as the
+data source and expressions are checked for equivalence before
+warning about unusual forms.
+- Prefer system libraries over bundled ones.
+- Fix cpprest detection: Add openssl as build requirement.
+- Minor spec cleanups:
+  * Don't recommend lang package as lang package has already a
+'Supplements:' with the same effect.
+  * Remove call to suse_update_desktop_file (redundant with brp
+script).
+  * Remove compatibility with Leap <= 42.3 (dependencies are
+unresolvable since PoEdit 1.8.12 anyway).
+
+---

Old:

  poedit-2.0.9.tar.gz

New:

  poedit-2.1.1.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.jdnSU2/_old  2018-07-31 16:04:16.484043910 +0200
+++ /var/tmp/diff_new_pack.jdnSU2/_new  2018-07-31 16:04:16.488043917 +0200
@@ -18,8 +18,9 @@
 
 %bcond_without language_detection
 %bcond_without crowdin_integration
+%bcond_with bundled_deps
 Name:   poedit
-Version:2.0.9
+Version:2.1.1
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT
@@ -28,8 +29,11 @@
 Source: 
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  libboost_iostreams-devel >= 1.60
+BuildRequires:  libboost_regex-devel >= 1.60
+BuildRequires:  libboost_system-devel >= 1.60
+BuildRequires:  libboost_thread-devel >= 1.60
 BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-3_0-devel
 BuildRequires:  wxWidgets-devel >= 3.0.3
 BuildRequires:  pkgconfig(gtkspell-2.0)
@@ -37,21 +41,17 @@
 BuildRequires:  pkgconfig(icu-uc)
 BuildRequires:  pkgconfig(liblucene++) >= 3.0.5
 Requires:   gettext-tools
-Recommends: %{name}-lang
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_iostreams-devel >= 1.60
-BuildRequires:  libboost_regex-devel >= 1.60
-BuildRequires:  libboost_system-devel >= 1.60
-BuildRequires:  libboost_thread-devel >= 1.60
-%else
-BuildRequires:  boost-devel >= 1.60
-%endif
 %if %{with language_detection}
 BuildRequires:  cld2-devel
 %endif
 %if %{with crowdin_integration}
 BuildRequires:  cpprest-devel >= 2.5.0
 BuildRequires:  pkgconfig(libsecret-1)
+BuildRequires:  pkgconfig(openssl)
+%endif
+%if !%{with bundled_deps}
+BuildRequires:  nlohmann_json-devel
+BuildRequires:  pkgconfig(pugixml)
 %endif
 
 %description
@@ -63,8 +63,18 @@
 
 %prep
 %setup -q
+%if !%{with bundled_deps}
+# Remove bundled dependencies, use the ones provided by the distribution
+rm -r deps
+%endif
 
 %build
+%if !%{with bundled_deps}
+# Tweak search path for json header
+export CFLAGS="%{optflags} -I%{_includedir}/nlohmann"
+export CXXFLAGS="%{optflags} -I%{_includedir}/nlohmann"
+%endif
+
 %configure \
 %if !%{with language_detection}
--without-cld2 \
@@ -77,19 +87,9 @@
 
 %install
 %make_install
-
-%suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}%{_datadir}
 %find_lang %{name}
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
 %defattr(-,root,root,755)
 %license COPYING

++ poedit-2.0.9.tar.gz -> poedit-2.1.1.tar.gz ++
 33107 lines of diff (skipped)




commit poedit for openSUSE:Factory

2018-07-13 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2018-07-13 10:21:22

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is "poedit"

Fri Jul 13 10:21:22 2018 rev:45 rq:622242 version:2.0.9

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2018-06-20 
15:23:43.642682493 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2018-07-13 
10:21:24.950460081 +0200
@@ -1,0 +2,7 @@
+Wed Jul 11 20:55:20 UTC 2018 - antoine.belv...@opensuse.org
+
+- PoEdit 2.0.9:
+  * Improved dark theme supports (still not perfect).
+  * Fixed broken list rendering of RTL text on Windows.
+
+---

Old:

  poedit-2.0.8.tar.gz

New:

  poedit-2.0.9.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.ZIBfOZ/_old  2018-07-13 10:21:25.658460928 +0200
+++ /var/tmp/diff_new_pack.ZIBfOZ/_new  2018-07-13 10:21:25.658460928 +0200
@@ -19,7 +19,7 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:2.0.8
+Version:2.0.9
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT

++ poedit-2.0.8.tar.gz -> poedit-2.0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-2.0.8/NEWS new/poedit-2.0.9/NEWS
--- old/poedit-2.0.8/NEWS   2018-06-03 18:40:55.0 +0200
+++ new/poedit-2.0.9/NEWS   2018-07-11 17:06:36.0 +0200
@@ -1,4 +1,11 @@
 
+Version 2.0.9
+-
+
+- Improved dark theme supports (still not perfect).
+- Fix broken list rendering of RTL text on Windows.
+
+
 Version 2.0.8
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-2.0.8/configure new/poedit-2.0.9/configure
--- old/poedit-2.0.8/configure  2018-06-03 18:41:19.0 +0200
+++ new/poedit-2.0.9/configure  2018-07-11 17:07:01.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for poedit 2.0.8.
+# Generated by GNU Autoconf 2.69 for poedit 2.0.9.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='poedit'
 PACKAGE_TARNAME='poedit'
-PACKAGE_VERSION='2.0.8'
-PACKAGE_STRING='poedit 2.0.8'
+PACKAGE_VERSION='2.0.9'
+PACKAGE_STRING='poedit 2.0.9'
 PACKAGE_BUGREPORT='h...@poedit.net'
 PACKAGE_URL=''
 
@@ -1353,7 +1353,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures poedit 2.0.8 to adapt to many kinds of systems.
+\`configure' configures poedit 2.0.9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1423,7 +1423,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of poedit 2.0.8:";;
+ short | recursive ) echo "Configuration of poedit 2.0.9:";;
esac
   cat <<\_ACEOF
 
@@ -1576,7 +1576,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-poedit configure 2.0.8
+poedit configure 2.0.9
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1983,7 +1983,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by poedit $as_me 2.0.8, which was
+It was created by poedit $as_me 2.0.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2331,7 +2331,7 @@
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-PACKAGE_SHORT_VERSION=2.0.8
+PACKAGE_SHORT_VERSION=2.0.9
 
 
 ac_aux_dir=
@@ -2924,7 +2924,7 @@
 
 # Define the identity of the package.
  PACKAGE='poedit'
- VERSION='2.0.8'
+ VERSION='2.0.9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -9661,7 +9661,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by poedit $as_me 2.0.8, which was
+This file was extended by poedit $as_me 2.0.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -9718,7 +9718,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-poedit config.status 2.0.8
+poedit config.status 2.0.9
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN 

commit poedit for openSUSE:Factory

2018-06-20 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2018-06-20 15:23:28

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is "poedit"

Wed Jun 20 15:23:28 2018 rev:44 rq:616390 version:2.0.8

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2018-05-10 
15:49:59.719954482 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2018-06-20 
15:23:43.642682493 +0200
@@ -1,0 +2,8 @@
+Tue Jun 12 20:18:23 UTC 2018 - antoine.belv...@opensuse.org
+
+- PoEdit 2.0.8:
+  * Added CakePHP support.
+  * Minor QA warnings and RTL fixes.
+  * Improved TM reset to work when the index is corrupted.
+
+---

Old:

  poedit-2.0.7.tar.gz

New:

  poedit-2.0.8.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.oBFkTU/_old  2018-06-20 15:23:48.070521894 +0200
+++ /var/tmp/diff_new_pack.oBFkTU/_new  2018-06-20 15:23:48.082521458 +0200
@@ -19,7 +19,7 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:2.0.7
+Version:2.0.8
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT

++ poedit-2.0.7.tar.gz -> poedit-2.0.8.tar.gz ++
 3760 lines of diff (skipped)




commit poedit for openSUSE:Factory

2018-05-10 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2018-05-10 15:49:56

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is "poedit"

Thu May 10 15:49:56 2018 rev:43 rq:605665 version:2.0.7

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2018-01-19 
11:54:53.682883532 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2018-05-10 
15:49:59.719954482 +0200
@@ -1,0 +2,7 @@
+Wed May  9 07:15:32 UTC 2018 - astie...@suse.com
+
+- PoEdit 2.0.7:
+  * Fix mangled non-English gettext error messages
+  * Add inline explanation of custom extractors syntax
+
+---

Old:

  poedit-2.0.6.tar.gz

New:

  poedit-2.0.7.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.CugjbZ/_old  2018-05-10 15:50:01.175901120 +0200
+++ /var/tmp/diff_new_pack.CugjbZ/_new  2018-05-10 15:50:01.179900973 +0200
@@ -19,7 +19,7 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:2.0.6
+Version:2.0.7
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT
@@ -38,7 +38,6 @@
 BuildRequires:  pkgconfig(liblucene++) >= 3.0.5
 Requires:   gettext-tools
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_iostreams-devel >= 1.60
 BuildRequires:  libboost_regex-devel >= 1.60
@@ -93,7 +92,8 @@
 
 %files
 %defattr(-,root,root,755)
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{_bindir}/%{name}
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop

++ poedit-2.0.6.tar.gz -> poedit-2.0.7.tar.gz ++
 35306 lines of diff (skipped)




commit poedit for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2018-01-19 11:54:15

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is "poedit"

Fri Jan 19 11:54:15 2018 rev:42 rq:567461 version:2.0.6

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2017-12-12 
21:24:31.853905274 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2018-01-19 
11:54:53.682883532 +0100
@@ -1,0 +2,7 @@
+Thu Jan 18 15:17:46 UTC 2018 - astie...@suse.com
+
+- PoEdit 2.0.6:
+  * Fix hanging with certain rare (non-UTF8, non-ASCII msgids) 
+PO files
+
+---

Old:

  poedit-2.0.5.tar.gz

New:

  poedit-2.0.6.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.NYeRk8/_old  2018-01-19 11:54:54.378850735 +0100
+++ /var/tmp/diff_new_pack.NYeRk8/_new  2018-01-19 11:54:54.382850547 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package poedit
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:2.0.5
+Version:2.0.6
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT

++ poedit-2.0.5.tar.gz -> poedit-2.0.6.tar.gz ++
 3893 lines of diff (skipped)




commit poedit for openSUSE:Factory

2017-12-12 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2017-12-12 21:24:09

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is "poedit"

Tue Dec 12 21:24:09 2017 rev:41 rq:556534 version:2.0.5

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2017-11-13 
14:08:54.239739945 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2017-12-12 
21:24:31.853905274 +0100
@@ -1,0 +2,6 @@
+Tue Dec 12 08:15:39 UTC 2017 - astie...@suse.com
+
+- PoEdit 2.0.5:
+  * Various bugfixes, including fixes for other platforms
+
+---

Old:

  poedit-2.0.4.tar.gz

New:

  poedit-2.0.5.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.OAHZsu/_old  2017-12-12 21:24:32.941852754 +0100
+++ /var/tmp/diff_new_pack.OAHZsu/_new  2017-12-12 21:24:32.945852561 +0100
@@ -19,7 +19,7 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:2.0.4
+Version:2.0.5
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT

++ poedit-2.0.4.tar.gz -> poedit-2.0.5.tar.gz ++
 6896 lines of diff (skipped)




commit poedit for openSUSE:Factory

2017-11-13 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2017-11-13 14:08:15

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is "poedit"

Mon Nov 13 14:08:15 2017 rev:40 rq:541209 version:2.0.4

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2017-08-01 
09:26:07.473395456 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2017-11-13 
14:08:54.239739945 +0100
@@ -1,0 +2,13 @@
+Mon Nov 13 09:05:27 UTC 2017 - astie...@suse.com
+
+- PoEdit 2.0.4:
+  * Added support for Crowdin branches.
+  * Poedit now remembers your pre-translation settings.
+  * drop upstreamed poedit-2.0.3-fix-icu.patch
+
+---
+Mon Aug  7 13:24:51 UTC 2017 - jeng...@inai.de
+
+- Reword description to resolve grammar issues in it.
+
+---

Old:

  poedit-2.0.3-fix-icu.patch
  poedit-2.0.3.tar.gz

New:

  poedit-2.0.4.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.pooM5j/_old  2017-11-13 14:08:55.079709721 +0100
+++ /var/tmp/diff_new_pack.pooM5j/_new  2017-11-13 14:08:55.083709577 +0100
@@ -19,14 +19,13 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:2.0.3
+Version:2.0.4
 Release:0
-Summary:Cross-platform Gettext Catalogs Editing Tool
+Summary:Gettext Catalog Editing Tool
 License:MIT
 Group:  Development/Tools/Other
 Url:http://www.poedit.net/
 Source: 
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
-Patch0: poedit-2.0.3-fix-icu.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -57,16 +56,14 @@
 %endif
 
 %description
-poEdit is cross-platform gettext catalogs (.po files) editor.
-It is built with wxWidgets toolkit and can run on any platform
-supported by it. It aims to provide more convenient approach to
-editing catalogs than launching vi and editing the file by hand.
+poEdit is an editor for gettext catalogs (.po files). It is built
+with the wxWidgets toolkit, providing a graphical approach to
+editing catalogs over launching vi and editing the file by hand.
 
 %lang_package
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \

++ poedit-2.0.3.tar.gz -> poedit-2.0.4.tar.gz ++
 38005 lines of diff (skipped)




commit poedit for openSUSE:Factory

2017-08-01 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2017-08-01 09:25:33

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is "poedit"

Tue Aug  1 09:25:33 2017 rev:39 rq:513601 version:2.0.3

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2017-04-18 
13:50:39.832215219 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2017-08-01 
09:26:07.473395456 +0200
@@ -1,0 +2,25 @@
+Mon Jul 31 15:46:53 UTC 2017 - astie...@suse.com
+
+- PoEdit 2.0.3:
+  * Much faster loading and saving of large PO files.
+  * Fixed frequent false positives in QA warnings for German,
+Japanese, Arabic and translations with reordered brackets.
+  * Fixed issues with suggestions not showing up in the sidebar if
+the user had an unusually tall editing area set up.
+  * Fixed assert when opening a PO file on Linux.
+- build build with GCC7, ICU 59.1 on Factory bsc#1041277
+  add poedit-2.0.3-fix-icu.patch
+
+---
+Mon Jun 12 10:08:42 UTC 2017 - astie...@suse.com
+
+- PoEdit 2.0.2:
+  * Unusual whitespace (2+ spaces) in the middle of strings is now
+highlighted
+  * Strings with warnings are now put at the top together with
+errors
+  * Fixed crash when clicking on an item with plurals in a POT file
+  * Added --line command line argument to open a file at specified
+item
+
+---

Old:

  poedit-2.0.1.tar.gz

New:

  poedit-2.0.3-fix-icu.patch
  poedit-2.0.3.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.pIZKN2/_old  2017-08-01 09:26:08.193293997 +0200
+++ /var/tmp/diff_new_pack.pIZKN2/_new  2017-08-01 09:26:08.201292870 +0200
@@ -19,20 +19,20 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:2.0.1
+Version:2.0.3
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
 Group:  Development/Tools/Other
 Url:http://www.poedit.net/
 Source: 
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
+Patch0: poedit-2.0.3-fix-icu.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  wxWidgets-devel >= 3.0.2
+BuildRequires:  wxWidgets-3_0-devel
+BuildRequires:  wxWidgets-devel >= 3.0.3
 BuildRequires:  pkgconfig(gtkspell-2.0)
 BuildRequires:  pkgconfig(icu-i18n)
 BuildRequires:  pkgconfig(icu-uc)
@@ -66,11 +66,9 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-autoreconf -fi
-export CFLAGS="%{optflags} -fno-strict-aliasing"
-export CXXFLAGS="%{optflags} -fno-strict-aliasing"
 %configure \
 %if !%{with language_detection}
--without-cld2 \

++ poedit-2.0.3-fix-icu.patch ++
From: Andreas Stieger 
Date: Mon, 31 Jul 2017 15:36:22 +
Subject: Fix build with ICU 59.1
References: https://github.com/vslavik/poedit/issues/406 
https://bugzilla.opensuse.org/show_bug.cgi?id=1041277
Upstream: submitted

[  112s] str_helpers.h:176:37:   required from here
[  112s] /usr/include/wx-3.0/wx/buffer.h:99:27: error: invalid conversion from 
'wxScopedCharTypeBuffer::CharType* {aka char16_t*}' to 'const 
wxChar16* {aka const short unsigned int*}' [-fpermissive]
[  112s]  len = wxStrlen(str);
[  112s]^

Index: poedit-2.0.3/src/str_helpers.h
===
--- poedit-2.0.3.orig/src/str_helpers.h 2017-07-23 19:08:39.0 +0200
+++ poedit-2.0.3/src/str_helpers.h  2017-07-31 17:32:05.295617677 +0200
@@ -185,7 +185,7 @@ inline std::wstring to_wstring(const icu
 
 Notice that the resulting string is only valid for the input's lifetime.
  */
-inline wxScopedCharTypeBuffer to_icu_raw(const wxString& str)
+inline wxScopedCharTypeBuffer to_icu_raw(const wxString& str)
 {
 static_assert(U_SIZEOF_UCHAR == 2, "unexpected UChar size");
 #if SIZEOF_WCHAR_T == 2
@@ -194,7 +194,7 @@ inline wxScopedCharTypeBuffer to_
 #else
 auto buf = wxMBConvUTF16().cWC2MB(str.wc_str());
 auto len = buf.length();
-return wxCharTypeBuffer::CreateOwned((UChar*)buf.release(), len);
+return wxCharTypeBuffer::CreateOwned((wxChar16*)buf.release(), 
len);
 #endif
 }
 
Index: poedit-2.0.3/src/unicode_helpers.cpp
===
--- poedit-2.0.3.orig/src/unicode_helpers.cpp   2017-07-23 

commit poedit for openSUSE:Factory

2017-04-18 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2017-04-18 13:50:38

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is "poedit"

Tue Apr 18 13:50:38 2017 rev:38 rq:488628 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2017-04-11 
09:46:33.997185810 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2017-04-18 
13:50:39.832215219 +0200
@@ -1,0 +2,9 @@
+Sun Apr 16 20:47:37 UTC 2017 - astie...@suse.com
+
+- PoEdit 2.0.1:
+  * Restored compatibility with Zend Framework and its .phtml extension.
+  * Fixed keyboard navigation between plurals.
+  * Fixed false positives in punctuation warnings (quotes, Chinese).
+  * Mostly fixed compatibility with wxGTK 3.0.2.
+
+---

Old:

  poedit-2.0.tar.gz

New:

  poedit-2.0.1.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.QXbUXe/_old  2017-04-18 13:50:40.608105403 +0200
+++ /var/tmp/diff_new_pack.QXbUXe/_new  2017-04-18 13:50:40.612104837 +0200
@@ -19,7 +19,7 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:2.0
+Version:2.0.1
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
@@ -32,7 +32,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  wxWidgets-devel >= 3.0.0
+BuildRequires:  wxWidgets-devel >= 3.0.2
 BuildRequires:  pkgconfig(gtkspell-2.0)
 BuildRequires:  pkgconfig(icu-i18n)
 BuildRequires:  pkgconfig(icu-uc)

++ poedit-2.0.tar.gz -> poedit-2.0.1.tar.gz ++
 10213 lines of diff (skipped)




commit poedit for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2017-04-11 09:46:31

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is "poedit"

Tue Apr 11 09:46:31 2017 rev:37 rq:486432 version:2.0

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2017-03-17 
15:07:20.187157986 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2017-04-11 
09:46:33.997185810 +0200
@@ -1,0 +2,17 @@
+Fri Apr  7 12:00:25 UTC 2017 - astie...@suse.com
+
+- PoEdit 2.0:
+  * Revamped user interface
+  * Syntax highlighting for markup and special characters
+  * Warnings are now shown for common translation mistakes
+  * More robust pre-translation (previous "Fill missing
+translations from TM")
+  * "Fuzzy" was renamed "Needs work" thorough to be more accessible
+to gettext non-experts.
+  * xgettext invocation can now be customized on per-file basis
+  * Files opened from Crowdin now auto-sync on save.
+  * New Linux icon
+  * Many small improvements all over
+  * Can no longer convert legacy translation memory
+
+---

Old:

  poedit-1.8.12.tar.gz

New:

  poedit-2.0.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.KQ52gv/_old  2017-04-11 09:46:34.757078465 +0200
+++ /var/tmp/diff_new_pack.KQ52gv/_new  2017-04-11 09:46:34.757078465 +0200
@@ -16,11 +16,10 @@
 #
 
 
-%bcond_without legacy_tm_migration
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:1.8.12
+Version:2.0
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
@@ -42,16 +41,12 @@
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1325
-BuildRequires:  libboost_iostreams-devel
-BuildRequires:  libboost_regex-devel
-BuildRequires:  libboost_system-devel
-BuildRequires:  libboost_thread-devel
+BuildRequires:  libboost_iostreams-devel >= 1.60
+BuildRequires:  libboost_regex-devel >= 1.60
+BuildRequires:  libboost_system-devel >= 1.60
+BuildRequires:  libboost_thread-devel >= 1.60
 %else
-BuildRequires:  boost-devel >= 1.54
-%endif
-%if %{with legacy_tm_migration}
-BuildRequires:  db-devel >= 4.7
-BuildRequires:  pkgconfig(expat)
+BuildRequires:  boost-devel >= 1.60
 %endif
 %if %{with language_detection}
 BuildRequires:  cld2-devel
@@ -77,9 +72,6 @@
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 export CXXFLAGS="%{optflags} -fno-strict-aliasing"
 %configure \
-%if !%{with legacy_tm_migration}
-   --disable-legacytm \
-%endif
 %if !%{with language_detection}
--without-cld2 \
 %endif
@@ -92,9 +84,6 @@
 %install
 %make_install
 
-# remove MIME type icons conflicting with virtaal
-rm 
%{buildroot}%{_datadir}/icons/hicolor/*/mimetypes/text-x-gettext-translation.*
-
 %suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}%{_datadir}
 %find_lang %{name}
@@ -119,9 +108,6 @@
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/pixmaps/%{name}.png
 %{_mandir}/man?/*
-%if %{with legacy_tm_migration}
-%{_libexecdir}/%{name}-dump-legacy-tm
-%endif
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,755)

++ poedit-1.8.12.tar.gz -> poedit-2.0.tar.gz ++
 122383 lines of diff (skipped)




commit poedit for openSUSE:Factory

2017-03-17 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2017-03-17 15:07:16

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is "poedit"

Fri Mar 17 15:07:16 2017 rev:36 rq:479958 version:1.8.12

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2017-02-04 
16:46:48.258170669 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2017-03-17 
15:07:20.187157986 +0100
@@ -1,0 +2,9 @@
+Thu Mar 16 10:11:22 UTC 2017 - astie...@suse.com
+
+- update to 1.8.12:
+  * Fix previous msgid display.
+  * Fix Find to correctly highlight text with "whole words only"
+enabled
+  * Poedit now passes --previous to msgmerge
+
+---

Old:

  poedit-1.8.11.tar.gz

New:

  poedit-1.8.12.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.HvSmkS/_old  2017-03-17 15:07:20.931053000 +0100
+++ /var/tmp/diff_new_pack.HvSmkS/_new  2017-03-17 15:07:20.931053000 +0100
@@ -20,7 +20,7 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:1.8.11
+Version:1.8.12
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
@@ -29,14 +29,6 @@
 Source: 
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_iostreams-devel
-BuildRequires:  libboost_regex-devel
-BuildRequires:  libboost_system-devel
-BuildRequires:  libboost_thread-devel
-%else
-BuildRequires:  boost-devel >= 1.54
-%endif
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -49,6 +41,14 @@
 Requires:   gettext-tools
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_iostreams-devel
+BuildRequires:  libboost_regex-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%else
+BuildRequires:  boost-devel >= 1.54
+%endif
 %if %{with legacy_tm_migration}
 BuildRequires:  db-devel >= 4.7
 BuildRequires:  pkgconfig(expat)

++ poedit-1.8.11.tar.gz -> poedit-1.8.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-1.8.11/NEWS new/poedit-1.8.12/NEWS
--- old/poedit-1.8.11/NEWS  2016-10-20 09:40:02.0 +0200
+++ new/poedit-1.8.12/NEWS  2017-02-18 20:16:34.0 +0100
@@ -1,4 +1,13 @@
 
+Version 1.8.12
+--
+
+- Fixed previous msgid display.
+- Fixed Find to correctly highlight text with "whole words only" enabled.
+- [Windows] Fixed to accelerators and suggestions interaction with selection.
+- Poedit now passes --previous to msgmerge.
+
+
 Version 1.8.11
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-1.8.11/configure new/poedit-1.8.12/configure
--- old/poedit-1.8.11/configure 2016-10-20 09:41:29.0 +0200
+++ new/poedit-1.8.12/configure 2017-02-18 20:17:59.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for poedit 1.8.11.
+# Generated by GNU Autoconf 2.69 for poedit 1.8.12.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='poedit'
 PACKAGE_TARNAME='poedit'
-PACKAGE_VERSION='1.8.11'
-PACKAGE_STRING='poedit 1.8.11'
+PACKAGE_VERSION='1.8.12'
+PACKAGE_STRING='poedit 1.8.12'
 PACKAGE_BUGREPORT='h...@poedit.net'
 PACKAGE_URL=''
 
@@ -1361,7 +1361,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures poedit 1.8.11 to adapt to many kinds of systems.
+\`configure' configures poedit 1.8.12 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1431,7 +1431,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of poedit 1.8.11:";;
+ short | recursive ) echo "Configuration of poedit 1.8.12:";;
esac
   cat <<\_ACEOF
 
@@ -1588,7 +1588,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-poedit configure 1.8.11
+poedit configure 1.8.12
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1995,7 +1995,7 @@
 This file contains any messages produced by compilers while
 running configure, to 

commit poedit for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2017-02-04 15:20:47

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.changes2016-11-21 
14:25:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2017-02-04 
16:46:48.258170669 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 11:43:29 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.KqCoG6/_old  2017-02-04 16:46:48.718105161 +0100
+++ /var/tmp/diff_new_pack.KqCoG6/_new  2017-02-04 16:46:48.722104592 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package poedit
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,14 @@
 Source: 
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_iostreams-devel
+BuildRequires:  libboost_regex-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%else
 BuildRequires:  boost-devel >= 1.54
+%endif
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig




commit poedit for openSUSE:Factory

2016-11-21 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2016-11-21 14:25:45

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.changes2016-09-07 
11:47:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2016-11-21 
14:25:46.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov 20 10:20:19 UTC 2016 - astie...@suse.com
+
+- poedit 1.8.11:
+  * Fixed handling of sr_RS locale.
+  * Added support for X-Source-Language header.
+  * Added AppData file, dropping upstreamed appdata.patch
+
+---

Old:

  appdata.patch
  poedit-1.8.9.tar.gz

New:

  poedit-1.8.11.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.ctu5H8/_old  2016-11-21 14:25:47.0 +0100
+++ /var/tmp/diff_new_pack.ctu5H8/_new  2016-11-21 14:25:47.0 +0100
@@ -20,15 +20,13 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:1.8.9
+Version:1.8.11
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
 Group:  Development/Tools/Other
 Url:http://www.poedit.net/
 Source: 
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
-# PATCH-FEATURE-UPSTREAM https://github.com/vslavik/poedit/pull/286
-Patch0: appdata.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  boost-devel >= 1.54
@@ -66,7 +64,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 autoreconf -fi

++ poedit-1.8.9.tar.gz -> poedit-1.8.11.tar.gz ++
 3616 lines of diff (skipped)




commit poedit for openSUSE:Factory

2016-09-07 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2016-09-07 11:47:11

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.changes2016-06-20 
11:07:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2016-09-07 
11:47:14.0 +0200
@@ -1,0 +2,8 @@
+Sun Sep  4 06:53:30 UTC 2016 - mailaen...@opensuse.org
+
+- poedit 1.8.9
+  * Fixes to handling of RTL languages.
+  * Fixed retrieving of Crowdin user info.
+- Add appdata.patch for https://en.opensuse.org/openSUSE:AppStore
+
+---

Old:

  poedit-1.8.8.tar.gz

New:

  appdata.patch
  poedit-1.8.9.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.LuCcWo/_old  2016-09-07 11:47:15.0 +0200
+++ /var/tmp/diff_new_pack.LuCcWo/_new  2016-09-07 11:47:15.0 +0200
@@ -20,13 +20,17 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:1.8.8
+Version:1.8.9
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
 Group:  Development/Tools/Other
 Url:http://www.poedit.net/
 Source: 
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
+# PATCH-FEATURE-UPSTREAM https://github.com/vslavik/poedit/pull/286
+Patch0: appdata.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  boost-devel >= 1.54
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -62,8 +66,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fi
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 export CXXFLAGS="%{optflags} -fno-strict-aliasing"
 %configure \
@@ -90,9 +96,11 @@
 %find_lang %{name}
 
 %post
+%desktop_database_post
 %icon_theme_cache_post
 
 %postun
+%desktop_database_postun
 %icon_theme_cache_postun
 
 %files
@@ -102,6 +110,8 @@
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/%{name}-uri.desktop
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/poedit.appdata.xml
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/pixmaps/%{name}.png
 %{_mandir}/man?/*

++ appdata.patch ++
>From 62c9c73adc616ecc44c5618bf2d917226babbe65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= 
Date: Sun, 4 Sep 2016 08:57:46 +0200
Subject: [PATCH] Add an appdata.xml file for software gallery integration.

---
 Makefile.am|  3 +++
 poedit.appdata.xml | 31 +++
 2 files changed, 34 insertions(+)
 create mode 100644 poedit.appdata.xml

diff --git a/Makefile.am b/Makefile.am
index 800850e..f56caf6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,4 +6,7 @@ SUBDIRS = src docs locales artwork
 desktopdir=$(datadir)/applications
 dist_desktop_DATA = poedit.desktop poedit-uri.desktop
 
+appdatadir=$(datadir)/appdata
+dist_appdata_DATA = poedit.appdata.xml
+
 EXTRA_DIST = bootstrap
diff --git a/poedit.appdata.xml b/poedit.appdata.xml
new file mode 100644
index 000..f82a98d
--- /dev/null
+++ b/poedit.appdata.xml
@@ -0,0 +1,31 @@
+
+
+
+  poedit.desktop
+  CC0-1.0
+  MIT
+  Poedit
+  Poedit
+  GUI editor for GNU gettext .po files
+  Grafischer Editor für GNU Gettext-Dateien
+  
+
+  This program is a GUI frontend to GNU Gettext utilities and a catalogs 
+  editor/source code parser. It helps with translating applications into 
+  other languages.
+
+
+  Dieses Programm stellt eine grafische Benutzeroberfläche für die
+  Dienstprogramme aus GNU Gettext bereit, sowie einen Katalogeditor und
+  einen Quellcode-Parser. Es hilft beim Ãœbersetzen von Anwendungen in
+  andere Sprachen.
+
+  
+  
+
+  
https://upload.wikimedia.org/wikipedia/commons/c/c2/Poedit_1.8.1_en.png
+
+  
+  http://poedit.net
+  h...@poedit.net
+
++ poedit-1.8.8.tar.gz -> poedit-1.8.9.tar.gz ++
 5097 lines of diff (skipped)




commit poedit for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2016-06-20 11:07:26

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.changes2016-04-06 
11:52:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2016-06-20 
11:07:28.0 +0200
@@ -1,0 +2,9 @@
+Sun Jun 19 14:45:04 UTC 2016 - astie...@suse.com
+
+- poedit 1.8.8:
+  * Multiple fixes to Poedit’s interface in right-to-left languages.
+  * Don't leave directional marks in translated text if there's a
+LTR/RTL mismatch.
+  * Assorted small fixes.
+
+---

Old:

  poedit-1.8.7.1.tar.gz

New:

  poedit-1.8.8.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.Cq5nbE/_old  2016-06-20 11:07:29.0 +0200
+++ /var/tmp/diff_new_pack.Cq5nbE/_new  2016-06-20 11:07:29.0 +0200
@@ -20,16 +20,17 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:1.8.7.1
+Version:1.8.8
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
 Group:  Development/Tools/Other
 Url:http://www.poedit.net/
 Source: 
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
-BuildRequires:  boost-devel
+BuildRequires:  boost-devel >= 1.54
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-devel >= 3.0.0
 BuildRequires:  pkgconfig(gtkspell-2.0)

++ poedit-1.8.7.1.tar.gz -> poedit-1.8.8.tar.gz ++
 70490 lines of diff (skipped)




commit poedit for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2016-04-06 11:52:11

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.changes2016-02-29 
09:15:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2016-04-06 
11:52:12.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr  4 06:03:11 UTC 2016 - i...@marguerite.su
+
+- do not create poedit.desktop using suse_update_desktop_file
+  macro, use upstream's. or poedit can't open existing .po/.pot
+  file but a default index. fix boo#973731
+
+---



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.FRrYj2/_old  2016-04-06 11:52:13.0 +0200
+++ /var/tmp/diff_new_pack.FRrYj2/_new  2016-04-06 11:52:13.0 +0200
@@ -84,7 +84,7 @@
 # remove MIME type icons conflicting with virtaal
 rm 
%{buildroot}%{_datadir}/icons/hicolor/*/mimetypes/text-x-gettext-translation.*
 
-%suse_update_desktop_file -c poedit poEdit "Tool for editing po files" poedit 
poedit Development Translation
+%suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}%{_datadir}
 %find_lang %{name}
 




commit poedit for openSUSE:Factory

2016-02-29 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2016-02-29 09:14:09

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.changes2016-02-11 
12:37:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2016-02-29 
09:15:59.0 +0100
@@ -1,0 +2,6 @@
+Sat Feb 27 17:32:41 UTC 2016 - astie...@suse.com
+
+- poedit 1.8.7.1:
+  * Add explicit boost dependencies in cpprest 
+
+---

Old:

  poedit-1.8.7.tar.gz

New:

  poedit-1.8.7.1.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.0MeE2c/_old  2016-02-29 09:16:00.0 +0100
+++ /var/tmp/diff_new_pack.0MeE2c/_new  2016-02-29 09:16:00.0 +0100
@@ -20,7 +20,7 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:1.8.7
+Version:1.8.7.1
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT

++ poedit-1.8.7.tar.gz -> poedit-1.8.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-1.8.7/configure new/poedit-1.8.7.1/configure
--- old/poedit-1.8.7/configure  2016-02-02 19:39:47.0 +0100
+++ new/poedit-1.8.7.1/configure2016-02-23 12:59:22.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for poedit 1.8.7.
+# Generated by GNU Autoconf 2.68 for poedit 1.8.7.1.
 #
 # Report bugs to .
 #
@@ -560,8 +560,8 @@
 # Identity of this package.
 PACKAGE_NAME='poedit'
 PACKAGE_TARNAME='poedit'
-PACKAGE_VERSION='1.8.7'
-PACKAGE_STRING='poedit 1.8.7'
+PACKAGE_VERSION='1.8.7.1'
+PACKAGE_STRING='poedit 1.8.7.1'
 PACKAGE_BUGREPORT='h...@poedit.net'
 PACKAGE_URL=''
 
@@ -1331,7 +1331,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures poedit 1.8.7 to adapt to many kinds of systems.
+\`configure' configures poedit 1.8.7.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1401,7 +1401,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of poedit 1.8.7:";;
+ short | recursive ) echo "Configuration of poedit 1.8.7.1:";;
esac
   cat <<\_ACEOF
 
@@ -1529,7 +1529,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-poedit configure 1.8.7
+poedit configure 1.8.7.1
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1936,7 +1936,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by poedit $as_me 1.8.7, which was
+It was created by poedit $as_me 1.8.7.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2284,7 +2284,7 @@
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-PACKAGE_SHORT_VERSION=1.8.7
+PACKAGE_SHORT_VERSION=1.8.7.1
 
 
 ac_aux_dir=
@@ -2828,7 +2828,7 @@
 
 # Define the identity of the package.
  PACKAGE='poedit'
- VERSION='1.8.7'
+ VERSION='1.8.7.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5201,7 +5201,7 @@
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 
libcpprest >= 2.5" >&5
 $as_echo_n "checking for libcpprest >= 2.5... " >&6; }
   old_LIBS="$LIBS"
-  LIBS="-lcpprest $LIBS"
+  LIBS="-lcpprest -lboost_system -lssl -lcrypto $LIBS"
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -5364,7 +5364,7 @@
 
   $as_echo "#define HAVE_HTTP_CLIENT 1" >>confdefs.h
 
-  CPPREST_LIBS="-lcpprest"
+  CPPREST_LIBS="-lcpprest -lboost_system -lssl -lcrypto"
 
 
 pkg_failed=no
@@ -7270,7 +7270,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by poedit $as_me 1.8.7, which was
+This file was extended by poedit $as_me 1.8.7.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -7327,7 +7327,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-poedit config.status 1.8.7
+poedit config.status 1.8.7.1
 

commit poedit for openSUSE:Factory

2016-02-11 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2016-02-11 12:37:43

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.changes2015-10-28 
17:30:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2016-02-11 
12:37:46.0 +0100
@@ -1,0 +2,15 @@
+Mon Feb  8 19:51:47 UTC 2016 - mplus...@suse.com
+
+- Update to 1.8.7
+  * Added Copy From Singular operation and Next/Prev Plural Form 
+navigation shortcuts.
+  * Translation errors are now properly translated.
+  * Fixed default Turkish plural form.
+  * Fixed a bug where a perfect match wouldn't be found in the TM 
+in some rare cases.
+  * Updated bundled gettext to 0.19.7 (added appdata.xml and ITS 
+support).
+  * Assorted bugfixes.
+- Make building more verbose
+
+---

Old:

  poedit-1.8.6.tar.gz

New:

  poedit-1.8.7.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.VND6db/_old  2016-02-11 12:37:47.0 +0100
+++ /var/tmp/diff_new_pack.VND6db/_new  2016-02-11 12:37:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package poedit
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:1.8.6
+Version:1.8.7
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
@@ -76,7 +76,7 @@
--without-cpprest \
 %endif
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ poedit-1.8.6.tar.gz -> poedit-1.8.7.tar.gz ++
 16599 lines of diff (skipped)




commit poedit for openSUSE:Factory

2015-10-28 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-10-28 17:30:43

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.changes2015-09-24 
06:16:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2015-10-28 
17:30:49.0 +0100
@@ -1,0 +2,9 @@
+Tue Oct 27 07:10:39 UTC 2015 - astie...@suse.com
+
+- poedit 1.8.6:
+  * Fix visual flicker when quickly scrolling through a file with
+arrow keys.
+  * Fix file width autodetection when long comments were present.
+  * Disable Find next/prev menu items properly.  
+
+---

Old:

  poedit-1.8.5.tar.gz

New:

  poedit-1.8.6.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.PwBXaV/_old  2015-10-28 17:30:50.0 +0100
+++ /var/tmp/diff_new_pack.PwBXaV/_new  2015-10-28 17:30:50.0 +0100
@@ -20,7 +20,7 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:1.8.5
+Version:1.8.6
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT

++ poedit-1.8.5.tar.gz -> poedit-1.8.6.tar.gz ++
 6398 lines of diff (skipped)




commit poedit for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-09-24 06:16:06

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.changes2015-08-25 
08:55:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2015-09-24 
06:16:32.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep 23 19:21:36 UTC 2015 - astie...@suse.com
+
+- poedit 1.8.5:
+  * Improved setting and handling of source paths.
+  * Implement gzip support in Crowdin API client.
+  * Assorted fixes.
+
+---

Old:

  poedit-1.8.4.tar.gz

New:

  poedit-1.8.5.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.Ynj3UR/_old  2015-09-24 06:16:33.0 +0200
+++ /var/tmp/diff_new_pack.Ynj3UR/_new  2015-09-24 06:16:33.0 +0200
@@ -20,7 +20,7 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:1.8.4
+Version:1.8.5
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT

++ poedit-1.8.4.tar.gz -> poedit-1.8.5.tar.gz ++
 8835 lines of diff (skipped)




commit poedit for openSUSE:Factory

2015-08-25 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-08-25 07:20:11

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.changes2015-07-23 
15:23:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2015-08-25 
08:55:17.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 24 00:39:59 UTC 2015 - astie...@suse.com
+
+- poedit 1.8.4:
+  * Fix bug in handling POTs with plural forms introduced in 1.8.3.
+
+---

Old:

  poedit-1.8.3.tar.gz

New:

  poedit-1.8.4.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.qO9IGi/_old  2015-08-25 08:55:17.0 +0200
+++ /var/tmp/diff_new_pack.qO9IGi/_new  2015-08-25 08:55:17.0 +0200
@@ -20,7 +20,7 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:1.8.3
+Version:1.8.4
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT

++ poedit-1.8.3.tar.gz - poedit-1.8.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-1.8.3/NEWS new/poedit-1.8.4/NEWS
--- old/poedit-1.8.3/NEWS   2015-07-22 17:03:08.0 +0200
+++ new/poedit-1.8.4/NEWS   2015-08-03 12:49:10.0 +0200
@@ -1,4 +1,10 @@
 
+Version 1.8.4
+-
+
+- Fixed bug in handling POTs with plural forms introduced in 1.8.3.
+
+
 Version 1.8.3
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-1.8.3/configure new/poedit-1.8.4/configure
--- old/poedit-1.8.3/configure  2015-07-22 17:04:13.0 +0200
+++ new/poedit-1.8.4/configure  2015-08-03 12:50:03.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for poedit 1.8.3.
+# Generated by GNU Autoconf 2.68 for poedit 1.8.4.
 #
 # Report bugs to h...@poedit.net.
 #
@@ -560,8 +560,8 @@
 # Identity of this package.
 PACKAGE_NAME='poedit'
 PACKAGE_TARNAME='poedit'
-PACKAGE_VERSION='1.8.3'
-PACKAGE_STRING='poedit 1.8.3'
+PACKAGE_VERSION='1.8.4'
+PACKAGE_STRING='poedit 1.8.4'
 PACKAGE_BUGREPORT='h...@poedit.net'
 PACKAGE_URL=''
 
@@ -1331,7 +1331,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures poedit 1.8.3 to adapt to many kinds of systems.
+\`configure' configures poedit 1.8.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1401,7 +1401,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of poedit 1.8.3:;;
+ short | recursive ) echo Configuration of poedit 1.8.4:;;
esac
   cat \_ACEOF
 
@@ -1529,7 +1529,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-poedit configure 1.8.3
+poedit configure 1.8.4
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1936,7 +1936,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by poedit $as_me 1.8.3, which was
+It was created by poedit $as_me 1.8.4, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2284,7 +2284,7 @@
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-PACKAGE_SHORT_VERSION=1.8.3
+PACKAGE_SHORT_VERSION=1.8.4
 
 
 ac_aux_dir=
@@ -2828,7 +2828,7 @@
 
 # Define the identity of the package.
  PACKAGE='poedit'
- VERSION='1.8.3'
+ VERSION='1.8.4'
 
 
 cat confdefs.h _ACEOF
@@ -7270,7 +7270,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by poedit $as_me 1.8.3, which was
+This file was extended by poedit $as_me 1.8.4, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -7327,7 +7327,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-poedit config.status 1.8.3
+poedit config.status 1.8.4
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\\$ac_cs_config\\
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-1.8.3/configure.ac 
new/poedit-1.8.4/configure.ac
--- 

commit poedit for openSUSE:Factory

2015-07-23 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-07-23 15:23:10

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.changes2015-07-03 
00:15:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2015-07-23 
15:23:13.0 +0200
@@ -1,0 +2,11 @@
+Wed Jul 22 17:22:50 UTC 2015 - astie...@suse.com
+
+- poedit 1.8.3:
+  * Fixed Last-Translator error when creating a new translation
+from existing POT.
+  * Fixed bogus Sources not available error for single files
+setups.
+  * Fixed TM error reporting to prevent rendering the entire UI
+mostly unusable.
+
+---

Old:

  poedit-1.8.2.tar.gz

New:

  poedit-1.8.3.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.oz5Abs/_old  2015-07-23 15:23:14.0 +0200
+++ /var/tmp/diff_new_pack.oz5Abs/_new  2015-07-23 15:23:14.0 +0200
@@ -20,7 +20,7 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:1.8.2
+Version:1.8.3
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT

++ poedit-1.8.2.tar.gz - poedit-1.8.3.tar.gz ++
 2361 lines of diff (skipped)




commit poedit for openSUSE:Factory

2015-07-02 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-07-02 22:48:15

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.changes2015-06-02 
10:08:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2015-07-03 
00:15:13.0 +0200
@@ -1,0 +2,13 @@
+Sat Jun 27 14:13:44 UTC 2015 - astie...@suse.com
+
+- poedit 1.8.2:
+  * text editor now ensures that trailing newlines are present only
+if they also exist in the source text
+  * automatically fix some bad paths settings in PO files
+  * improved source language detection
+  * fix incorrect timezone of PO-Revision-Date in some cases
+  * use the user's default browser for Crowdin authentication on
+all platforms
+- now handles the poedit URI scheme
+
+---

Old:

  poedit-1.8.1.tar.gz

New:

  poedit-1.8.2.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.rhzrVG/_old  2015-07-03 00:15:14.0 +0200
+++ /var/tmp/diff_new_pack.rhzrVG/_new  2015-07-03 00:15:14.0 +0200
@@ -20,7 +20,7 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:1.8.1
+Version:1.8.2
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
@@ -100,6 +100,7 @@
 %{_bindir}/%{name}
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/%{name}-uri.desktop
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/pixmaps/%{name}.png
 %{_mandir}/man?/*

++ poedit-1.8.1.tar.gz - poedit-1.8.2.tar.gz ++
 11136 lines of diff (skipped)




commit poedit for openSUSE:Factory

2015-06-02 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-06-02 10:07:59

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.changes2015-05-30 
12:34:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2015-06-02 
10:08:00.0 +0200
@@ -1,0 +2,5 @@
+Sun May 31 21:46:18 UTC 2015 - astie...@suse.com
+
+- fix some conditionals and options for non-default builds
+
+---



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.Yp1k9m/_old  2015-06-02 10:08:00.0 +0200
+++ /var/tmp/diff_new_pack.Yp1k9m/_new  2015-06-02 10:08:00.0 +0200
@@ -39,14 +39,14 @@
 Requires:   gettext-tools
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{with legacy_tm_migration}
+%if %{with legacy_tm_migration}
 BuildRequires:  db-devel = 4.7
 BuildRequires:  pkgconfig(expat)
 %endif
-%if 0%{with language_detection}
+%if %{with language_detection}
 BuildRequires:  cld2-devel
 %endif
-%if 0%{with crowdin_integration}
+%if %{with crowdin_integration}
 BuildRequires:  cpprest-devel = 2.5.0
 BuildRequires:  pkgconfig(libsecret-1)
 %endif
@@ -67,7 +67,7 @@
 export CXXFLAGS=%{optflags} -fno-strict-aliasing
 %configure \
 %if !%{with legacy_tm_migration}
-   --disable_legacy_tm \
+   --disable-legacytm \
 %endif
 %if !%{with language_detection}
--without-cld2 \
@@ -103,7 +103,9 @@
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/pixmaps/%{name}.png
 %{_mandir}/man?/*
+%if %{with legacy_tm_migration}
 %{_libexecdir}/%{name}-dump-legacy-tm
+%endif
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,755)




commit poedit for openSUSE:Factory

2015-05-30 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-05-30 12:34:00

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.changes2015-05-20 
23:56:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2015-05-30 
12:34:01.0 +0200
@@ -1,0 +2,9 @@
+Thu May 28 00:16:24 UTC 2015 - astie...@suse.com
+
+- poedit 1.8.1:
+  + fix TM-related crash under heavy concurrency
+- enabled features:
+  + integration with the Crowdin localization management platform
+  + support for non-English source languages (auto-detected)
+
+---

Old:

  poedit-1.8.tar.gz

New:

  poedit-1.8.1.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.eL9H7v/_old  2015-05-30 12:34:02.0 +0200
+++ /var/tmp/diff_new_pack.eL9H7v/_new  2015-05-30 12:34:02.0 +0200
@@ -17,8 +17,10 @@
 
 
 %bcond_without legacy_tm_migration
+%bcond_without language_detection
+%bcond_without crowdin_integration
 Name:   poedit
-Version:1.8
+Version:1.8.1
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
@@ -41,6 +43,13 @@
 BuildRequires:  db-devel = 4.7
 BuildRequires:  pkgconfig(expat)
 %endif
+%if 0%{with language_detection}
+BuildRequires:  cld2-devel
+%endif
+%if 0%{with crowdin_integration}
+BuildRequires:  cpprest-devel = 2.5.0
+BuildRequires:  pkgconfig(libsecret-1)
+%endif
 
 %description
 poEdit is cross-platform gettext catalogs (.po files) editor.
@@ -60,8 +69,12 @@
 %if !%{with legacy_tm_migration}
--disable_legacy_tm \
 %endif
+%if !%{with language_detection}
+   --without-cld2 \
+%endif
+%if !0%{with crowdin_integration}
--without-cpprest \
-   --without-cld2
+%endif
 
 make %{?_smp_mflags}
 

++ poedit-1.8.tar.gz - poedit-1.8.1.tar.gz ++
 37454 lines of diff (skipped)




commit poedit for openSUSE:Factory

2015-05-20 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-05-20 23:56:50

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.changes2015-05-18 
22:36:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2015-05-20 
23:56:51.0 +0200
@@ -1,0 +2,14 @@
+Tue May 19 20:14:32 UTC 2015 - astie...@suse.com
+
+- poedit 1.8:
+  + search  replace
+  + support for directly handling POT files
+  + improved interface for configuring source code paths
+  + Poedit now automatically fixes certain broken files produced
+by certain broken tools (e.g. WPML)
+  + modernized HTML export
+- disabled features:
+  + integration with the Crowdin localization management platform
+  + support for non-English source languages (auto-detected)
+
+---

Old:

  poedit-1.7.7.tar.gz

New:

  poedit-1.8.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.XN12dU/_old  2015-05-20 23:56:52.0 +0200
+++ /var/tmp/diff_new_pack.XN12dU/_new  2015-05-20 23:56:52.0 +0200
@@ -16,8 +16,9 @@
 #
 
 
+%bcond_without legacy_tm_migration
 Name:   poedit
-Version:1.7.7
+Version:1.8
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
@@ -25,12 +26,10 @@
 Url:http://www.poedit.net/
 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 = 3.0.0
-BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(gtkspell-2.0)
 BuildRequires:  pkgconfig(icu-i18n)
 BuildRequires:  pkgconfig(icu-uc)
@@ -38,6 +37,10 @@
 Requires:   gettext-tools
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{with legacy_tm_migration}
+BuildRequires:  db-devel = 4.7
+BuildRequires:  pkgconfig(expat)
+%endif
 
 %description
 poEdit is cross-platform gettext catalogs (.po files) editor.
@@ -53,7 +56,13 @@
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing
 export CXXFLAGS=%{optflags} -fno-strict-aliasing
-%configure
+%configure \
+%if !%{with legacy_tm_migration}
+   --disable_legacy_tm \
+%endif
+   --without-cpprest \
+   --without-cld2
+
 make %{?_smp_mflags}
 
 %install

++ poedit-1.7.7.tar.gz - poedit-1.8.tar.gz ++
 104655 lines of diff (skipped)




commit poedit for openSUSE:Factory

2015-05-18 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-05-18 22:36:27

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.changes2015-04-23 
08:03:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2015-05-18 
22:36:28.0 +0200
@@ -1,0 +2,7 @@
+Mon May 18 15:05:10 UTC 2015 - astie...@suse.com
+
+- poedit 1.7.7:
+  + strip whitespace in extractor definitions resulting from copy
+and paste
+
+---

Old:

  poedit-1.7.6.tar.gz

New:

  poedit-1.7.7.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.FAovBg/_old  2015-05-18 22:36:29.0 +0200
+++ /var/tmp/diff_new_pack.FAovBg/_new  2015-05-18 22:36:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   poedit
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT

++ poedit-1.7.6.tar.gz - poedit-1.7.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-1.7.6/NEWS new/poedit-1.7.7/NEWS
--- old/poedit-1.7.6/NEWS   2015-04-18 20:01:37.0 +0200
+++ new/poedit-1.7.7/NEWS   2015-05-18 16:23:54.0 +0200
@@ -1,4 +1,10 @@
 
+Version 1.7.7
+-
+
+- strip whitespace in extractor definitions resulting from copy  paste
+
+
 Version 1.7.6
 -
 
@@ -6,6 +12,7 @@
 - [Windows] fix file couldn't be formatted nicely problems with files in
   directories with (some) Unicode names
 
+
 Version 1.7.5
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-1.7.6/configure new/poedit-1.7.7/configure
--- old/poedit-1.7.6/configure  2015-04-18 20:02:30.0 +0200
+++ new/poedit-1.7.7/configure  2015-05-18 16:25:31.0 +0200
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for poedit 1.7.6.
+# Generated by GNU Autoconf 2.68 for poedit 1.7.7.
 #
-# Report bugs to poe...@googlegroups.com.
+# Report bugs to h...@poedit.net.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -238,11 +238,11 @@
 $as_echo $0: In particular, zsh $ZSH_VERSION has bugs and should
 $as_echo $0: be upgraded to zsh 4.3.4 or later.
   else
-$as_echo $0: Please tell bug-autoc...@gnu.org and
-$0: poe...@googlegroups.com about your system, including
-$0: any error possibly output before this message. Then
-$0: install a modern shell, or manually run the script
-$0: under such a shell if you do have one.
+$as_echo $0: Please tell bug-autoc...@gnu.org and h...@poedit.net
+$0: about your system, including any error possibly output
+$0: before this message. Then install a modern shell, or
+$0: manually run the script under such a shell if you do
+$0: have one.
   fi
   exit 1
 fi
@@ -560,9 +560,9 @@
 # Identity of this package.
 PACKAGE_NAME='poedit'
 PACKAGE_TARNAME='poedit'
-PACKAGE_VERSION='1.7.6'
-PACKAGE_STRING='poedit 1.7.6'
-PACKAGE_BUGREPORT='poe...@googlegroups.com'
+PACKAGE_VERSION='1.7.7'
+PACKAGE_STRING='poedit 1.7.7'
+PACKAGE_BUGREPORT='h...@poedit.net'
 PACKAGE_URL=''
 
 ac_unique_file=README
@@ -1281,7 +1281,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures poedit 1.7.6 to adapt to many kinds of systems.
+\`configure' configures poedit 1.7.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1351,7 +1351,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of poedit 1.7.6:;;
+ short | recursive ) echo Configuration of poedit 1.7.7:;;
esac
   cat \_ACEOF
 
@@ -1409,7 +1409,7 @@
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to poe...@googlegroups.com.
+Report bugs to h...@poedit.net.
 _ACEOF
 ac_status=$?
 fi
@@ -1472,7 +1472,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-poedit configure 1.7.6
+poedit configure 1.7.7
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1715,7 +1715,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was 

commit poedit for openSUSE:Factory

2015-04-23 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-04-23 08:03:47

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.changes2015-03-12 
16:39:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2015-04-23 
08:03:48.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 20 17:25:51 UTC 2015 - astie...@suse.com
+
+- poedit 1.7.6:
+  + fix handling of multiple displays
+
+---

Old:

  poedit-1.7.5.tar.gz

New:

  poedit-1.7.6.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.q0O8Z4/_old  2015-04-23 08:03:49.0 +0200
+++ /var/tmp/diff_new_pack.q0O8Z4/_new  2015-04-23 08:03:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   poedit
-Version:1.7.5
+Version:1.7.6
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT

++ poedit-1.7.5.tar.gz - poedit-1.7.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-1.7.5/NEWS new/poedit-1.7.6/NEWS
--- old/poedit-1.7.5/NEWS   2015-03-11 17:34:16.0 +0100
+++ new/poedit-1.7.6/NEWS   2015-04-18 20:01:37.0 +0200
@@ -1,4 +1,11 @@
 
+Version 1.7.6
+-
+
+- fix handling of multiple displays
+- [Windows] fix file couldn't be formatted nicely problems with files in
+  directories with (some) Unicode names
+
 Version 1.7.5
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-1.7.5/configure new/poedit-1.7.6/configure
--- old/poedit-1.7.5/configure  2015-03-11 17:36:15.0 +0100
+++ new/poedit-1.7.6/configure  2015-04-18 20:02:30.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for poedit 1.7.5.
+# Generated by GNU Autoconf 2.68 for poedit 1.7.6.
 #
 # Report bugs to poe...@googlegroups.com.
 #
@@ -560,8 +560,8 @@
 # Identity of this package.
 PACKAGE_NAME='poedit'
 PACKAGE_TARNAME='poedit'
-PACKAGE_VERSION='1.7.5'
-PACKAGE_STRING='poedit 1.7.5'
+PACKAGE_VERSION='1.7.6'
+PACKAGE_STRING='poedit 1.7.6'
 PACKAGE_BUGREPORT='poe...@googlegroups.com'
 PACKAGE_URL=''
 
@@ -1281,7 +1281,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures poedit 1.7.5 to adapt to many kinds of systems.
+\`configure' configures poedit 1.7.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1351,7 +1351,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of poedit 1.7.5:;;
+ short | recursive ) echo Configuration of poedit 1.7.6:;;
esac
   cat \_ACEOF
 
@@ -1472,7 +1472,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-poedit configure 1.7.5
+poedit configure 1.7.6
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1715,7 +1715,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by poedit $as_me 1.7.5, which was
+It was created by poedit $as_me 1.7.6, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2063,7 +2063,7 @@
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-PACKAGE_SHORT_VERSION=1.7.5
+PACKAGE_SHORT_VERSION=1.7.6
 
 
 ac_aux_dir=
@@ -2607,7 +2607,7 @@
 
 # Define the identity of the package.
  PACKAGE='poedit'
- VERSION='1.7.5'
+ VERSION='1.7.6'
 
 
 cat confdefs.h _ACEOF
@@ -6437,7 +6437,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by poedit $as_me 1.7.5, which was
+This file was extended by poedit $as_me 1.7.6, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -6494,7 +6494,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-poedit config.status 1.7.5
+poedit config.status 1.7.6
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\\$ac_cs_config\\
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poedit-1.7.5/configure.ac 
new/poedit-1.7.6/configure.ac
--- 

commit poedit for openSUSE:Factory

2015-03-12 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-03-12 16:39:07

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.changes2015-02-27 
10:59:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2015-03-12 
16:39:09.0 +0100
@@ -1,0 +2,8 @@
+Wed Mar 11 18:04:58 UTC 2015 - astie...@suse.com
+
+- poedit 1.7.5:
+  + fix scrolling to the top when saving a file; focus should be
+preserved now
+  + fix disabling of extractors in preferences (oops)
+
+---

Old:

  poedit-1.7.4.tar.gz

New:

  poedit-1.7.5.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.DoJMmd/_old  2015-03-12 16:39:10.0 +0100
+++ /var/tmp/diff_new_pack.DoJMmd/_new  2015-03-12 16:39:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   poedit
-Version:1.7.4
+Version:1.7.5
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT

++ poedit-1.7.4.tar.gz - poedit-1.7.5.tar.gz ++
 5130 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit poedit for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-02-27 10:59:18

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.changes2015-01-29 
09:57:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2015-02-27 
10:59:19.0 +0100
@@ -6,0 +7,13 @@
+Mon Jan 26 19:11:45 UTC 2015 - andreas.stie...@gmx.de
+
+- poedit 1.7.4:
+  + size of the bottom editing part is now remembered correctly
+again
+  + [GTK+] fix broken Edit-Copy/Cut/Paste
+
+---
+Fri Jan 23 14:45:53 UTC 2015 - ft...@geeko.jp
+
+- Remove MIME type icons conflicting with virtaal 
+
+---

Old:

  poedit-1.7.3.tar.gz

New:

  poedit-1.7.4.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.WEhD84/_old  2015-02-27 10:59:21.0 +0100
+++ /var/tmp/diff_new_pack.WEhD84/_new  2015-02-27 10:59:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package poedit
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   poedit
-Version:1.7.3
+Version:1.7.4
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT

++ poedit-1.7.3.tar.gz - poedit-1.7.4.tar.gz ++
 9025 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit poedit for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-01-29 09:57:15

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.changes2014-12-01 
14:01:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2015-01-29 
09:57:19.0 +0100
@@ -1,0 +2,43 @@
+Wed Jan 28 13:54:17 UTC 2015 - ft...@geeko.jp
+
+- Remove MIME type icons conflicting with virtaal 
+
+---
+Sat Jan 10 22:44:37 UTC 2015 - andreas.stie...@gmx.de
+
+- poedit 1.7.3:
+  + it is now possible to disable unwanted extractors in
+preferences
+  + source paths in catalog properties can now include individual
+files
+  + exclusion paths in catalog properties can now use wildcards
+(e.g. *.js, now default for WordPress)
+  + fix mangling of format specifiers (%1$s etc.) in machine-
+translated suggestions
+  + Consult TM when updating from sources now includes only
+good matches (with at least 75% score)
+  + fix loosing of the editing position when saving a file
+  + fix Preferences layout in Japanese and Chinese translations
+- 1.7.2 was not released
+
+---
+Fri Dec  5 20:02:12 UTC 2014 - andreas.stie...@gmx.de
+
+- poedit 1.7.1:
+  + fix menu shortcuts problem in Polish localization
+
+---
+Wed Dec  3 18:56:22 UTC 2014 - andreas.stie...@gmx.de
+
+- poedit 1.7:
+  + reworked preferences
+  + support for extraction from JavaScript (and more) sources
+  + suggestions and other relevant information (comments etc.) are
+now much easier to access in a unified sidebar
+  + syntax highlighting of special characters in translations
+  + added Group by Context sorting option
+  + implemented multiple selection
+  + formatting of PO files can now be customized
+  + added support for msgmerge --no-fuzzy-matching
+
+---

Old:

  poedit-1.6.11.tar.gz

New:

  poedit-1.7.3.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.jcFUxj/_old  2015-01-29 09:57:20.0 +0100
+++ /var/tmp/diff_new_pack.jcFUxj/_new  2015-01-29 09:57:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package poedit
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   poedit
-Version:1.6.11
+Version:1.7.3
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
@@ -49,8 +49,6 @@
 
 %prep
 %setup -q
-# file conflict with virtaal
-sed -ie '/\stext-x-gettext-translation/d' icons/Makefile.*
 
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing
@@ -60,6 +58,10 @@
 
 %install
 %make_install
+
+# remove MIME type icons conflicting with virtaal
+rm 
%{buildroot}%{_datadir}/icons/hicolor/*/mimetypes/text-x-gettext-translation.*
+
 %suse_update_desktop_file -c poedit poEdit Tool for editing po files poedit 
poedit Development Translation
 %fdupes -s %{buildroot}%{_datadir}
 %find_lang %{name}

++ poedit-1.6.11.tar.gz - poedit-1.7.3.tar.gz ++
 278866 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit poedit for openSUSE:Factory

2014-12-01 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2014-12-01 14:01:19

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.changes2014-10-29 
21:09:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2014-12-01 
14:01:37.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov 29 20:54:31 UTC 2014 - andreas.stie...@gmx.de
+
+- poedit 1.6.11:
+  * fix MO compilation for extensionless PO files
+  * translations updates and fixes
+
+---

Old:

  poedit-1.6.10.tar.gz

New:

  poedit-1.6.11.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.0SrzGf/_old  2014-12-01 14:01:38.0 +0100
+++ /var/tmp/diff_new_pack.0SrzGf/_new  2014-12-01 14:01:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   poedit
-Version:1.6.10
+Version:1.6.11
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT

++ poedit-1.6.10.tar.gz - poedit-1.6.11.tar.gz ++
 18485 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit poedit for openSUSE:Factory

2014-10-29 Thread h_root
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.changes2012-10-29 
20:10:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2014-10-29 
21:09:45.0 +0100
@@ -1,0 +2,50 @@
+Fri Oct 24 22:37:33 UTC 2014 - andreas.stie...@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.stie...@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 - co...@suse.com
+
+- remove _service
+
+---
+Fri Jun 14 23:51:10 UTC 2013 - christoph.mieb...@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.0 +0100
+++ /var/tmp/diff_new_pack.N5YCHH/_new  2014-10-29 21:09:45.0 +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 

commit poedit for openSUSE:Factory

2012-10-29 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2012-10-29 20:09:49

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is poedit, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2012-09-14 
12:45:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2012-10-29 
20:10:07.0 +0100
@@ -1,0 +2,14 @@
+Sun Oct 28 05:09:09 UTC 2012 - elchev...@opensuse.org
+
+- update to Version 1.5.4
+  * fix display of source code (#472)
+  * fix bug when saving file fails on permissions (#491)
+  * fix Unix makefiles to install all icons (#493)
+- Version 1.5.3
+  * fixes to parsing of msgfmt errors
+  * misc UI fixes
+  * fixed problems with TM migration after upgrade
+  * reverted removal of line numbers in 1.5.2
+  * reverted: the default is to compile MO files on save again
+
+---

Old:

  poedit-1.5.2.tar.gz

New:

  poedit-1.5.4.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.oUdMr5/_old  2012-10-29 20:12:09.0 +0100
+++ /var/tmp/diff_new_pack.oUdMr5/_new  2012-10-29 20:12:09.0 +0100
@@ -20,7 +20,7 @@
 %define __find_requires %wx_requires
 
 Name:   poedit
-Version:1.5.2
+Version:1.5.4
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
@@ -28,11 +28,11 @@
 Url:http://www.poedit.net/
 Source: 
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  boost-devel
-BuildRequires:  db-devel
+BuildRequires:  db-devel = 4.7
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  update-desktop-files
-BuildRequires:  wxWidgets-devel
+BuildRequires:  wxWidgets-devel = 2.8.7
 BuildRequires:  pkgconfig(gtkspell-2.0)
 Requires:   gettext-tools
 Recommends: %{name}-lang

++ poedit-1.5.2.tar.gz - poedit-1.5.4.tar.gz ++
 26585 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit poedit for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2012-09-14 12:44:53

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is poedit, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2012-08-15 
11:20:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2012-09-14 
12:45:09.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 14 04:42:12 UTC 2012 - swy...@gmail.com
+
+- for maintenance note: this version fix bnc#779633 
+
+---



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.4pvfBm/_old  2012-09-14 12:45:28.0 +0200
+++ /var/tmp/diff_new_pack.4pvfBm/_new  2012-09-14 12:45:28.0 +0200
@@ -27,12 +27,12 @@
 Group:  Development/Tools/Other
 Url:http://www.poedit.net/
 Source: 
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+BuildRequires:  boost-devel
 BuildRequires:  db-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-devel
-BuildRequires:  boost-devel
 BuildRequires:  pkgconfig(gtkspell-2.0)
 Requires:   gettext-tools
 Recommends: %{name}-lang

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit poedit for openSUSE:Factory

2012-08-15 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2012-08-15 11:20:29

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is poedit, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2012-08-04 
09:26:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2012-08-15 
11:20:30.0 +0200
@@ -1,0 +2,9 @@
+Tue Aug 14 12:25:28 UTC 2012 - christoph.mieb...@web.de
+
+- update to Version 1.5.2
+  * fixed crash when clearing the translation
+  * removed no longer needed line numbers from the UI
+  * OS X: improved attention bar looks
+  * translations updates
+
+---

Old:

  poedit-1.5.1.tar.gz

New:

  poedit-1.5.2.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.DeA5sF/_old  2012-08-15 11:20:32.0 +0200
+++ /var/tmp/diff_new_pack.DeA5sF/_new  2012-08-15 11:20:32.0 +0200
@@ -20,7 +20,7 @@
 %define __find_requires %wx_requires
 
 Name:   poedit
-Version:1.5.1
+Version:1.5.2
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT

++ poedit-1.5.1.tar.gz - poedit-1.5.2.tar.gz ++
 8994 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit poedit for openSUSE:Factory

2012-08-04 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2012-08-04 09:24:18

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is poedit, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2012-03-12 
20:16:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2012-08-04 
09:26:25.0 +0200
@@ -1,0 +2,53 @@
+Wed Aug  1 20:54:44 UTC 2012 - christoph.mieb...@web.de
+
+- update to Version 1.5.1
+  * Windows: fix missing libstdc++-6.dll
+  * updated several translations
+- Version 1.5
+  * show translation errors inline with the entries they relate to,
+instead of a confusing errors log when saving
+  * implement full support for message contexts
+  * replaced popups when Poedit is started for the first time with
+unobtrusive Firefox-style notifications
+  * selecting suggested translation from right-click popup menu now
+correctly removes fuzzy flag from the translation
+  * warn the user if Plural-Forms header is inconsistent with the
+number of plural translations in the catalog or if has syntax
+errors
+  * correctly deduce catalog's language from filenames in the form
+of foo.LANG.po, as used by several large Open Source projects
+  * Boost library is now required when compiling from sources
+  * fixed the Find window so that it can be closed using the Esc
+key
+  * positions of translation fields are now remembered correctly
+when Poedit window is maximized
+  * added Edit-Clear translation command (Marcin Floryan)
+  * removed View-Fullscreen view, it doesn't make sense in this 
+kind of app
+  * better application and document icons
+  * removed the Shaded translations list option, it's now always
+enabled
+  * misc minor UI improvements
+  * fixed possible transaction memory database corruption
+  * added instructions on how to install additional spellchecker
+dictionaries
+  * added sorting by different criteria
+  * improved source files viewer
+  * included outdated documentation was replaced with online wiki
+docs
+  * more keyboard navigation shortcuts
+  * saving PO files no longer reformats source code references;
+moreover, they are always formatted according to the default
+style used by GNU gettext tools
+  * don't restore remembered window positions if they are outside
+currently available screens
+  * changed Alt+ shortcuts to non-conflicting Ctrl+ ones: Copy
+From Source Text now uses Ctrl+B and Translation Is Fuzzy
+Ctrl+U
+  * various UI improvements
+  * added more translations:
+ Bosnian translation (Kenan Dervisevic)
+ Tajik (Victor Ibragimov)
+ Kurdish Sorani (Asos Ap)
+
+---

Old:

  poedit-1.4.6.1.tar.gz

New:

  poedit-1.5.1.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.eH52vH/_old  2012-08-04 09:26:31.0 +0200
+++ /var/tmp/diff_new_pack.eH52vH/_new  2012-08-04 09:26:31.0 +0200
@@ -20,7 +20,7 @@
 %define __find_requires %wx_requires
 
 Name:   poedit
-Version:1.4.6.1
+Version:1.5.1
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
@@ -32,6 +32,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-devel
+BuildRequires:  boost-devel
 BuildRequires:  pkgconfig(gtkspell-2.0)
 Requires:   gettext-tools
 Recommends: %{name}-lang
@@ -71,14 +72,12 @@
 %doc AUTHORS COPYING NEWS README TODO
 %{_bindir}/%{name}
 %{_datadir}/%{name}
-%exclude %{_datadir}/%{name}/help/hr
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/*/*/%{name}.*
+%{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/pixmaps/%{name}.png
 %{_mandir}/man?/*
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,755)
-%{_datadir}/%{name}/help/hr
 
 %changelog

++ poedit-1.4.6.1.tar.gz - poedit-1.5.1.tar.gz ++
 218283 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit poedit for openSUSE:Factory

2012-03-12 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2012-03-12 20:16:09

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is poedit, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2011-09-23 
12:41:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2012-03-12 
20:16:36.0 +0100
@@ -1,0 +2,13 @@
+Sun Mar 11 18:16:09 UTC 2012 - lazy.k...@opensuse.org
+
+- Use wxWidgets defines.
+- Split off language package.
+- Removed check for unsupported openSUSE versions.
+- Use full URL as a source.
+- Corrected Summary style.
+- Use fdupes to remove file duplicates.
+- Added icon_theme_cache_post/un macros.
+- Removed redundant clean section.
+- Removed zip from build dependencies.
+
+---



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.s4KC6U/_old  2012-03-12 20:16:38.0 +0100
+++ /var/tmp/diff_new_pack.s4KC6U/_new  2012-03-12 20:16:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package poedit
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,27 +16,26 @@
 #
 
 
+%define _use_internal_dependency_generator 0
+%define __find_requires %wx_requires
 
 Name:   poedit
 Version:1.4.6.1
-Release:1
+Release:0
+Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT
-Summary:A cross-platform Gettext catalogs editing tool
-Url:http://www.poedit.net/
 Group:  Development/Tools/Other
-Source: %{name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} = 1130
-BuildRequires:  wxGTK-devel
-%else
-BuildRequires:  wxWidgets-devel
-%endif
+Url:http://www.poedit.net/
+Source: 
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  db-devel
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gtkspell-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  zip
+BuildRequires:  wxWidgets-devel
+BuildRequires:  pkgconfig(gtkspell-2.0)
 Requires:   gettext-tools
+Recommends: %{name}-lang
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 poEdit is cross-platform gettext catalogs (.po files) editor.
@@ -44,6 +43,8 @@
 supported by it. It aims to provide more convenient approach to
 editing catalogs than launching vi and editing the file by hand.
 
+%lang_package
+
 %prep
 %setup -q
 
@@ -56,25 +57,28 @@
 %install
 %make_install
 %suse_update_desktop_file -c poedit poEdit Tool for editing po files poedit 
poedit Development Translation
+%fdupes -s %{buildroot}%{_datadir}
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
+%post
+%icon_theme_cache_post
+
+%postun
+%icon_theme_cache_postun
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root,755)
 %doc AUTHORS COPYING NEWS README TODO
-%{_bindir}/*
-%{_mandir}/man1/*
-%{_datadir}/poedit/
-%{_datadir}/applications/poedit.desktop
-%{_datadir}/pixmaps/poedit.png
-%{_datadir}/icons/*
-%if 0%{?suse_version}  1120
-%dir %{_datadir}/locale/af_ZA
-%dir %{_datadir}/locale/af_ZA/LC_MESSAGES
-%dir %{_datadir}/locale/fa_IR
-%dir %{_datadir}/locale/fa_IR/LC_MESSAGES
-%endif
+%{_bindir}/%{name}
+%{_datadir}/%{name}
+%exclude %{_datadir}/%{name}/help/hr
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/*/%{name}.*
+%{_datadir}/pixmaps/%{name}.png
+%{_mandir}/man?/*
+
+%files lang -f %{name}.lang
+%defattr(-,root,root,755)
+%{_datadir}/%{name}/help/hr
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit poedit for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2011-12-06 18:52:22

Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and  /work/SRC/openSUSE:Factory/.poedit.new (New)


Package is poedit, Maintainer is 

Changes:




Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.ryR80u/_old  2011-12-06 19:25:49.0 +0100
+++ /var/tmp/diff_new_pack.ryR80u/_new  2011-12-06 19:25:49.0 +0100
@@ -20,7 +20,7 @@
 Name:   poedit
 Version:1.4.6.1
 Release:1
-License:MIT licence
+License:MIT
 Summary:A cross-platform Gettext catalogs editing tool
 Url:http://www.poedit.net/
 Group:  Development/Tools/Other

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org