From 6521ea2e34727e6281164ef407d845fa43d160aa75135e7a9c634dc642f6e5e8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Mar 2013 23:01:11 +0000 Subject: [PATCH 1/2] Accepting request 158306 from GNOME:Next Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158306 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/enchant?expand=0&rev=21 --- enchant.changes | 5 +++++ enchant.spec | 16 ++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/enchant.changes b/enchant.changes index 506f550..94fe0f4 100644 --- a/enchant.changes +++ b/enchant.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 1 12:42:43 UTC 2013 - dimstar@opensuse.org + +- Spec-cleanup using format_spec_file service. + ------------------------------------------------------------------- Sun Oct 9 14:14:13 UTC 2011 - alinm.elena@gmail.com diff --git a/enchant.spec b/enchant.spec index 8fd1147..fb0f099 100644 --- a/enchant.spec +++ b/enchant.spec @@ -1,7 +1,7 @@ # # spec file for package enchant # -# 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,12 +16,11 @@ # - Name: enchant Version: 1.6.0 -Release: 6 -License: LGPLv2.1+ +Release: 0 Summary: Generic Spell Checking Library +License: LGPL-2.1+ Group: Productivity/Text/Spell Url: http://www.abisource.com/ Source: %{name}-%{version}.tar.bz2 @@ -39,7 +38,6 @@ A library providing an efficient extensible abstraction for dealing with different spell checking libraries. %package tools -License: LGPLv2.1+ Summary: Generic Spell Checking Library - Command Line Tools Group: Productivity/Text/Spell @@ -50,7 +48,6 @@ with different spell checking libraries. This package provides command-line tools to interact with enchant. %package voikko -License: LGPLv2.1+ Summary: Generic Spell Checking Library - Voikko Plugin Group: Productivity/Text/Spell Provides: locale(%{name}:fi) @@ -61,7 +58,6 @@ extensible abstraction for dealing with different spell checking libraries. %package zemberek -License: LGPLv2.1+ Summary: Generic Spell Checking Library - Zemberek Plugin Group: Productivity/Text/Spell Provides: locale(%{name}:az) @@ -78,7 +74,6 @@ providing an efficient extensible abstraction for dealing with different spell checking libraries. %package -n libenchant1 -License: LGPLv2.1+ Summary: Generic Spell Checking Library Group: System/Libraries Provides: %{name} = %{version} @@ -89,10 +84,11 @@ A library providing an efficient extensible abstraction for dealing with different spell checking libraries. %package devel -License: LGPLv2.1+ Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} glib2-devel libstdc++-devel +Requires: %{name} = %{version} +Requires: glib2-devel +Requires: libstdc++-devel %description devel This package contains all necessary include files and libraries needed From 37022e3b65a4156028c5a55fe45a98f11cfdff09f29aaac27cfb5a408987fe45 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 26 Mar 2013 15:50:24 +0000 Subject: [PATCH 2/2] Accepting request 161177 from home:m_meister:branches:openSUSE:Factory - Added url as source. Please see http://en.opensuse.org/SourceUrls OBS-URL: https://build.opensuse.org/request/show/161177 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/enchant?expand=0&rev=22 --- enchant-1.6.0.tar.bz2 | 3 --- enchant-1.6.0.tar.gz | 3 +++ enchant.changes | 6 ++++++ enchant.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 enchant-1.6.0.tar.bz2 create mode 100644 enchant-1.6.0.tar.gz diff --git a/enchant-1.6.0.tar.bz2 b/enchant-1.6.0.tar.bz2 deleted file mode 100644 index 0b87e5b..0000000 --- a/enchant-1.6.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6b9134c5c175346f8076feb5cbcff4732aa1d13715e33e16feebc59d4aa57bb -size 476475 diff --git a/enchant-1.6.0.tar.gz b/enchant-1.6.0.tar.gz new file mode 100644 index 0000000..8bc8ed0 --- /dev/null +++ b/enchant-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f +size 607018 diff --git a/enchant.changes b/enchant.changes index 94fe0f4..b9f9eef 100644 --- a/enchant.changes +++ b/enchant.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 26 13:04:28 UTC 2013 - mmeister@suse.com + +- Added url as source. + Please see http://en.opensuse.org/SourceUrls + ------------------------------------------------------------------- Fri Mar 1 12:42:43 UTC 2013 - dimstar@opensuse.org diff --git a/enchant.spec b/enchant.spec index fb0f099..e5b1ce4 100644 --- a/enchant.spec +++ b/enchant.spec @@ -23,7 +23,7 @@ Summary: Generic Spell Checking Library License: LGPL-2.1+ Group: Productivity/Text/Spell Url: http://www.abisource.com/ -Source: %{name}-%{version}.tar.bz2 +Source: http://www.abisource.com/downloads/%{name}/%{version}/%{name}-%{version}.tar.gz Source1: baselibs.conf BuildRequires: aspell-devel BuildRequires: dbus-1-glib-devel