diff --git a/.gitignore b/.gitignore index db64bc1..d0efe13 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,4 @@ gtksourceview-2.90.4.tar.bz2 /gtksourceview-3.21.3.tar.xz /gtksourceview-3.21.4.tar.xz /gtksourceview-3.21.5.tar.xz +/gtksourceview-3.21.6.tar.xz diff --git a/gtksourceview3.spec b/gtksourceview3.spec index fc7e7c0..6cd1624 100644 --- a/gtksourceview3.spec +++ b/gtksourceview3.spec @@ -5,10 +5,9 @@ Summary: A library for viewing source files Name: gtksourceview3 -Version: 3.21.5 +Version: 3.21.6 Release: 1%{?dist} License: LGPLv2+ -Group: System Environment/Libraries URL: https://wiki.gnome.org/Projects/GtkSourceView #VCS: git:git://git.gnome.org/gtksourceview Source0: http://download.gnome.org/sources/gtksourceview/3.21/gtksourceview-%{version}.tar.xz @@ -37,7 +36,6 @@ This package contains version 3 of GtkSourceView. The older version %package devel Summary: Files to compile applications that use gtksourceview3 -Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %description devel @@ -46,7 +44,6 @@ applications which use GtkSourceView 3. %package tests Summary: Tests for the gtksourceview3 package -Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %description tests @@ -100,6 +97,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_datadir}/installed-tests/gtksourceview-3.0/ %changelog +* Sun Sep 11 2016 Kalev Lember - 3.21.6-1 +- Update to 3.21.6 +- Don't set group tags + * Thu Aug 18 2016 Kalev Lember - 3.21.5-1 - Update to 3.21.5 diff --git a/sources b/sources index 01e3b7d..9054144 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3eaac9c95e5278a6248a69ca091be6f7 gtksourceview-3.21.5.tar.xz +99ee7a1b335bdbb2614a25ecfc42a4bb gtksourceview-3.21.6.tar.xz