[cheese] Fix accidentally bumped epoch instead of release

Owen Taylor otaylor at fedoraproject.org
Wed Jun 13 20:31:02 UTC 2012


commit 502ee1ee63e77835655f3336fcc2f1f6be1018be
Author: Owen W. Taylor <otaylor at fishsoup.net>
Date:   Wed Jun 13 16:30:41 2012 -0400

    Fix accidentally bumped epoch instead of release

 cheese.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/cheese.spec b/cheese.spec
index 84402ac..42cd232 100644
--- a/cheese.spec
+++ b/cheese.spec
@@ -1,7 +1,7 @@
 Name:           cheese
-Epoch:          3
+Epoch:          2
 Version:        3.5.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Application for taking pictures and movies from a webcam
 
 Group:          Amusements/Graphics
@@ -147,7 +147,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/gir-1.0/Cheese-3.0.gir
 
 %changelog
-* Wed Jun 13 2012 Owen Taylor <otaylor at redhat.com> - 3:3.5.2-2
+* Wed Jun 13 2012 Owen Taylor <otaylor at redhat.com> - 2:3.5.2-3
 - Require matching version of cheese-libs for cheese
 
 * Thu Jun 07 2012 Matthias Clasen <mclasen at redhat.com> - 2:3.5.2-2


More information about the scm-commits mailing list