commit gpick for openSUSE:Factory

2020-01-31 Thread root
Hello community,

here is the log from the commit of package gpick for openSUSE:Factory checked 
in at 2020-01-31 23:56:12

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


Package is "gpick"

Fri Jan 31 23:56:12 2020 rev:17 rq:768676 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/gpick/gpick.changes  2018-06-29 
22:23:59.266592569 +0200
+++ /work/SRC/openSUSE:Factory/.gpick.new.26092/gpick.changes   2020-01-31 
23:57:01.731643440 +0100
@@ -1,0 +2,5 @@
+Thu Jan 30 11:13:01 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ gpick.spec ++
--- /var/tmp/diff_new_pack.odmknB/_old  2020-01-31 23:57:03.367644288 +0100
+++ /var/tmp/diff_new_pack.odmknB/_new  2020-01-31 23:57:03.371644290 +0100
@@ -48,7 +48,6 @@
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(lua) >= 5.2
-Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit gpick for openSUSE:Factory

2018-06-29 Thread root
Hello community,

here is the log from the commit of package gpick for openSUSE:Factory checked 
in at 2018-06-29 22:23:52

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


Package is "gpick"

Fri Jun 29 22:23:52 2018 rev:16 rq:614247 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/gpick/gpick.changes  2017-11-30 
12:44:42.331414805 +0100
+++ /work/SRC/openSUSE:Factory/.gpick.new/gpick.changes 2018-06-29 
22:23:59.266592569 +0200
@@ -1,0 +2,5 @@
+Mon Jun  4 12:28:16 UTC 2018 - meiss...@suse.com
+
+- build with RPM_OPT_FLAGS
+
+---



Other differences:
--
++ gpick.spec ++
--- /var/tmp/diff_new_pack.SzYInU/_old  2018-06-29 22:24:00.290591800 +0200
+++ /var/tmp/diff_new_pack.SzYInU/_new  2018-06-29 22:24:00.294591797 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpick
 #
-# 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
@@ -62,9 +62,13 @@
 %patch1 -p1
 
 %build
+export CFLAGS="%optflags"
+export CXXFLAGS="%optflags"
 scons %{?_smp_mflags}
 
 %install
+export CFLAGS="%optflags"
+export CXXFLAGS="%optflags"
 scons install DESTDIR=%{buildroot}%{_prefix} LOCALEDIR=%{_datadir}/locale
 %if 0%{?suse_version}
 %suse_update_desktop_file %{name} Viewer




commit gpick for openSUSE:Factory

2017-11-30 Thread root
Hello community,

here is the log from the commit of package gpick for openSUSE:Factory checked 
in at 2017-11-30 12:44:41

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


Package is "gpick"

Thu Nov 30 12:44:41 2017 rev:15 rq:545869 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/gpick/gpick.changes  2017-02-03 
17:41:29.288540171 +0100
+++ /work/SRC/openSUSE:Factory/.gpick.new/gpick.changes 2017-11-30 
12:44:42.331414805 +0100
@@ -1,0 +2,9 @@
+Mon Nov 20 16:02:28 UTC 2017 - dims...@opensuse.org
+
+- Add 0001-build-support-scons-python3.patch: Support scons running
+  with python3 as interpreter.
+- Conditionalize the openSUSE post/postun scripts for suse_version
+  < 1330 only: newer versions handle the icon theme cache by means
+  of file triggers.
+
+---

New:

  0001-build-support-scons-python3.patch



Other differences:
--
++ gpick.spec ++
--- /var/tmp/diff_new_pack.n4H6lS/_old  2017-11-30 12:44:43.039389068 +0100
+++ /var/tmp/diff_new_pack.n4H6lS/_new  2017-11-30 12:44:43.043388922 +0100
@@ -27,6 +27,8 @@
 Source1:copyright
 # PATCH-FIX-UPSTREAM reproducible.patch gh#thezbyg/gpick#138 
bwiedem...@suse.com -- Fix reproducible builds
 Patch0: reproducible.patch
