Compare commits

...

4 Commits
master ... f7

Author SHA1 Message Date
Fedora Release Engineering
f5cb5c10ca dist-git conversion 2010-07-28 17:11:47 +00:00
Bastien Nocera
ce4182bd5e Try 0.1 as the release instead, we already have that version-release in
devel...
2007-07-26 10:31:22 +00:00
Bastien Nocera
a259ea9ffc - Update to 0.10.13, remove upstreamed docs patch 2007-07-26 10:13:08 +00:00
Bill Nottingham
d19980cf64 Initialize branch F-7 for gstreamer 2007-05-18 04:32:28 +00:00
5 changed files with 7 additions and 12 deletions

View File

@ -1 +0,0 @@
gstreamer-0.10.12.tar.bz2

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
gstreamer-0.10.13.tar.bz2

View File

@ -1,6 +0,0 @@
# Makefile for source rpm: gstreamer
# $Id$
NAME := gstreamer
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common

View File

@ -5,15 +5,14 @@
%define _libxml2 2.4.0
Name: %{gstreamer}
Version: 0.10.12
Release: 1%{?dist}
Version: 0.10.13
Release: 0.1%{?dist}
Summary: GStreamer streaming media framework runtime
Group: Applications/Multimedia
License: LGPL
URL: http://gstreamer.freedesktop.org/
Source: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.bz2
Patch0: gstreamer-0.10.9-docs.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: gstreamer-tools >= %{version}
@ -91,7 +90,6 @@ with different major/minor versions of GStreamer.
%prep
%setup -q -n gstreamer-%{version}
%patch0 -p1 -b .docs
%build
# 0.10.0: manuals do not build due to an openjade error; disable for now
@ -197,6 +195,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}/*
%changelog
* Thu Jul 26 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-0.1
- Update to 0.10.13, remove upstreamed docs patch
* Thu Mar 08 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.12-1
- Update to 0.10.12

View File

@ -1 +1 @@
d3ad1b5f265ab1bd695405fea26317a4 gstreamer-0.10.12.tar.bz2
69b594b43e52e1d0eaf512a89c7b3137 gstreamer-0.10.13.tar.bz2