3c9a584
%global         majorminor      1.0
08aa9c9
8eab018
#global gitrel     140
8eab018
#global gitcommit  a70055b58568f7304ba46bd8742232337013487b
8eab018
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
5a66bb4
8a6728e
%global         _glib2                  2.32.0
08aa9c9
%global         _libxml2                2.4.0
08aa9c9
%global         _gobject_introspection  1.31.1
cc3de3f
%global 	__python %{__python3}
08aa9c9
66e9dab
%if 0%{?fedora}
66e9dab
%bcond_without unwind
66e9dab
%else
66e9dab
%bcond_with unwind
66e9dab
%endif
66e9dab
9b966f2
# The 1.19.1 development release was wrongly pushed into stable f34.
9b966f2
# Instead of updating the epoch, 1.19.1-1.18.4.x is used because this
9b966f2
# is a temporary version problem that will resolve itself in f35.
9b966f2
%global realversion 1.18.4
9b966f2
08aa9c9
Name:           gstreamer1
a8470a3
Version:        1.19.1
2f12640
Release:        2.%{realversion}%{?gitcommit:.git%{shortcommit}}%{?dist}
08aa9c9
Summary:        GStreamer streaming media framework runtime
08aa9c9
08aa9c9
License:        LGPLv2+
08aa9c9
URL:            http://gstreamer.freedesktop.org/
5a66bb4
%if 0%{?gitrel}
5a66bb4
# git clone git://anongit.freedesktop.org/gstreamer/gstreamer
5a66bb4
# cd gstreamer; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
9b966f2
Source0:        gstreamer-%{realversion}.tar.xz
5a66bb4
%else
9b966f2
Source0:        http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{realversion}.tar.xz
5a66bb4
%endif
d416855
## For GStreamer RPM provides
d416855
Patch0:         gstreamer-inspect-rpm-format.patch
d416855
Source1:        gstreamer1.prov
d416855
Source2:        gstreamer1.attr
08aa9c9
b4c0175
BuildRequires:  meson >= 0.48.0
b4c0175
BuildRequires:  gcc
08aa9c9
BuildRequires:  glib2-devel >= %{_glib2}
08aa9c9
BuildRequires:  libxml2-devel >= %{_libxml2}
08aa9c9
BuildRequires:  gobject-introspection-devel >= %{_gobject_introspection}
08aa9c9
BuildRequires:  bison
08aa9c9
BuildRequires:  flex
08aa9c9
BuildRequires:  check-devel
08aa9c9
BuildRequires:  gettext
08aa9c9
BuildRequires:  pkgconfig
65a6922
BuildRequires:  libcap-devel
66e9dab
%if %{with unwind}
091cf58
BuildRequires:  libunwind-devel
03f1974
%endif
9ef6631
BuildRequires:  elfutils-devel
9ef6631
BuildRequires:  bash-completion
08aa9c9
08aa9c9
%description
08aa9c9
GStreamer is a streaming media framework, based on graphs of filters which
08aa9c9
operate on media data. Applications using this library can do anything
08aa9c9
from real-time sound processing to playing videos, and just about anything
08aa9c9
else media-related.  Its plugin-based architecture means that new data
08aa9c9
types or processing capabilities can be added simply by installing new 
08aa9c9
plugins.
08aa9c9
08aa9c9
08aa9c9
%package devel
08aa9c9
Summary:        Libraries/include files for GStreamer streaming media framework
aa5f777
Requires:       %{name}%{?isa} = %{version}-%{release}
aa5f777
Requires:       glib2-devel%{?_isa} >= %{_glib2}
aa5f777
Requires:       libxml2-devel%{?_isa} >= %{_libxml2}
08aa9c9
Requires:       check-devel
6f104d0
# file /usr/include/gstreamer-1.0/gst/base/gstaggregator.h conflicts between attempted installs of gstreamer1-plugins-bad-free-devel-1.12.4-3.fc28.x86_64 and gstreamer1-devel-1.13.1-1.fc29.x86_64
6f104d0
Conflicts:      gstreamer1-plugins-bad-free-devel < 1.13
08aa9c9
08aa9c9
%description devel
08aa9c9
The %{name}-devel package contains libraries and header files for
08aa9c9
developing applications that use %{name}.
08aa9c9
b4c0175
%if 0
08aa9c9
%package devel-docs
08aa9c9
Summary:         Developer documentation for GStreamer streaming media framework
08aa9c9
Requires:        %{name} = %{version}-%{release}
08aa9c9
BuildArch:       noarch
08aa9c9
08aa9c9
%description devel-docs
08aa9c9
This %{name}-devel-docs contains developer documentation for the
08aa9c9
GStreamer streaming media framework.
b4c0175
%endif
08aa9c9
08aa9c9
08aa9c9
%prep
9b966f2
%setup -q -n gstreamer-%{realversion}
d416855
%patch0 -p1 -b .rpm-provides
08aa9c9
08aa9c9
%build
b4c0175
%meson	\
b4c0175
  -D package-name='Fedora GStreamer package' \