+# PATCH-FIX-UPSTREAM 0001-build-support-scons-python3.patch 
dims...@opensuse.org -- Support scons running with python3 as interpreter
+Patch1: 0001-build-support-scons-python3.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -57,6 +59,7 @@
 %prep
 %setup -q -n %{name}_%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 scons %{?_smp_mflags}
@@ -70,11 +73,13 @@
 cp %{SOURCE1} COPYRIGHT
 %find_lang %{name} %{?no_lang_C}
 
+%if 0%{?suse_version} && 0%{?suse_version} < 1330
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
+%endif
 
 %if 0%{?fedora_version}
 

++ 0001-build-support-scons-python3.patch ++
>From 8300e6cc051b3eb957e8e6a39f7904bd605a41b1 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger 
Date: Mon, 20 Nov 2017 17:01:36 +0100
Subject: [PATCH] build: support scons/python3

---
 SConscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: gpick_0.2.5/SConscript
===
--- gpick_0.2.5.orig/SConscript
+++ gpick_0.2.5/SConscript
@@ -48,7 +48,7 @@ env.AddCustomBuilders()
 env.GetVersionInfo()
 
 try:
-   umask = os.umask(022)
+   umask = os.umask(0o022)
 except OSError: # ignore on systems that don't support umask
pass
 
@@ -81,21 +81,21 @@ if not env.GetOption('clean'):
 
env = conf.Finish()
 
-if os.environ.has_key('CC'):
+if 'CC' in os.environ:
env['CC'] = os.environ['CC']
-if os.environ.has_key('CFLAGS'):
+if 'CFLAGS' in os.environ:
env['CCFLAGS'] += SCons.Util.CLVar(os.environ['CFLAGS'])
-if os.environ.has_key('CXX'):
+if 'CXX' in os.environ:
env['CXX'] = os.environ['CXX']
-if os.environ.has_key('CXXFLAGS'):
+if 'CXXFLAGS' in os.environ:
env['CXXFLAGS'] += SCons.Util.CLVar(os.environ['CXXFLAGS'])
-if os.environ.has_key('LDFLAGS'):
+if 'LDFLAGS' in os.environ:
env['LINKFLAGS'] += SCons.Util.CLVar(os.environ['LDFLAGS'])

 Decider('MD5-timestamp')
 
 if not env['TOOLCHAIN'] == 'msvc':
