diff --git a/.gitignore b/.gitignore index aa6a705..62fb309 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /gnome-video-effects-0.1.0.tar.bz2 +/gnome-video-effects-0.2.0.tar.bz2 diff --git a/gnome-video-effects-0.1.0-pkgconfigloc.patch b/gnome-video-effects-0.1.0-pkgconfigloc.patch deleted file mode 100644 index 755a320..0000000 --- a/gnome-video-effects-0.1.0-pkgconfigloc.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Makefile.am b/Makefile.am -index 24477a8..8638fc8 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -11,7 +11,7 @@ CLEANFILES = gnome-video-effects.pc - DISTCLEANFILES = \ - gnome-doc-utils.make - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(datadir)/pkgconfig - pkgconfig_DATA = gnome-video-effects.pc - - dist-hook: diff --git a/gnome-video-effects.spec b/gnome-video-effects.spec index 7d9a0ce..28bcf12 100644 --- a/gnome-video-effects.spec +++ b/gnome-video-effects.spec @@ -1,27 +1,21 @@ Name: gnome-video-effects -Version: 0.1.0 +Version: 0.2.0 Release: 1%{?dist} Summary: Collection of GStreamer video effects Group: System Environment/Libraries License: GPLv2 URL: http://live.gnome.org/GnomeVideoEffects -Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.1/%{name}-%{version}.tar.bz2 -# https://bugzilla.gnome.org/show_bug.cgi?id=628502 -Patch0: gnome-video-effects-0.1.0-pkgconfigloc.patch +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.2/%{name}-%{version}.tar.bz2 Buildarch: noarch BuildRequires: intltool -# for the autoreconf for patch 1 -BuildRequires: autoconf automake glib2-devel %description A collection of GStreamer effects to be used in different GNOME Modules. %prep %setup -q -%patch0 -p1 -b .pkgconfigloc -autoreconf -f %build %configure @@ -40,5 +34,8 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Mon Dec 6 2010 Yanko Kaneti 0.2.0-1 +- Update to 0.2.0. New effects. + * Wed Sep 1 2010 Yanko Kaneti 0.1.0-1 - Packaged for review diff --git a/sources b/sources index 68e4432..56de94f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e4c5302764e411fc596501d528adae5c gnome-video-effects-0.1.0.tar.bz2 +b0fd0a14c908dbb2e23fd599fa7a9f34 gnome-video-effects-0.2.0.tar.bz2