Hello community,

here is the log from the commit of package kseg for openSUSE:Factory checked in 
at 2012-03-05 18:00:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kseg (Old)
 and      /work/SRC/openSUSE:Factory/.kseg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kseg", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kseg/kseg.changes        2011-09-23 
02:07:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kseg.new/kseg.changes   2012-03-05 
18:00:04.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Feb 15 20:22:04 UTC 2012 - [email protected]
+
+- fix copyright header in specfile
+
+-------------------------------------------------------------------
+Thu Jan 12 11:30:41 UTC 2012 - [email protected]
+
+- change license to be in spdx.org format
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kseg.spec ++++++
--- /var/tmp/diff_new_pack.uGbQPg/_old  2012-03-05 18:00:08.000000000 +0100
+++ /var/tmp/diff_new_pack.uGbQPg/_new  2012-03-05 18:00:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kseg
 #
-# 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
@@ -19,14 +19,14 @@
 
 Name:           kseg
 Version:        0.403
-Release:        70
-License:        GPL
+Release:        206
+License:        GPL-2.0+
 Summary:        A Simulator of Euclidean Geometry
 Url:            http://www.mit.edu/~ibaran
 Group:          Productivity/Scientific/Math
-Source0:        %name-%version.tar.bz2
-Source1:        %name.desktop
-Source2:        %name.xpm
+Source0:        %{name}-%{version}.tar.bz2
+Source1:        %{name}.desktop
+Source2:        %{name}.xpm
 Source10:       kseg_mn.qm
 # PATCH-FIX-UPSTREAM add missing include
 Patch0:         kseg-assert.patch
@@ -37,9 +37,11 @@
 BuildRequires:  libdrm-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  qt3-devel
+%if 0%{?suse_version}
 BuildRequires:  update-desktop-files
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%define         kseg_home %{_datadir}/%name
+%define         kseg_home %{_datadir}/%{name}
 
 %description
 KSEG is a program for exploring Euclidean geometry. You can create a
@@ -49,7 +51,7 @@
 well be used in math lessons in school.
 
 %prep
-%setup  -q -n %name
+%setup  -q -n %{name}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -63,16 +65,18 @@
 
 %install
 mkdir -p %{buildroot}%{kseg_home}/{examples,pics,locale}
-install -Dm755 kseg          %{buildroot}%{_bindir}/%name
+install -Dm755 kseg          %{buildroot}%{_bindir}/%{name}
 install -p -m644 *.qm *.html %{buildroot}%{kseg_home}/locale/
 install -p -m644 examples/*  %{buildroot}%{kseg_home}/examples/
 install -p -m644 pics/*      %{buildroot}%{kseg_home}/pics/
 # install additional locales
-install -m644 %{SOURCE10} %{buildroot}%{_datadir}/%name/locale/
+install -m644 %{SOURCE10} %{buildroot}%{_datadir}/%{name}/locale/
 
 # install desktop icon and entry
-install -Dm644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%name.xpm
-%suse_update_desktop_file -i %name Edutainment Math
+install -Dm644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.xpm
+%if 0%{?suse_version}
+%suse_update_desktop_file -i %{name} Edutainment Math
+%endif
 
 %clean
 rm -rf %{buildroot}
@@ -82,8 +86,8 @@
 %doc COPYING AUTHORS README
 %doc README.translators VERSION
 %{_bindir}/kseg
-%{_datadir}/applications/%name.desktop
-%{_datadir}/pixmaps/%name.xpm
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/pixmaps/%{name}.xpm
 %{kseg_home}
 
 %changelog


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to