[svxlink] try to fix epoch in subpackages

Lucian Langa lucilanga at fedoraproject.org
Tue Dec 20 22:41:01 UTC 2011


commit 20f5635a0825acb42d1f266d1ae17d2b35d0093d
Author: Lucian Langa <lucilanga at gnome.org>
Date:   Tue Dec 20 23:40:43 2011 +0100

    try to fix epoch in subpackages

 svxlink.spec |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/svxlink.spec b/svxlink.spec
index d0d3d8f..c156ac3 100644
--- a/svxlink.spec
+++ b/svxlink.spec
@@ -2,7 +2,7 @@
 Name:		svxlink
 Epoch:		2
 Version:	%{main_version}
-Release:	1%{?dist}
+Release:	4%{?dist}
 Summary:	Repeater controller and EchoLink (simplex or repeater)
 
 Group:		Applications/Internet
@@ -30,6 +30,7 @@ Also, the SvxLink server can act as a repeater controller.
 %package -n libasync
 Summary: Svxlink async libs
 Group: Development/Libraries
+Epoch: 2
 Version: 0.18.2
 
 %description -n libasync
@@ -52,6 +53,7 @@ audio i/o, filtering, mixing, audio codecs etc.
 %package -n libasync-devel
 Summary: Svxlink async development files
 Group: Development/Libraries
+Epoch: 2
 Version: 0.18.2
 Requires: libasync = %{epoch}:0.18.2
 Obsoletes:	svxlink-server-devel < 0.11.1-2
@@ -62,6 +64,7 @@ The async library development files
 %package -n echolib
 Summary: EchoLink communications library
 Group: Development/Libraries
+Epoch: 2
 Version: 0.14.1
 
 %description -n echolib
@@ -73,6 +76,7 @@ Internet.
 %package -n echolib-devel
 Summary: Development files for the EchoLink communications library
 Group: Development/Libraries
+Epoch: 2
 Version: 0.14.1
 Requires: echolib = %{epoch}:0.14.1
 Obsoletes:	svxlink-server-devel < 0.11.1-2
@@ -83,6 +87,7 @@ Development files for the EchoLink communications library
 %package -n qtel
 Summary: The Qt EchoLink Client
 Group: Applications/Communications
+Epoch: 1
 Version: 0.12.0
 
 %description -n qtel
@@ -93,6 +98,7 @@ you want, install the svxlink-server package.
 
 %package -n svxlink-server
 Summary: SvxLink - A general purpose voice services system
+Epoch: 1
 Version: 0.13.1
 Group: Applications/Communications
 Requires: udev
@@ -250,8 +256,11 @@ rm -rf %{buildroot}
 %ghost /var/log/*
 
 %changelog
-* Tue Dec 20 2011 Lucian Langa <cooly at gnome.eu.org> - 2:11.11.1-1
-- fix nvr for subpackages to
+* Tue Dec 20 2011 Lucian Langa <cooly at gnome.eu.org> - 2:11.11.1-4
+- try to fix epoch in subpackages
+
+* Tue Dec 20 2011 Lucian Langa <cooly at gnome.eu.org> - 2:11.11.1-3
+- fix nvr for subpackages too
 
 * Thu Dec 08 2011 Lucian Langa <cooly at gnome.eu.org> - 1:11.11.1-2
 - bump nvr to allow full build


More information about the scm-commits mailing list