[farstream] Use version macro in provides.

Brian Pepple bpepple at fedoraproject.org
Mon Mar 5 21:52:53 UTC 2012


commit 55845218b2469b64ccfb76dd61a06f7b6a90b4ab
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Mon Mar 5 16:52:48 2012 -0500

    Use version macro in provides.

 farstream.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/farstream.spec b/farstream.spec
index 283282f..f1e57b5 100644
--- a/farstream.spec
+++ b/farstream.spec
@@ -5,7 +5,7 @@
 
 Name:           farstream
 Version:        0.1.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Libraries for videoconferencing
 
 License:        LGPLv2+
@@ -25,7 +25,7 @@ Requires:       gstreamer-plugins-good >= 0.10.29
 Requires:       gstreamer-plugins-bad-free >= 0.10.23
 
 ## Obsolete farsight2 with Fedora 17.
-Provides:       farsight2 = 0.1.1
+Provides:       farsight2 = %{version}
 Obsoletes:      farsight2 < 0.0.32
 
 
@@ -54,7 +54,7 @@ Requires:       gstreamer-plugins-base-devel >= %{gst_plugins_base_ver}
 Requires:       pkgconfig
 
 ## Obsolete farsight2 with Fedora 17.
-Provides:       farsight2-devel = 0.1.1
+Provides:       farsight2-devel = %{version}
 Obsoletes:      farsight2-devel < 0.0.32
 
 %description    devel
@@ -121,6 +121,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Mon Mar  5 2012 Brian Pepple <bpepple at fedoraproject.org> - 0.1.1-4
+- Use version macro in provides.
+
 * Sat Mar  3 2012 Brian Pepple <bpepple at fedoraproject.org> - 0.1.1-3
 - Backport patch to ignore config while comparing send codecs.
 


More information about the scm-commits mailing list