commit gimp-help for openSUSE:Factory

2020-07-17 Thread root
Hello community,

here is the log from the commit of package gimp-help for openSUSE:Factory 
checked in at 2020-07-17 20:51:36

Comparing /work/SRC/openSUSE:Factory/gimp-help (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-help.new.3592 (New)


Package is "gimp-help"

Fri Jul 17 20:51:36 2020 rev:32 rq:821428 version:2.10.0

Changes:

--- /work/SRC/openSUSE:Factory/gimp-help/gimp-help.changes  2020-01-09 
22:51:17.278730098 +0100
+++ /work/SRC/openSUSE:Factory/.gimp-help.new.3592/gimp-help.changes
2020-07-17 20:52:25.569018929 +0200
@@ -1,0 +2,9 @@
+Tue Jul 14 21:12:13 UTC 2020 - Stefan BrĂ¼ns 
+
+- Update to version 2.10.0, no changes overview provided.
+- Build with Python 3, add gimp-help-2.10.0-python3.patch.
+- Clean up spec file, drop unused dependencies.
+- Drop huge ChangeLog (verbatim git log), README and TERMINOLOGY
+  files, not useful for end users.
+
+---

Old:

  gimp-help-2.8.2.tar.bz2

New:

  gimp-help-2.10.0-python3.patch
  gimp-help-2.10.0.tar.bz2



Other differences:
--
++ gimp-help.spec ++
--- /var/tmp/diff_new_pack.WUQL5a/_old  2020-07-17 20:52:28.765022263 +0200
+++ /var/tmp/diff_new_pack.WUQL5a/_new  2020-07-17 20:52:28.769022268 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gimp-help
 #
-# Copyright (c) 2013 SUSE LINUX Products 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
@@ -12,32 +12,29 @@
 # 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/
 #
 
 
 Name:   gimp-help
-Version:2.8.2
+Version:2.10.0
 Release:0
-# FIXME: Check if parallel build reliably works again (last check: 2.6.1)
 Summary:Help System Data for GIMP
 License:GFDL-1.2
 Group:  Productivity/Graphics/Bitmap Editors
-Url:http://www.gimp.org/
-Source0:http://download.gimp.org/pub/gimp/help/gimp-help-2.8.2.tar.bz2
+Url:https://docs.gimp.org/
+Source0:
https://download.gimp.org/pub/gimp/help/gimp-help-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM -- https://gitlab.gnome.org/GNOME/gimp-help/-/issues/201
+Patch0: gimp-help-2.10.0-python3.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
-BuildRequires:  gimp-devel
 BuildRequires:  libxslt
-BuildRequires:  xhtml-dtd
-BuildRequires:  xmlcharent
 BuildRequires: pngcrush
-BuildRequires: python2-libxml2
+BuildRequires:  python3-libxml2-python
 Requires:   gimp
 Enhances:   gimp
-Provides:   gimp-help-2
-Obsoletes:  gimp-help-2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Provides:   gimp-help-2 = %{version}
+Obsoletes:  gimp-help-2 < %{version}
 BuildArch:  noarch
 
 %description
@@ -248,6 +245,18 @@
 
 This package provides Brazilian Portuguese data for gimp-help.
 
+%package ro
+Summary:Romanian Help System Data for GIMP
+Group:  System/Localization
+Requires:   %{name} = %{version}
+Provides:   locale(%{name}:ro)
+
+%description ro
+GIMP-Help is a help system designed for use with the internal GIMP help
+browser, external Web browser and HTML renderers, and human eyeballs.
+
+This package provides Romanian data for gimp-help.
+
 %package ru
 Summary:Russian Help System Data for GIMP
 Group:  System/Localization
@@ -298,12 +307,21 @@
 
 %prep
 %setup -q
+%patch0 -p1
+find . -iname \*.py -exec sed -i -e '1 s@env python.\?@python3@' '{}' \;
 
 %build
-%configure
+# We install the help to the same prefix as gimp itself, so no
+# need to query gimp for the prefix at build time
+%configure \
+--without-gimp
 unset MALLOC_CHECK_
 unset MALLOC_PERTURB_
-make
+
+%if 0%{?sle_version} <= 150100
+export LANG=en_US.utf-8
+%endif
+%make_build
 
 # unify the permissions of images, to make fdupes working again (bnc#784670)
 find images/ -type f -exec chmod 0644 {} +
@@ -318,93 +336,77 @@
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README TERMINOLOGY
+%doc AUTHORS NEWS
+%license COPYING
+%dir %{_datadir}/gimp
+%dir %{_datadir}/gimp/2.0
 %dir %{_datadir}/gimp/2.0/help
 %{_datadir}/gimp/2.0/help/en/
 
 %files ca
-%defattr (-,root,root)
 %lang(ca) %{_datadir}/gimp/2.0/help/ca/
 
 %files da
-%defattr (-,root,root)
 %lang(da) %{_datadir}/gimp/2.0/help/da/
 
 %files de
-%defattr (-,root,root)
 %lang(de) %{_datadir}/gimp/2.0/help/de/
 
 %files el
-%defattr 

commit gimp-help for openSUSE:Factory

2020-01-09 Thread root
Hello community,

here is the log from the commit of package gimp-help for openSUSE:Factory 
checked in at 2020-01-09 22:50:41

Comparing /work/SRC/openSUSE:Factory/gimp-help (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-help.new.6675 (New)


Package is "gimp-help"

Thu Jan  9 22:50:41 2020 rev:31 rq:762171 version:2.8.2

Changes:

--- /work/SRC/openSUSE:Factory/gimp-help/gimp-help.changes  2019-11-08 
15:27:53.971136374 +0100
+++ /work/SRC/openSUSE:Factory/.gimp-help.new.6675/gimp-help.changes
2020-01-09 22:51:17.278730098 +0100
@@ -4,0 +5 @@
+  (boo#1158656).



Other differences:
--



commit gimp-help for openSUSE:Factory

2019-11-08 Thread root
Hello community,

here is the log from the commit of package gimp-help for openSUSE:Factory 
checked in at 2019-11-08 15:27:53

Comparing /work/SRC/openSUSE:Factory/gimp-help (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-help.new.2990 (New)


Package is "gimp-help"

Fri Nov  8 15:27:53 2019 rev:30 rq:746498 version:2.8.2

Changes:

--- /work/SRC/openSUSE:Factory/gimp-help/gimp-help.changes  2019-10-03 
14:09:44.124057719 +0200
+++ /work/SRC/openSUSE:Factory/.gimp-help.new.2990/gimp-help.changes
2019-11-08 15:27:53.971136374 +0100
@@ -1,0 +2,5 @@
+Thu Oct  3 12:23:32 UTC 2019 - Michel Normand 
+
+- Add _constraints for ppc64/ppc64le as build failed with 3.5G disk
+
+---

New:

  _constraints



Other differences:
--
++ _constraints ++

  

  ppc64
  ppc64le


  
4
  

  





commit gimp-help for openSUSE:Factory

2019-10-03 Thread root
Hello community,

here is the log from the commit of package gimp-help for openSUSE:Factory 
checked in at 2019-10-03 14:09:40

Comparing /work/SRC/openSUSE:Factory/gimp-help (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-help.new.2352 (New)


Package is "gimp-help"

Thu Oct  3 14:09:40 2019 rev:29 rq:734735 version:2.8.2

Changes:

--- /work/SRC/openSUSE:Factory/gimp-help/gimp-help.changes  2017-12-19 
10:50:38.220088918 +0100
+++ /work/SRC/openSUSE:Factory/.gimp-help.new.2352/gimp-help.changes
2019-10-03 14:09:44.124057719 +0200
@@ -1,0 +2,6 @@
+Fri Sep 27 11:25:30 UTC 2019 - Dominique Leuenberger 
+
+- BuildRequire python2-libxml2 instead of python-libxml2: follow
+  the package rename of libxml2.
+
+---



Other differences:
--
++ gimp-help.spec ++
--- /var/tmp/diff_new_pack.oxJXua/_old  2019-10-03 14:09:46.592051370 +0200
+++ /var/tmp/diff_new_pack.oxJXua/_new  2019-10-03 14:09:46.596051361 +0200
@@ -32,7 +32,7 @@
 BuildRequires:  xhtml-dtd
 BuildRequires:  xmlcharent
 BuildRequires: pngcrush
-BuildRequires: python-libxml2
+BuildRequires: python2-libxml2
 Requires:   gimp
 Enhances:   gimp
 Provides:   gimp-help-2




commit gimp-help for openSUSE:Factory

2017-12-19 Thread root
Hello community,

here is the log from the commit of package gimp-help for openSUSE:Factory 
checked in at 2017-12-19 10:50:19

Comparing /work/SRC/openSUSE:Factory/gimp-help (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-help.new (New)


Package is "gimp-help"

Tue Dec 19 10:50:19 2017 rev:28 rq:546499 version:2.8.2

Changes:

--- /work/SRC/openSUSE:Factory/gimp-help/gimp-help.changes  2013-12-28 
09:14:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.gimp-help.new/gimp-help.changes 2017-12-19 
10:50:38.220088918 +0100
@@ -1,0 +2,19 @@
+Wed Nov 29 17:18:23 UTC 2017 - plinn...@opensuse.org
+
+- Fix the download URL
+
+---
+Tue Nov 28 09:44:16 UTC 2017 - fcro...@suse.com
+
+- Update to version 2.8.2:
+  + Complete translation for Brazilian Portuguese
+  + Many improvements for existing translations
+  + Bug fixed: bgo#696034, bgo#724056, bgo#719859, bgo#719971,
+bgo#720479, bgo#720209, bgo#719876, bgo#719748.
+- Add pngcrush as BuildRequires, replace xml2po BuildRequires by 
+  python-libxml2 (we use an internal copy of xml2po).
+- Use 'gimpmode' for xml2po again and unset
+  MALLOC_CHECK_/MALLOC_PERTURB_ again to prevent gimpmode crash.
+  This speed-up build time a lot.
+
+---

Old:

  gimp-help-2.8.1.tar.bz2

New:

  gimp-help-2.8.2.tar.bz2



Other differences:
--
++ gimp-help.spec ++
--- /var/tmp/diff_new_pack.ikh48D/_old  2017-12-19 10:50:42.947860688 +0100
+++ /var/tmp/diff_new_pack.ikh48D/_new  2017-12-19 10:50:42.951860495 +0100
@@ -17,21 +17,22 @@
 
 
 Name:   gimp-help
-Version:2.8.1
+Version:2.8.2
 Release:0
 # FIXME: Check if parallel build reliably works again (last check: 2.6.1)
 Summary:Help System Data for GIMP
 License:GFDL-1.2
 Group:  Productivity/Graphics/Bitmap Editors
 Url:http://www.gimp.org/
-Source0:ftp://ftp.gimp.org/pub/gimp/help/%{name}-%{version}.tar.bz2
+Source0:http://download.gimp.org/pub/gimp/help/gimp-help-2.8.2.tar.bz2
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gimp-devel
 BuildRequires:  libxslt
 BuildRequires:  xhtml-dtd
-BuildRequires:  xml2po
 BuildRequires:  xmlcharent
+BuildRequires: pngcrush
+BuildRequires: python-libxml2
 Requires:   gimp
 Enhances:   gimp
 Provides:   gimp-help-2
@@ -300,7 +301,9 @@
 
 %build
 %configure
-make XML2POFLAGS=
+unset MALLOC_CHECK_
+unset MALLOC_PERTURB_
+make
 
 # unify the permissions of images, to make fdupes working again (bnc#784670)
 find images/ -type f -exec chmod 0644 {} +

++ gimp-help-2.8.1.tar.bz2 -> gimp-help-2.8.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/gimp-help/gimp-help-2.8.1.tar.bz2 
/work/SRC/openSUSE:Factory/.gimp-help.new/gimp-help-2.8.2.tar.bz2 differ: char 
11, line 1




commit gimp-help for openSUSE:Factory

2013-12-28 Thread h_root
Hello community,

here is the log from the commit of package gimp-help for openSUSE:Factory 
checked in at 2013-12-28 09:14:23

Comparing /work/SRC/openSUSE:Factory/gimp-help (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-help.new (New)


Package is gimp-help

Changes:

--- /work/SRC/openSUSE:Factory/gimp-help/gimp-help.changes  2013-02-15 
18:44:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.gimp-help.new/gimp-help.changes 2013-12-28 
09:14:28.0 +0100
@@ -1,0 +2,15 @@
+Sun Dec  1 21:50:17 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.8.1:
+  + Online documentation (http://docs.gimp.org) now provides a
+language menu which allows users to switch to other
+translations of the same document if available (bgo#168256).
+  + Bugs fixed: bgo#168256, bgo#676683, bgo#679173, bgo#680243,
+bgo#711318.
+  + Updated translations.
+- Drop gimp-help-2.8.0-missing-po-files.patch: fixed upstream.
+- Add Brazilian Portuguese -lang package (pt_BR).
+- Disable -lang packages that actually did not contain
+  translations (fi, hr, lt, pl).
+
+---

Old:

  gimp-help-2.8.0-missing-po-files.patch
  gimp-help-2.8.0.tar.bz2

New:

  gimp-help-2.8.1.tar.bz2



Other differences:
--
++ gimp-help.spec ++
--- /var/tmp/diff_new_pack.ufYIcQ/_old  2013-12-28 09:14:32.0 +0100
+++ /var/tmp/diff_new_pack.ufYIcQ/_new  2013-12-28 09:14:32.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gimp-help
-Version:2.8.0
+Version:2.8.1
 Release:0
 # FIXME: Check if parallel build reliably works again (last check: 2.6.1)
 Summary:Help System Data for GIMP
@@ -25,8 +25,6 @@
 Group:  Productivity/Graphics/Bitmap Editors
 Url:http://www.gimp.org/
 Source0:ftp://ftp.gimp.org/pub/gimp/help/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM gimp-help-2.8.0-missing-po-files.patch 
dims...@opensuse.org -- Add missing .po files
-Patch0: gimp-help-2.8.0-missing-po-files.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gimp-devel
@@ -237,6 +235,18 @@
 
 This package provides Polish data for gimp-help.
 
+%package pt_BR
+Summary:Brazilian Portuguese Help System Data for GIMP
+Group:  System/Localization
+Requires:   %{name} = %{version}
+Provides:   locale(%{name}:pt_BR)
+
+%description pt_BR
+GIMP-Help is a help system designed for use with the internal GIMP help
+browser, external Web browser and HTML renderers, and human eyeballs.
+
+This package provides Brazilian Portuguese data for gimp-help.
+
 %package ru
 Summary:Russian Help System Data for GIMP
 Group:  System/Localization
@@ -287,7 +297,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -337,7 +346,7 @@
 
 %files fi
 %defattr (-,root,root)
-%lang(fi) %{_datadir}/gimp/2.0/help/fi/
+#lang(fi) %{_datadir}/gimp/2.0/help/fi/
 
 %files fr
 %defattr (-,root,root)
@@ -345,7 +354,7 @@
 
 %files hr
 %defattr (-,root,root)
-%lang(hr) %{_datadir}/gimp/2.0/help/hr/
+#lang(hr) %{_datadir}/gimp/2.0/help/hr/
 
 %files it
 %defattr (-,root,root)
@@ -361,7 +370,7 @@
 
 %files lt
 %defattr (-,root,root)
-%lang(lt) %{_datadir}/gimp/2.0/help/lt/
+#lang(lt) %{_datadir}/gimp/2.0/help/lt/
 
 %files nl
 %defattr (-,root,root)
@@ -373,7 +382,11 @@
 
 %files pl
 %defattr (-,root,root)
-%lang(pl) %{_datadir}/gimp/2.0/help/pl/
+#lang(pl) %{_datadir}/gimp/2.0/help/pl/
+
+%files pt_BR
+%defattr (-,root,root)
+%lang(pt_BR) %{_datadir}/gimp/2.0/help/pt_BR/
 
 %files ru
 %defattr (-,root,root)

++ gimp-help-2.8.0.tar.bz2 - gimp-help-2.8.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/gimp-help/gimp-help-2.8.0.tar.bz2 
/work/SRC/openSUSE:Factory/.gimp-help.new/gimp-help-2.8.1.tar.bz2 differ: char 
11, line 1

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



commit gimp-help for openSUSE:Factory

2013-02-15 Thread h_root
Hello community,

here is the log from the commit of package gimp-help for openSUSE:Factory 
checked in at 2013-02-15 18:44:52

Comparing /work/SRC/openSUSE:Factory/gimp-help (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-help.new (New)


Package is gimp-help, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gimp-help/gimp-help.changes  2013-02-02 
18:51:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.gimp-help.new/gimp-help.changes 2013-02-15 
18:44:53.0 +0100
@@ -1,0 +2,8 @@
+Tue Feb  5 19:06:55 UTC 2013 - dims...@opensuse.org
+
+- Pass XML2POFLAGS= to make: do not use the special 'gimpmode' for
+  xml2po.
+- No longer unset MALLOC_CHECK_ and MALLOC_PERTURB_, as not using
+  gimpmode does not expose the crash.
+
+---



Other differences:
--
++ gimp-help.spec ++
--- /var/tmp/diff_new_pack.hLodRj/_old  2013-02-15 18:44:56.0 +0100
+++ /var/tmp/diff_new_pack.hLodRj/_new  2013-02-15 18:44:56.0 +0100
@@ -290,10 +290,8 @@
 %patch0 -p1
 
 %build
-unset MALLOC_CHECK_
-unset MALLOC_PERTURB_
 %configure
-make
+make XML2POFLAGS=
 
 # unify the permissions of images, to make fdupes working again (bnc#784670)
 find images/ -type f -exec chmod 0644 {} +

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



commit gimp-help for openSUSE:Factory

2013-02-02 Thread h_root
Hello community,

here is the log from the commit of package gimp-help for openSUSE:Factory 
checked in at 2013-02-02 18:51:52

Comparing /work/SRC/openSUSE:Factory/gimp-help (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-help.new (New)


Package is gimp-help, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gimp-help/gimp-help.changes  2012-11-02 
17:33:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.gimp-help.new/gimp-help.changes 2013-02-02 
18:51:54.0 +0100
@@ -1,0 +2,13 @@
+Sat Jan 12 14:40:37 UTC 2013 - dims...@opensuse.org
+
+- Add gimp-help-2.8.0-missing-po-files.patch: Add missing .po files
+  to the source directory. Fixes build on Factory.
+- Drop Makefile.GNU and use upstream shipped build system, as this
+  works again.
+- Unset MALLOC_CHECK_ and MALLOC_PERTURB_ to avoid some crashes
+  (hack only.. no fix yet).
+- Add new sub packages for new languages that apeared due to using
+  the upstream / maintained makefile: ca, el, en_GB, fi, hr, lt and
+  sl.
+
+---

Old:

  Makefile.GNU
  gimp-help-2.doap

New:

  gimp-help-2.8.0-missing-po-files.patch



Other differences:
--
++ gimp-help.spec ++
--- /var/tmp/diff_new_pack.ik8ipx/_old  2013-02-02 18:51:58.0 +0100
+++ /var/tmp/diff_new_pack.ik8ipx/_new  2013-02-02 18:51:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gimp-help
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -19,16 +19,14 @@
 Name:   gimp-help
 Version:2.8.0
 Release:0
-# FIXME: on update, see if we still need Makefile.GNU as additional source 
(last check: 2.6.1). See bgo#639057.
 # FIXME: Check if parallel build reliably works again (last check: 2.6.1)
 Summary:Help System Data for GIMP
 License:GFDL-1.2
 Group:  Productivity/Graphics/Bitmap Editors
 Url:http://www.gimp.org/
 Source0:ftp://ftp.gimp.org/pub/gimp/help/%{name}-%{version}.tar.bz2
-# Taken from git on 2011-01-09. Default Makefile doesn't work.
-Source1:Makefile.GNU
-Source2:gimp-help-2.doap
+# PATCH-FIX-UPSTREAM gimp-help-2.8.0-missing-po-files.patch 
dims...@opensuse.org -- Add missing .po files
+Patch0: gimp-help-2.8.0-missing-po-files.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gimp-devel
@@ -47,6 +45,18 @@
 GIMP-Help is a help system designed for use with the internal GIMP help
 browser, external Web browser and HTML renderers, and human eyeballs.
 
+%package ca
+Summary:Catalanian Help System Data for GIMP
+Group:  System/Localization
+Requires:   %{name} = %{version}
+Provides:   locale(%{name}:ca)
+
+%description ca
+GIMP-Help is a help system designed for use with the internal GIMP help
+browser, external Web browser and HTML renderers, and human eyeballs.
+
+This package provides Catalanian data for gimp-help.
+
 %package da
 Summary:Danish Help System Data for GIMP
 Group:  System/Localization
@@ -71,6 +81,30 @@
 
 This package provides German data for gimp-help.
 
+%package el
+Summary:Greek Help System Data for GIMP
+Group:  System/Localization
+Requires:   %{name} = %{version}
+Provides:   locale(%{name}:el)
+
+%description el
+GIMP-Help is a help system designed for use with the internal GIMP help
+browser, external Web browser and HTML renderers, and human eyeballs.
+
+This package provides Greek data for gimp-help.
+
+%package en_GB
+Summary:British English Help System Data for GIMP
+Group:  System/Localization
+Requires:   %{name} = %{version}
+Provides:   locale(%{name}:en_GB)
+
+%description en_GB
+GIMP-Help is a help system designed for use with the internal GIMP help
+browser, external Web browser and HTML renderers, and human eyeballs.
+
+This package provides British English data for gimp-help.
+
 %package es
 Summary:Spanish Help System Data for GIMP
 Group:  System/Localization
@@ -83,6 +117,18 @@
 
 This package provides Spanish data for gimp-help.
 
+%package fi
+Summary:Finnish Help System Data for GIMP
+Group:  System/Localization
+Requires:   %{name} = %{version}
+Provides:   locale(%{name}:fi)
+
+%description fi
+GIMP-Help is a help system designed for use with the internal GIMP help
+browser, external Web browser and HTML renderers, and human eyeballs.
+
+This package provides Finnish data for 

commit gimp-help for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package gimp-help for openSUSE:Factory 
checked in at 2012-11-02 17:33:04

Comparing /work/SRC/openSUSE:Factory/gimp-help (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-help.new (New)


Package is gimp-help, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gimp-help/gimp-help.changes  2012-06-26 
15:40:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.gimp-help.new/gimp-help.changes 2012-11-02 
17:33:06.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 31 11:13:55 UTC 2012 - mvysko...@suse.com
+
+- Since recent changes, fdupes can only link files of same
+  owner/permissions (bnc#784670). As we still want to make use
+  of fdupes, we adjust the permissions of the images folder's
+  content.
+
+---



Other differences:
--
++ gimp-help.spec ++
--- /var/tmp/diff_new_pack.PD7ftg/_old  2012-11-02 17:33:09.0 +0100
+++ /var/tmp/diff_new_pack.PD7ftg/_new  2012-11-02 17:33:09.0 +0100
@@ -214,6 +214,9 @@
 # Parallel build is broken
 make -f Makefile.GNU
 
+# unify the permissions of images, to make fdupes working again (bnc#784670)
+find images/ -type f -exec chmod 0644 {} +
+
 %install
 #FIXME: we can't use the usual macro since we don't use the standard Makefile
 #%make_install

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



commit gimp-help for openSUSE:Factory

2012-06-26 Thread h_root
Hello community,

here is the log from the commit of package gimp-help for openSUSE:Factory 
checked in at 2012-06-26 15:40:49

Comparing /work/SRC/openSUSE:Factory/gimp-help (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-help.new (New)


Package is gimp-help, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gimp-help/gimp-help.changes  2011-09-23 
01:59:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.gimp-help.new/gimp-help.changes 2012-06-26 
15:40:54.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 11 08:12:01 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.8.0:
+  + Bugfixes: bgo#642729, bgo#634992, bgo#634995, bgo#636149
+  + Updated translations.
+
+---

Old:

  gimp-help-2.6.1.tar.bz2

New:

  gimp-help-2.8.0.tar.bz2



Other differences:
--
++ gimp-help.spec ++
--- /var/tmp/diff_new_pack.EmwN6W/_old  2012-06-26 15:41:01.0 +0200
+++ /var/tmp/diff_new_pack.EmwN6W/_new  2012-06-26 15:41:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gimp-help
 #
-# 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,21 +16,26 @@
 #
 
 
-
 Name:   gimp-help
-Version:2.6.1
-Release:6
+Version:2.8.0
+Release:0
 # FIXME: on update, see if we still need Makefile.GNU as additional source 
(last check: 2.6.1). See bgo#639057.
 # FIXME: Check if parallel build reliably works again (last check: 2.6.1)
-License:GFDL-1.2
 Summary:Help System Data for GIMP
-Url:http://www.gimp.org/
+License:GFDL-1.2
 Group:  Productivity/Graphics/Bitmap Editors
+Url:http://www.gimp.org/
 Source0:ftp://ftp.gimp.org/pub/gimp/help/%{name}-%{version}.tar.bz2
 # Taken from git on 2011-01-09. Default Makefile doesn't work.
 Source1:Makefile.GNU
 Source2:gimp-help-2.doap
-BuildRequires:  docbook-xsl-stylesheets fdupes gimp-devel libxslt xhtml-dtd 
xml2po xmlcharent
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  fdupes
+BuildRequires:  gimp-devel
+BuildRequires:  libxslt
+BuildRequires:  xhtml-dtd
+BuildRequires:  xml2po
+BuildRequires:  xmlcharent
 Requires:   gimp
 Enhances:   gimp
 Provides:   gimp-help-2
@@ -43,7 +48,6 @@
 browser, external Web browser and HTML renderers, and human eyeballs.
 
 %package da
-License:GFDL-1.2
 Summary:Danish Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -56,7 +60,6 @@
 This package provides Danish data for gimp-help.
 
 %package de
-License:GFDL-1.2
 Summary:German Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -69,7 +72,6 @@
 This package provides German data for gimp-help.
 
 %package es
-License:GFDL-1.2
 Summary:Spanish Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -82,7 +84,6 @@
 This package provides Spanish data for gimp-help.
 
 %package fr
-License:GFDL-1.2
 Summary:French Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -95,7 +96,6 @@
 This package provides French data for gimp-help.
 
 %package it
-License:GFDL-1.2
 Summary:Italian Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -108,7 +108,6 @@
 This package provides Italian data for gimp-help.
 
 %package ja
-License:GFDL-1.2
 Summary:Japanese Help System Data for GIMP
 Group:  System/I18n/Korean
 Requires:   %{name} = %{version}
@@ -121,7 +120,6 @@
 This package provides Japanese data for gimp-help.
 
 %package ko
-License:GFDL-1.2
 Summary:Korean Help System Data for GIMP
 Group:  System/I18n/Korean
 Requires:   %{name} = %{version}
@@ -134,7 +132,6 @@
 This package provides Korean data for gimp-help.
 
 %package nl
-License:GFDL-1.2
 Summary:Dutch Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -147,7 +144,6 @@
 This package provides Dutch data for gimp-help.
 
 %package nn
-License:GFDL-1.2
 Summary:Norwegian Nynorsk Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -160,7 +156,6 @@
 This package provides Norwegian Nynorsk data for gimp-help.
 

commit gimp-help for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package gimp-help for openSUSE:Factory 
checked in at 2011-12-06 18:12:44

Comparing /work/SRC/openSUSE:Factory/gimp-help (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-help.new (New)


Package is gimp-help, Maintainer is gnome-maintain...@suse.de

Changes:




Other differences:
--
++ gimp-help.spec ++
--- /var/tmp/diff_new_pack.4qWANs/_old  2011-12-06 18:18:29.0 +0100
+++ /var/tmp/diff_new_pack.4qWANs/_new  2011-12-06 18:18:29.0 +0100
@@ -22,7 +22,7 @@
 Release:6
 # FIXME: on update, see if we still need Makefile.GNU as additional source 
(last check: 2.6.1). See bgo#639057.
 # FIXME: Check if parallel build reliably works again (last check: 2.6.1)
-License:GFDLv1.2
+License:GFDL-1.2
 Summary:Help System Data for GIMP
 Url:http://www.gimp.org/
 Group:  Productivity/Graphics/Bitmap Editors
@@ -43,7 +43,7 @@
 browser, external Web browser and HTML renderers, and human eyeballs.
 
 %package da
-License:GFDLv1.2
+License:GFDL-1.2
 Summary:Danish Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -56,7 +56,7 @@
 This package provides Danish data for gimp-help.
 
 %package de
-License:GFDLv1.2
+License:GFDL-1.2
 Summary:German Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -69,7 +69,7 @@
 This package provides German data for gimp-help.
 
 %package es
-License:GFDLv1.2
+License:GFDL-1.2
 Summary:Spanish Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -82,7 +82,7 @@
 This package provides Spanish data for gimp-help.
 
 %package fr
-License:GFDLv1.2
+License:GFDL-1.2
 Summary:French Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -95,7 +95,7 @@
 This package provides French data for gimp-help.
 
 %package it
-License:GFDLv1.2
+License:GFDL-1.2
 Summary:Italian Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -108,7 +108,7 @@
 This package provides Italian data for gimp-help.
 
 %package ja
-License:GFDLv1.2
+License:GFDL-1.2
 Summary:Japanese Help System Data for GIMP
 Group:  System/I18n/Korean
 Requires:   %{name} = %{version}
@@ -121,7 +121,7 @@
 This package provides Japanese data for gimp-help.
 
 %package ko
-License:GFDLv1.2
+License:GFDL-1.2
 Summary:Korean Help System Data for GIMP
 Group:  System/I18n/Korean
 Requires:   %{name} = %{version}
@@ -134,7 +134,7 @@
 This package provides Korean data for gimp-help.
 
 %package nl
-License:GFDLv1.2
+License:GFDL-1.2
 Summary:Dutch Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -147,7 +147,7 @@
 This package provides Dutch data for gimp-help.
 
 %package nn
-License:GFDLv1.2
+License:GFDL-1.2
 Summary:Norwegian Nynorsk Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -160,7 +160,7 @@
 This package provides Norwegian Nynorsk data for gimp-help.
 
 %package pl
-License:GFDLv1.2
+License:GFDL-1.2
 Summary:Polish Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -173,7 +173,7 @@
 This package provides Polish data for gimp-help.
 
 %package ru
-License:GFDLv1.2
+License:GFDL-1.2
 Summary:Russian Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -186,7 +186,7 @@
 This package provides Russian data for gimp-help.
 
 %package sv
-License:GFDLv1.2
+License:GFDL-1.2
 Summary:Swedish Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}
@@ -199,7 +199,7 @@
 This package provides Swedish data for gimp-help.
 
 %package zh
-License:GFDLv1.2
+License:GFDL-1.2
 Summary:Chinese Help System Data for GIMP
 Group:  System/Localization
 Requires:   %{name} = %{version}

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



commit gimp-help for openSUSE:Factory

2011-08-18 Thread h_root

Hello community,

here is the log from the commit of package gimp-help for openSUSE:Factory
checked in at Thu Aug 18 09:13:30 CEST 2011.




--- GNOME/gimp-help/gimp-help.changes   2011-01-09 19:49:20.0 +0100
+++ /mounts/work_src_done/STABLE/gimp-help/gimp-help.changes2011-08-17 
11:25:28.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 17 09:23:42 UTC 2011 - dims...@opensuse.org
+
+- Disable parallel build. The build system seems to be very
+  fragile and unreliable in this case.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gimp-help.spec ++
--- /var/tmp/diff_new_pack.CGVznm/_old  2011-08-18 09:11:56.0 +0200
+++ /var/tmp/diff_new_pack.CGVznm/_new  2011-08-18 09:11:56.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package gimp-help (Version 2.6.1)
+# spec file for package gimp-help
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -19,8 +19,9 @@
 
 Name:   gimp-help
 Version:2.6.1
-Release:1
+Release:6
 # FIXME: on update, see if we still need Makefile.GNU as additional source 
(last check: 2.6.1). See bgo#639057.
+# FIXME: Check if parallel build reliably works again (last check: 2.6.1)
 License:GFDLv1.2
 Summary:Help System Data for GIMP
 Url:http://www.gimp.org/
@@ -217,7 +218,9 @@
 
 %build
 %configure
-make -f Makefile.GNU %{?jobs:-j%jobs}
+#make -f Makefile.GNU %{?jobs:-j%jobs}
+# Parallel build is broken
+make -f Makefile.GNU
 
 %install
 #FIXME: we can't use the usual macro since we don't use the standard Makefile






Remember to have fun...

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