b4c0175
  -D package-origin='http://download.fedoraproject.org' \
b4c0175
  -D gtk_doc=disabled \
b4c0175
  -D tests=disabled -D examples=disabled \
b4c0175
  -D ptp-helper-permissions=capabilities \
66e9dab
  %{!?with_unwind:-D libunwind=disabled -D libdw=disabled } \
b4c0175
  -D dbghelp=disabled \
b4c0175
  -D doc=disabled
9ef6631
%meson_build
08aa9c9
08aa9c9
%install
b4c0175
%meson_install
08aa9c9
08aa9c9
%find_lang gstreamer-%{majorminor}
d416855
# Add the provides script
d416855
install -m0755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_rpmconfigdir}/gstreamer1.prov
d416855
# Add the gstreamer plugin file attribute entry (rpm >= 4.9.0)
d416855
install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer1.attr
08aa9c9
aa5f777
%ldconfig_scriptlets
08aa9c9
08aa9c9
%files -f gstreamer-%{majorminor}.lang
2dfd34b
%license COPYING
2dfd34b
%doc AUTHORS NEWS README RELEASE
08aa9c9
%{_libdir}/libgstreamer-%{majorminor}.so.*
08aa9c9
%{_libdir}/libgstbase-%{majorminor}.so.*
08aa9c9
%{_libdir}/libgstcheck-%{majorminor}.so.*
08aa9c9
%{_libdir}/libgstcontroller-%{majorminor}.so.*
08aa9c9
%{_libdir}/libgstnet-%{majorminor}.so.*
08aa9c9
08aa9c9
%{_libexecdir}/gstreamer-%{majorminor}/
08aa9c9
08aa9c9
%dir %{_libdir}/gstreamer-%{majorminor}
08aa9c9
%{_libdir}/gstreamer-%{majorminor}/libgstcoreelements.so
969b117
%{_libdir}/gstreamer-%{majorminor}/libgstcoretracers.so
08aa9c9
08aa9c9
%{_libdir}/girepository-1.0/Gst-%{majorminor}.typelib
08aa9c9
%{_libdir}/girepository-1.0/GstBase-%{majorminor}.typelib
08aa9c9
%{_libdir}/girepository-1.0/GstCheck-%{majorminor}.typelib
08aa9c9
%{_libdir}/girepository-1.0/GstController-%{majorminor}.typelib
08aa9c9
%{_libdir}/girepository-1.0/GstNet-%{majorminor}.typelib
08aa9c9
08aa9c9
%{_bindir}/gst-inspect-%{majorminor}
08aa9c9
%{_bindir}/gst-launch-%{majorminor}
969b117
%{_bindir}/gst-stats-%{majorminor}
08aa9c9
%{_bindir}/gst-typefind-%{majorminor}
08aa9c9
d416855
%{_rpmconfigdir}/gstreamer1.prov
d416855
%{_rpmconfigdir}/fileattrs/gstreamer1.attr
d416855
08aa9c9
%doc %{_mandir}/man1/gst-inspect-%{majorminor}.*
08aa9c9
%doc %{_mandir}/man1/gst-launch-%{majorminor}.*
64a24e9
%doc %{_mandir}/man1/gst-stats-%{majorminor}.*
08aa9c9
%doc %{_mandir}/man1/gst-typefind-%{majorminor}.*
08aa9c9
5a66bb4
%{_datadir}/bash-completion/completions/gst-inspect-1.0
5a66bb4
%{_datadir}/bash-completion/completions/gst-launch-1.0
5a66bb4
%{_datadir}/bash-completion/helpers/gst
5a66bb4
08aa9c9
%files devel
08aa9c9
%dir %{_includedir}/gstreamer-%{majorminor}
08aa9c9
%dir %{_includedir}/gstreamer-%{majorminor}/gst
08aa9c9
%dir %{_includedir}/gstreamer-%{majorminor}/gst/base
08aa9c9
%dir %{_includedir}/gstreamer-%{majorminor}/gst/check
08aa9c9
%dir %{_includedir}/gstreamer-%{majorminor}/gst/controller
08aa9c9
%dir %{_includedir}/gstreamer-%{majorminor}/gst/net
08aa9c9
%{_includedir}/gstreamer-%{majorminor}/gst/*.h
08aa9c9
%{_includedir}/gstreamer-%{majorminor}/gst/base/*.h
08aa9c9
%{_includedir}/gstreamer-%{majorminor}/gst/check/*.h
08aa9c9
%{_includedir}/gstreamer-%{majorminor}/gst/controller/*.h
08aa9c9
%{_includedir}/gstreamer-%{majorminor}/gst/net/*.h
08aa9c9
08aa9c9
%{_libdir}/libgstreamer-%{majorminor}.so
08aa9c9
%{_libdir}/libgstbase-%{majorminor}.so
08aa9c9
%{_libdir}/libgstcheck-%{majorminor}.so
08aa9c9
%{_libdir}/libgstcontroller-%{majorminor}.so
08aa9c9
%{_libdir}/libgstnet-%{majorminor}.so
08aa9c9
08aa9c9
%{_datadir}/gir-1.0/Gst-%{majorminor}.gir
08aa9c9
%{_datadir}/gir-1.0/GstBase-%{majorminor}.gir
08aa9c9
%{_datadir}/gir-1.0/GstCheck-%{majorminor}.gir
08aa9c9
%{_datadir}/gir-1.0/GstController-%{majorminor}.gir
08aa9c9
%{_datadir}/gir-1.0/GstNet-%{majorminor}.gir
08aa9c9
08aa9c9
%{_datadir}/aclocal/gst-element-check-%{majorminor}.m4
08aa9c9
cc3de3f
%dir %{_datadir}/gstreamer-%{majorminor}/gdb/
cc3de3f
%{_datadir}/gstreamer-%{majorminor}/gdb/
cc3de3f
%{_datadir}/gdb/auto-load/
cc3de3f
08aa9c9
%{_libdir}/pkgconfig/gstreamer-%{majorminor}.pc
08aa9c9
%{_libdir}/pkgconfig/gstreamer-base-%{majorminor}.pc
08aa9c9
%{_libdir}/pkgconfig/gstreamer-controller-%{majorminor}.pc
08aa9c9
%{_libdir}/pkgconfig/gstreamer-check-%{majorminor}.pc
08aa9c9
%{_libdir}/pkgconfig/gstreamer-net-%{majorminor}.pc
08aa9c9
b4c0175
%if 0
08aa9c9
%files devel-docs
08aa9c9
%doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}
08aa9c9
%doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}
08aa9c9
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
b4c0175
%endif
08aa9c9
08aa9c9
08aa9c9
%changelog
2f12640
* Thu Jun 17 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-2.1.18.4
2f12640
- Bump for rebuild
2f12640
9917291
* Thu Jun 17 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-1.1.18.4
9917291
- Move baserelease before real version
9917291
9b966f2
* Tue Jun 15 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-1.18.4.1
9b966f2
- Reverted from wrong unstable 1.19.1 update. F34 should keep the
9b966f2
  stable 1.18.4 version.
a8470a3
66e9dab
* Tue Apr 6 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-2
66e9dab
- Fix build options to disable libunwind and libdw
66e9dab
6a34bf1
* Tue Mar 16 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-1
6a34bf1
- Update to 1.18.4
6a34bf1
03f1974
* Tue Feb 23 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.2-3
03f1974
- Use libunwind only on fedora
03f1974
fe896e2
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-2
fe896e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
fe896e2
70b4aec
* Thu Dec 10 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.2-1
70b4aec
- Update to 1.18.2
70b4aec
ed459fa
* Fri Oct 30 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.1-1
ed459fa
- Update to 1.18.1
ed459fa
afb5f20
* Tue Sep 8 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.0-1
afb5f20
- Update to 1.18.0
afb5f20
1736bff
* Fri Aug 21 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.90-1
1736bff
- Update to 1.17.90
1736bff
157bb8f
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-2
157bb8f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
157bb8f
c82b4cb
* Mon Jul 6 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.2-1
c82b4cb
- Update to 1.17.2
c82b4cb
9bb3504
* Mon Jun 22 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.1-2
9bb3504
- Enable debug again
9bb3504
b4c0175
* Mon Jun 22 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.1-1
b4c0175
- Update to 1.17.1
b4c0175
- Update to meson build
b4c0175
- Disable docs because it needs Hotdoc, which is not in Fedora yet
b4c0175
- remove BuildRequires: for gtk-doc and autoconf related things
9ef6631
- Add BuildRequires: for libunwind-devel, elfutils-devel, bash-completion
b4c0175
6c6c2eb
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-2
6c6c2eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
6c6c2eb
d99a74c
* Thu Jan 2 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.2-1
d99a74c
- Update to 1.16.2
d99a74c
65a6922
* Tue Sep 24 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
65a6922
- Update to 1.16.1
65a6922
- Enable libcap for the ptp helper permissions
65a6922
63f1375
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
63f1375
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
63f1375
d9d3a25
* Tue Apr 23 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.0-1
d9d3a25
- Update to 1.16.0
d9d3a25
edb30c2
* Fri Mar 01 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.2-1
edb30c2
- Update to 1.15.2
edb30c2
82a4c87
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-3
82a4c87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
82a4c87
7e58744
* Mon Jan 28 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.1-2
7e58744
- Rebuild for dependencies
7e58744
cc3de3f
* Fri Jan 25 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.1-1
cc3de3f
- Update to 1.15.1
cc3de3f
b69f767
* Wed Oct 03 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.4-1
b69f767
- Update to 1.14.4
b69f767
b547270
* Tue Sep 18 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.3-1
b547270
- Update to 1.14.3
b547270
38168cf
* Mon Jul 23 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.2-1
38168cf
- Update to 1.14.2
38168cf
d1d9f0e
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-6
d1d9f0e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d1d9f0e
981c08b
* Fri Jun 15 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-5
981c08b
- Remove xfig build dependency. It has not been needed since
981c08b
  version 1.2.0
981c08b
Bastien Nocera e7cf1d0
* Wed Jun 06 2018 Bastien Nocera <bnocera@redhat.com> - 1.14.1-4
Bastien Nocera e7cf1d0
- Remove -Wcast-align fix patch, it's not complete
Bastien Nocera e7cf1d0
Bastien Nocera e7cf1d0
* Wed Jun 06 2018 Bastien Nocera <bnocera@redhat.com> - 1.14.1-3
Bastien Nocera f52eed8
- Add test patch to shut -Wcast-align warnings
Bastien Nocera f52eed8
e1cc695
* Fri May 25 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-2
e1cc695
- Update gstreamer1.prov file: Only scan in plugin directories
e1cc695
  and relax file name and type. (#1581325)
e1cc695
8963343
* Mon May 21 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-1
8963343
- Update to 1.14.1
413ad0c
- Remove obsolete patch
8963343
79ee1be
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
79ee1be
- Update to 1.14.0
79ee1be
9f3d89b
* Wed Mar 14 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.91-1
9f3d89b
- Update to 1.13.91
966a39d
- fix doc dependencies
9f3d89b
8a59e72
* Mon Mar 05 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.90-1
8a59e72
- Update to 1.13.90
8a59e72
aa5f777
* Fri Feb 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-3
aa5f777
- %%build: --disable-fatal-warnings --disable-silent-rules
aa5f777
- fix rpath harder
aa5f777
- use %%ldconfig_scriptlets, %%make_build, %%make_install
aa5f777
- -devel: tighten deps with %%{_isa}
aa5f777
6f104d0
* Fri Feb 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-2
6f104d0
- -devel: Conflicts: gstreamer1-plugins-bad-free-devel < 1.13
6f104d0
723074f
* Thu Feb 22 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.1-1
723074f
- Update to 1.13.1
723074f
- Update rpm patch
005d5ba
- Fix compiler error
723074f
d376435
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4-2
d376435
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d376435
923f506
* Mon Dec 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.4-1
923f506
- Update to 1.12.4
923f506
f499c7b
* Fri Oct 13 2017 Troy Dawson <tdawson@redhat.com> - 1.12.3-2
f499c7b
- Cleanup spec file conditionals
f499c7b
63d21f4
* Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.3-1
63d21f4
- Update to 1.12.3
63d21f4
dea7944
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-3
dea7944
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
dea7944
dff85e8
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
dff85e8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
dff85e8
d91bd75
* Mon Jul 17 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.2-1
d91bd75
- Update to 1.12.2
d91bd75
2ebb164
* Tue Jun 20 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.1-1
2ebb164
- Update to 1.12.1
64a24e9
- Add gst-stats manpage
2ebb164
7078639
* Wed May 10 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.0-1
7078639
- Update to 1.12.0
7078639
fc67a15
* Fri Apr 28 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.91-1
fc67a15
- Update to 1.11.91
fc67a15
bcf7fa8
* Tue Apr 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.90-1
bcf7fa8
- Update to 1.11.90
bcf7fa8
0cba8cf
* Thu Mar 30 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.2-2
0cba8cf
- rebuild for https://github.com/UnitedRPMs/packages/issues/106#issuecomment-290404434
0cba8cf
88bc554
* Fri Feb 24 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.2-1
88bc554
- Update to 1.11.2
88bc554
7095ac6
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-2
7095ac6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
231f569
- fix build
7095ac6
dd0e8c9
* Fri Jan 13 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.1-1
dd0e8c9
- Update to 1.11.1
dd0e8c9
- update rpm patch
dd0e8c9
765b54a
* Mon Dec 05 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.2-1
765b54a
- Update to 1.10.2
765b54a
1b71fb9
* Mon Nov 28 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.1-1
1b71fb9
- Update to 1.10.1
1b71fb9
9216930
* Thu Nov 3 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.0-1
9216930
- Update to 1.10.0
9216930
3aea2ec
* Fri Sep 30 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.90-1
3aea2ec
- Update to 1.9.90
9208b16
- remove obsolete patches
3aea2ec
2eb5799
* Thu Sep  8 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.9.2-3
2eb5799
- fix build on Power64
2eb5799
5a78bff
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-2
5a78bff
- fix build on s390x
5a78bff
ef2d7d3
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-1
ef2d7d3
- Update to 1.9.2
d542314
- gstconfig.h was moved to normal include dir
ef2d7d3
484ca45
* Thu Jul 07 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-1
484ca45
- Update to 1.9.1
484ca45
abcf3f7
* Thu Jun 09 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.2-1
abcf3f7
- Update to 1.8.2
abcf3f7
0c1c581
* Thu Apr 21 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.1-1
0c1c581
- Update to 1.8.1
0c1c581
c60739d
* Thu Mar 24 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.0-1
c60739d
- Update to 1.8.0
c60739d
fc2f049
* Wed Mar 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.91-1
fc2f049
- Update to 1.7.91
fc2f049
b834502
* Wed Mar 02 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.90-1
b834502
- Update to 1.7.90
b834502
72faa5a
* Fri Feb 19 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.2-1
72faa5a
- Update to 1.7.2
72faa5a
a13e91b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
a13e91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a13e91b
969b117
* Mon Jan 4 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-1
969b117
- Update to 1.7.1
969b117
- update rpm inspect patch
969b117
- add gst-stats
969b117
- add core traces
969b117
12d1a83
* Tue Dec 15 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.2-1
12d1a83
- Update to 1.6.2
12d1a83
1fe7557
* Mon Nov 2 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.1-1
1fe7557
- Update to 1.6.1
1fe7557
1eed139
* Sat Sep 26 2015 Kalev Lember <klember@redhat.com> - 1.6.0-2
1eed139
- Remove lib64 rpaths from newly added binaries
1eed139
45d0ea3
* Sat Sep 26 2015 Kalev Lember <klember@redhat.com> - 1.6.0-1
45d0ea3
- Update to 1.6.0
2dfd34b
- Use license macro for COPYING
45d0ea3
a95467a
* Mon Sep 21 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.91-1
a95467a
- Update to 1.5.91
a95467a
0798478
* Wed Aug 19 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-1
0798478
- Update to 1.5.90
0798478
c1f6621
* Thu Jun 25 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.2-1
c1f6621
- Update to 1.5.2
c1f6621
15baceb
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-2
15baceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
15baceb
5a66bb4
* Tue May 5 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.1-1
5a66bb4
- Update to 1.5.1
5a66bb4
- add new bash-completion scripts
5a66bb4
- gstconfig.h got moved
5a66bb4
90465b0
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.4.5-2
90465b0
- Rebuilt for Fedora 23 Change
90465b0
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
90465b0
Bastien Nocera d4c5519
* Wed Jan 28 2015 Bastien Nocera <bnocera@redhat.com> 1.4.5-1
Bastien Nocera d4c5519
- Update to 1.4.5
Bastien Nocera d4c5519
fdce3ea
* Fri Nov 14 2014 Kalev Lember <kalevlember@gmail.com> - 1.4.4-1
fdce3ea
- Update to 1.4.4
fdce3ea
dce9a4f
* Mon Sep 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.2-1
dce9a4f
- Update to 1.4.2
dce9a4f
35b732a
* Fri Aug 29 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.1-1
35b732a
- Update to 1.4.1
35b732a
7ef623a
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-3
7ef623a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7ef623a
6ecf501
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.4.0-2
6ecf501
- Rebuilt for gobject-introspection 1.41.4
6ecf501
ab768e9
* Tue Jul 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.0-1
ab768e9
- Update to 1.4.0
ab768e9
7f0a931
* Fri Jul 11 2014 Wim Taymans <wtaymans@redhat.com> - 1.3.91-1
7f0a931
- Update to 1.3.91
7f0a931
Richard Hughes c77e0e3
* Mon Jun 30 2014 Richard Hughes <rhughes@redhat.com> - 1.3.90-1
Richard Hughes c77e0e3
- Update to 1.3.90
Richard Hughes c77e0e3
b96ca35
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-2
b96ca35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b96ca35
675255b
* Sun Apr 20 2014 Brian Pepple <bpepple@fedoraproject.org> - 1.2.4-1
675255b
- Update to 1.2.4.
675255b
258d5f5
* Mon Feb 10 2014 Brian Pepple <bpepple@fedoraproject.org> - 1.2.3-1
258d5f5
- Update to 1.2.3.
258d5f5
fe1ab7c
* Fri Dec 27 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.2-1
fe1ab7c
- Update to 1.2.2.
fe1ab7c
e394654
* Mon Nov 11 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-1
e394654
- Update to 1.2.1.
e394654
2f1a9c9
* Tue Sep 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.0-1
2f1a9c9
- Update to 1.2.0.
2f1a9c9
b28273a
* Thu Sep 19 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.90-1
b28273a
- Update to 1.1.90.
b28273a
a66ba4c
* Wed Aug 28 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-1
a66ba4c
- Update to 1.1.4.
a66ba4c
d8db76b
* Mon Jul 29 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.3-1
d8db76b
- Update to 1.1.3.
d8db76b
00bdd4e
* Fri Jul 12 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.2-1
00bdd4e
- Update to 1.1.2.
00bdd4e
e5b1bde
* Fri Apr 26 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.7-1
e5b1bde
- Update to 1.0.7.
e5b1bde
66c734b
* Wed Mar 27 2013 Adam Jackson <ajax@redhat.com>
66c734b
- Tweak BRs for RHEL
66c734b
95d1f53
* Fri Mar 22 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.6-1
95d1f53
- Update to 1.0.6.
fd4dff3
- Remove BR on PyXML.
95d1f53
93b8050
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
93b8050
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
93b8050
c447593
* Tue Jan  8 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.5-1
c447593
- Update to 1.0.5.
c447593
e8116a5
* Wed Dec 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.4-1
e8116a5
- Update to 1.0.4
e8116a5
e865f40
* Wed Nov 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.3-1
e865f40
- Update to 1.0.3
e865f40
f374c4c
* Thu Oct 25 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.2-1
f374c4c
- Update to 1.0.2.
f374c4c
9909cda
* Sun Oct  7 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.1-1
9909cda
- Update to 1.0.1
9909cda
13ed21f
* Mon Oct  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0-2
13ed21f
- Enable verbose build
13ed21f
05afb96
* Mon Sep 24 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.0-1
05afb96
- Update to 1.0.0.
05afb96
a83adda
* Wed Sep 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.99-1
a83adda
- Update to 0.11.99
a83adda
7e25ce6
* Fri Sep 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.94-1
7e25ce6
- Update to 0.11.94.
7e25ce6
d416855
* Sat Sep  8 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.93-2
d416855
- Add patch to gst-inspect to generate RPM provides
d416855
- Add RPM find-provides script
d416855
8a6728e
* Tue Aug 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.93-1
8a6728e
- Update to 0.11.93.
8a6728e
- Bump minimum version of glib2 needed.
8a6728e
08aa9c9
* Fri Aug  3 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.92-2
08aa9c9
- Use %%global instead of %%define.
08aa9c9
- Remove rpath.
08aa9c9
08aa9c9
* Tue Jul 17 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.92-1
08aa9c9
- Initial Fedora spec file.
08aa9c9