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.000000000 +0200
+++ /mounts/work_src_done/STABLE/gpick/gpick.changes    2011-05-16 
21:38:10.000000000 +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>
License: BSD-3
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the software author nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' 
AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

Files: extern/expat/*
Copyright:
 (C) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers
 (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper
License: MIT
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

File: share/gpick/colors.txt
Copyright: (C) 2001 Resene Paints Ltd
License:
 Permission to copy this dictionary, to modify it, to redistribute it,
 to distribute modified versions, and to use it for any purpose is
 granted, subject to the following restrictions and understandings.
 .
 1. Any text copy made of this dictionary must include this copyright
 notice in full.
 .
 2. Any redistribution in binary form must reproduce this copyright
 notice in the documentation or other materials provided with the
 distribution.
 .
 3. Resene Paints Ltd makes no warranty or representation that this
 dictionary is error-free, and is under no obligation to provide any
 services, by way of maintenance, update, or otherwise.
 .
 4. There shall be no use of the name of Resene or Resene Paints Ltd
 in any advertising, promotional, or sales literature without prior
 written consent in each case.
 .
 5. These RGB colour formulations may not be used to the detriment of
 Resene Paints Ltd.

Files: debian/*
Copyright: (C) 2011 Elías Alejandro Año Mendoza <eal...@gmail.com>
License: BSD-3
Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the software author nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' 
AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

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

Reply via email to