-   if not (os.environ.has_key('CFLAGS') or os.environ.has_key('CXXFLAGS') 
or os.environ.has_key('LDFLAGS')):
+   if not ('CFLAGS' in os.environ or 'CXXFLAGS' in os.environ or 'LDFLAGS' 
in os.environ):
if env['DEBUG']:
env.Append(
CPPFLAGS = ['-Wall', '-g3', '-O0'],
Index: gpick_0.2.5/tools/gpick.py
===
--- gpick_0.2.5.orig/tools/gpick.py
+++ gpick_0.2.5/tools/gpick.py
@@ -9,10 +9,10 @@ import sys
 import glob
 import subprocess
 
-from lemon import *
-from flex import *
-from gettext import *
-from resource_template import *
+from tools.lemon import *
+from tools.flex import *
+from tools.gettext import *
+from tools.resource_template import *
 
 from SCons.Script import *
 from SCons.Util import *
@@ -79,9 +79,9 @@ class GpickEnvironment(SConsEnvironment)
def ConfirmPrograms(self, conf, programs):
conf.AddTests({'CheckProgram': CheckProgram})

-   for evar, args in programs.iteritems():
+   for evar, args in programs.items():
found = False
-   for name, member_name in args['checks'].iteritems():
+   for name, member_name in args['checks'].items():
 

commit gpick for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package gpick for openSUSE:Factory checked 
in at 2017-02-02 15:43:57

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


Package is "gpick"

Changes:

--- /work/SRC/openSUSE:Factory/gpick/gpick.changes  2017-01-24 
10:42:32.240567028 +0100
+++ /work/SRC/openSUSE:Factory/.gpick.new/gpick.changes 2017-02-03 
17:41:29.288540171 +0100
@@ -1,0 +2,6 @@
+Wed Feb  1 10:59:18 UTC 2017 - adam.ma...@suse.de
+
+- Use individual libboost-*-devel packages instead of boost-devel.
+  + Add conditional libboost_headers-devel BuildRequires.
+
+---



Other differences:
--
++ gpick.spec ++
--- /var/tmp/diff_new_pack.60vlyP/_old  2017-02-03 17:41:29.748475071 +0100
+++ /var/tmp/diff_new_pack.60vlyP/_new  2017-02-03 17:41:29.756473939 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpick
 #
-# Copyright (c) 2013 SUSE LINUX Products 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
@@ -27,7 +27,11 @@
 Source1:copyright
 # PATCH-FIX-UPSTREAM reproducible.patch gh#thezbyg/gpick#138 
bwiedem...@suse.com -- Fix reproducible builds
 Patch0: reproducible.patch
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  expat
 BuildRequires:  flex
 BuildRequires:  gcc-c++




commit gpick for openSUSE:Factory

2017-01-24 Thread root
Hello community,

here is the log from the commit of package gpick for openSUSE:Factory checked 
in at 2017-01-24 10:42:30

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


Package is "gpick"

Changes:

--- /work/SRC/openSUSE:Factory/gpick/gpick.changes  2013-09-23 
15:10:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpick.new/gpick.changes 2017-01-24 
10:42:32.240567028 +0100
@@ -1,0 +2,11 @@
+Fri Jan 20 23:29:21 UTC 2017 - zai...@opensuse.org
+
+- Update Url to new home.
+
+---
+Tue Jan 17 14:23:52 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to allow for reproducible builds
+  (gh#thezbyg/gpick#138).
+
+---

New:

  reproducible.patch



Other differences:
--
++ gpick.spec ++
--- /var/tmp/diff_new_pack.ohNLi9/_old  2017-01-24 10:42:32.780490362 +0100
+++ /var/tmp/diff_new_pack.ohNLi9/_new  2017-01-24 10:42:32.784489794 +0100
@@ -22,9 +22,11 @@
 Summary:Advanced color picker writen in GTK+
 License:BSD-3-Clause
 Group:  Productivity/Graphics/Visualization/Other
-Url:http://code.google.com/p/gpick/
+Url:http://www.gpick.org/
 Source0:http://gpick.googlecode.com/files/%{name}_%{version}.tar.gz
 Source1:copyright
+# PATCH-FIX-UPSTREAM reproducible.patch gh#thezbyg/gpick#138 
bwiedem...@suse.com -- Fix reproducible builds
+Patch0: reproducible.patch
 BuildRequires:  boost-devel
 BuildRequires:  expat
 BuildRequires:  flex
@@ -50,6 +52,7 @@
 %lang_package
 %prep
 %setup -q -n %{name}_%{version}
+%patch0 -p1
 
 %build
 scons %{?_smp_mflags}

++ reproducible.patch ++
Index: gpick_0.2.5/tools/gpick.py
===
--- gpick_0.2.5.orig/tools/gpick.py
+++ gpick_0.2.5/tools/gpick.py
@@ -147,8 +147,8 @@ class GpickEnvironment(SConsEnvironment)
revision = 'not under version control system'
 
self.Replace(GPICK_BUILD_REVISION = revision,
-   GPICK_BUILD_DATE =  time.strftime ("%Y-%m-%d"),
-   GPICK_BUILD_TIME =  time.strftime ("%H:%M:%S"));
+   GPICK_BUILD_DATE =  time.strftime ("%Y-%m-%d", 
time.gmtime(int(os.environ.get('SOURCE_DATE_EPOCH', time.time(),
+   GPICK_BUILD_TIME =  time.strftime ("%H:%M:%S"));
 
 def RegexEscape(str):
return str.replace('\\', '')



commit gpick for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gpick for openSUSE:Factory checked 
in at 2013-09-23 15:10:38

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


Package is gpick

Changes:

--- /work/SRC/openSUSE:Factory/gpick/gpick.changes  2013-04-02 
11:49:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpick.new/gpick.changes 2013-09-23 
15:10:39.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 23 08:22:14 UTC 2013 - dims...@opensuse.org
+
+- Don't lie about the required lua version: SCons checks for
+  version 5.2.
+
+---



Other differences:
--
++ gpick.spec ++
--- /var/tmp/diff_new_pack.lJ07h0/_old  2013-09-23 15:10:40.0 +0200
+++ /var/tmp/diff_new_pack.lJ07h0/_new  2013-09-23 15:10:40.0 +0200
@@ -39,7 +39,7 @@
 %endif
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(lua) = 5.1
+BuildRequires:  pkgconfig(lua) = 5.2
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

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



commit gpick for openSUSE:Factory

2013-04-02 Thread h_root
Hello community,

here is the log from the commit of package gpick for openSUSE:Factory checked 
in at 2013-04-02 11:48:58

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


Package is gpick, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gpick/gpick.changes  2012-10-12 
08:11:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpick.new/gpick.changes 2013-04-02 
11:49:00.0 +0200
@@ -1,0 +2,10 @@
+Sat Mar 30 16:46:54 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.2.5:
+  + Bug fixes.
+  + Translations support.
+- Split out new -lang package.
+- Add libexpat-devel BuildRequires: new dependency.
+- Pass LOCALEDIR=%{_datadir} to scons.
+
+---

Old:

  gpick-0.2.4.tar.bz2

New:

  gpick_0.2.5.tar.gz



Other differences:
--
++ gpick.spec ++
--- /var/tmp/diff_new_pack.vrODDE/_old  2013-04-02 11:49:04.0 +0200
+++ /var/tmp/diff_new_pack.vrODDE/_new  2013-04-02 11:49:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpick
 #
-# Copyright (c) 2011 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
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   gpick
-Version:0.2.4
-Release:4
-License:BSD-3-Clause
+Version:0.2.5
+Release:0
 Summary:Advanced color picker writen in GTK+
-Url:http://code.google.com/p/gpick/
+License:BSD-3-Clause
 Group:  Productivity/Graphics/Visualization/Other
-Source0:%{name}-%{version}.tar.bz2
+Url:http://code.google.com/p/gpick/
+Source0:http://gpick.googlecode.com/files/%{name}_%{version}.tar.gz
 Source1:copyright
 BuildRequires:  boost-devel
 BuildRequires:  expat
@@ -32,20 +31,23 @@
 BuildRequires:  gcc-c++
 # hicolor-icon-theme BuildRequires for directory ownership
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  scons
+BuildRequires:  libexpat-devel
 BuildRequires:  pkgconfig
+BuildRequires:  scons
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(lua) = 5.1
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Gpick is a featured color picker with palette creation and modification
 tools. It is written in C++ and uses GTK+ toolkit for user interface.
 
+%lang_package
 %prep
 %setup -q -n %{name}_%{version}
 
@@ -53,24 +55,19 @@
 scons %{?_smp_mflags}
 
 %install
-scons install DESTDIR=%{buildroot}%{_prefix}
+scons install DESTDIR=%{buildroot}%{_prefix} LOCALEDIR=%{_datadir}/locale
 %if 0%{?suse_version}
 %suse_update_desktop_file %{name} Viewer
 %endif
 # Install copyright file. This file was given to me by the author/upstream.
 cp %{SOURCE1} COPYRIGHT
-
-%clean
-%{?buildroot:rm -rf %{buildroot}}
-
-%if 0%{?suse_version} = 1140
+%find_lang %{name} %{?no_lang_C}
 
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
-%endif
 
 %if 0%{?fedora_version}
 
@@ -89,7 +86,7 @@
 
 %files
 %defattr(-,root,root)
-%doc extern/expat/COPYING COPYRIGHT
+%doc COPYRIGHT
 %{_bindir}/%{name}
 %{_datadir}/applications/*.desktop
 %{_datadir}/%{name}/
@@ -97,4 +94,6 @@
 %{_datadir}/icons/hicolor/*/*/%{name}.*
 %{_mandir}/man1/%{name}.*
 
+%files lang -f %{name}.lang
+
 %changelog

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



commit gpick for openSUSE:Factory

2012-10-12 Thread h_root
Hello community,

here is the log from the commit of package gpick for openSUSE:Factory checked 
in at 2012-10-12 08:04:10

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


Package is gpick, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gpick/gpick.changes  2011-09-23 
02:01:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpick.new/gpick.changes 2012-10-12 
08:11:08.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 11 07:20:49 UTC 2012 - cfarr...@suse.com
+
+- license update: BSD-3-Clause
+  summarize licenses - bulk are BSD-3-Clause
+
+---



Other differences:
--
++ gpick.spec ++
--- /var/tmp/diff_new_pack.4wljTb/_old  2012-10-12 08:11:09.0 +0200
+++ /var/tmp/diff_new_pack.4wljTb/_new  2012-10-12 08:11:09.0 +0200
@@ -20,7 +20,7 @@
 Name:   gpick
 Version:0.2.4
 Release:4
-License:BSD-3 ; Expat License ; LUA License ; Others (BSD like)
+License:BSD-3-Clause
 Summary:Advanced color picker writen in GTK+
 Url:http://code.google.com/p/gpick/
 Group:  Productivity/Graphics/Visualization/Other

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



commit gpick for openSUSE:Factory

2011-05-31 Thread h_root

Hello community,

here is the log from the commit of package gpick for openSUSE:Factory
checked in at Tue May 31 17:27:44 CEST 2011.




--- gpick/gpick.changes 2011-05-16 21:38:10.0 +0200
+++ /mounts/work_src_done/STABLE/gpick/gpick.changes2011-05-28 
00:26:33.0 +0200
@@ -1,0 +2,8 @@
+Sat May 28 00:25:35 CEST 2011 - vu...@opensuse.org
+
+- Correctly use %suse_update_desktop_file by not re-installing
+  .desktop file, and not replacing categories while we just need to
+  add one category.
+- Minor improvement to description.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gpick.spec ++
--- /var/tmp/diff_new_pack.QiUfTh/_old  2011-05-31 17:27:03.0 +0200
+++ /var/tmp/diff_new_pack.QiUfTh/_new  2011-05-31 17:27:03.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   gpick
 Version:0.2.4
-Release:1
+Release:4
 License:BSD-3 ; Expat License ; LUA License ; Others (BSD like)
 Summary:Advanced color picker writen in GTK+
 Url:http://code.google.com/p/gpick/
@@ -34,17 +34,17 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  scons
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(lua) = 5.1
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(lua) = 5.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Gpick is a featured color picker with palette creation and modification tools.
-It is written in C++ and uses GTK+ toolkit for user interface.
+Gpick is a featured color picker with palette creation and modification
+tools. It is written in C++ and uses GTK+ toolkit for user interface.
 
 %prep
 %setup -q -n %{name}_%{version}
@@ -55,7 +55,7 @@
 %install
 scons install DESTDIR=%{buildroot}%{_prefix}
 %if 0%{?suse_version}
-%suse_update_desktop_file -i -r %{name} GNOME Graphics Viewer
+%suse_update_desktop_file %{name} Viewer
 %endif
 # Install copyright file. This file was given to me by the author/upstream.
 cp %{SOURCE1} COPYRIGHT






Remember to have fun...

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



commit gpick for openSUSE:Factory

2011-05-18 Thread h_root

Hello community,

here is the log from the commit of package gpick for openSUSE:Factory
checked in at Wed May 18 11:31:19 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/gpick/gpick.changes2011-05-16 
21:38:10.0 +0200
@@ -0,0 +1,36 @@
+---
+Mon May 16 19:09:40 UTC 2011 - nmarq...@opensuse.org
+
+- Update to version 0.2.4:
+  + Bug fix release only
+- Drop gpick-no-return-in-non-void.patch, 01_expat_dependency.patch
+  and 02_dsolink_expat.patch: fixed upstream
+- BuildRequire pkgconfig instead of pkg-config (this is provided
+  cross distro)
+
+---
+Sat May  7 17:47:21 UTC 2011 - nmarq...@opensuse.org
+
+- Updated source package to experimental 'amalgamation' package
+  provided by upstream for testing
+  + Removed lemon parser dependency (source includes now the
+generated files)
+- Add _smp_mflags to scons call in build section
+- BuildRequire expat
+- Add 'COPYRIGHT' file with the licences, provided by upstream
+- Add patches:
+  + gpick-no-return-in-non-void.patch: adds missing return to
+non-void function (sent upstream);
+  + Add 01_expat_dependency.patch: Adds expat dependency
+  + Add 02_dsolink_expat.patch: fixes linking with expat.
+
+---
+Thu May  5 20:47:47 UTC 2011 - nmarq...@opensuse.org
+
+- Modified spec file with required stuff for Fedora builds.
+
+---
+Thu May  5 16:07:27 UTC 2011 - nmarq...@opensuse.org
+
+- Initial package from version 0.2.3
+

calling whatdependson for head-i586


New:

  copyright
  gpick-0.2.4.tar.bz2
  gpick.changes
  gpick.spec



Other differences:
--
++ gpick.spec ++
#
# spec file for package gpick
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   gpick
Version:0.2.4
Release:1
License:BSD-3 ; Expat License ; LUA License ; Others (BSD like)
Summary:Advanced color picker writen in GTK+
Url:http://code.google.com/p/gpick/
Group:  Productivity/Graphics/Visualization/Other
Source0:%{name}-%{version}.tar.bz2
Source1:copyright
BuildRequires:  boost-devel
BuildRequires:  expat
BuildRequires:  flex
BuildRequires:  gcc-c++
# hicolor-icon-theme BuildRequires for directory ownership
BuildRequires:  hicolor-icon-theme
BuildRequires:  scons
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(lua) = 5.1
%if 0%{?suse_version}
BuildRequires:  update-desktop-files
%endif
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Gpick is a featured color picker with palette creation and modification tools.
It is written in C++ and uses GTK+ toolkit for user interface.

%prep
%setup -q -n %{name}_%{version}

%build
scons %{?_smp_mflags}

%install
scons install DESTDIR=%{buildroot}%{_prefix}
%if 0%{?suse_version}
%suse_update_desktop_file -i -r %{name} GNOME Graphics Viewer
%endif
# Install copyright file. This file was given to me by the author/upstream.
cp %{SOURCE1} COPYRIGHT

%clean
%{?buildroot:rm -rf %{buildroot}}

%if 0%{?suse_version} = 1140

%post
%icon_theme_cache_post

%postun
%icon_theme_cache_postun
%endif

%if 0%{?fedora_version}

%post
touch --no-create %{_datadir}/icons/hicolor /dev/null || :

%postun
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor /dev/null
gtk-update-icon-cache %{_datadir}/icons/hicolor /dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor /dev/null || :
%endif

%files
%defattr(-,root,root)
%doc extern/expat/COPYING COPYRIGHT
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}/
%{_datadir}/doc/%{name}/
%{_datadir}/icons/hicolor/*/*/%{name}.*
%{_mandir}/man1/%{name}.*

%changelog
++ copyright ++
Format: http://dep.debian.net/deps/dep5
Upstream-Name: gpick
Source: http://code.google.com/gpick/
Upstream-Contact: Albertas Vyšniauskas thez...@gmail.com

Files: *
Copyright: (C) 2009, 2010 Albertas Vyšniauskas thez...@gmail.com