[gnonlin] 1.1.90

Jon Ciesla limb at fedoraproject.org
Tue Oct 15 16:16:46 UTC 2013


commit b8f786d7c7edafc8f908c08b9ba51086fc408eea
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Oct 15 11:10:56 2013 -0500

    1.1.90

 .gitignore   |    1 +
 gnonlin.spec |   24 ++++++++++++++----------
 sources      |    2 +-
 3 files changed, 16 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b9f6985..434d807 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 gnonlin-0.10.15.tar.bz2
 /gnonlin-0.10.16.tar.bz2
 /gnonlin-0.10.17.tar.bz2
+/gnonlin-1.1.90.tar.xz
diff --git a/gnonlin.spec b/gnonlin.spec
index 3c1a294..97dd255 100644
--- a/gnonlin.spec
+++ b/gnonlin.spec
@@ -1,21 +1,21 @@
-%define         gst_req                 0.10.24
-%define         gst_plugins_base_req    0.10.24
+%define         gst_req                 1.0
+%define         gst_plugins_base_req    1.0
 
 Name:           gnonlin
-Version:        0.10.17
-Release:        5%{?dist}
+Version:        1.1.90
+Release:        1%{?dist}
 Summary:        GStreamer extension library for non-linear editing
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://gnonlin.sourceforge.net/
-Source:         http://gstreamer.freedesktop.org/src/gnonlin/gnonlin-%{version}.tar.bz2
+Source:         http://gstreamer.freedesktop.org/src/gnonlin/gnonlin-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gstreamer-devel >= %{gst_req}
-BuildRequires:  gstreamer-plugins-base-devel >= %{gst_plugins_base_req}
+BuildRequires:  gstreamer1-devel >= %{gst_req}
+BuildRequires:  gstreamer1-plugins-base-devel >= %{gst_plugins_base_req}
 
-Requires:       gstreamer-plugins-base >= %{gst_plugins_base_req}
+Requires:       gstreamer1-plugins-base >= %{gst_plugins_base_req}
 Obsoletes:      gnonlin-devel < %{version}-%{release}
 Provides:       gnonlin-devel = %{version}-%{release}
 
@@ -42,9 +42,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING.LIB README
-%{_libdir}/gstreamer-0.10/libgnl.so
+%{_libdir}/gstreamer-1.0/libgnl.so
 
 %changelog
+* Tue Oct 15 2013 Jon Ciesla <limburgher at gmail.com> - 1.1.90-1
+- Update to 1.1.90, BZ 1019361.
+- Fix bad changelog date.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.17-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -74,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.16-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Mon Oct 26 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.16-1
+* Tue Oct 26 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.16-1
 - Update to 0.10.16 "I needed time to think to get the memories from my mind"
 -
 - Features of this release
diff --git a/sources b/sources
index 940d8bc..4acf8a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c9e5a8f771b087fac9afa459399112e  gnonlin-0.10.17.tar.bz2
+228180c74839caeb0f407596cd180ad3  gnonlin-1.1.90.tar.xz


More information about the scm-commits mailing list