[dconf] Fix bogus date in %changelog

paragn paragn at fedoraproject.org
Mon Aug 5 14:21:49 UTC 2013


commit 0a3fed2d216ee6f6b84db3341d55e160e334bc0d
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Mon Aug 5 19:51:29 2013 +0530

    Fix bogus date in %changelog
    
    - Compilation should be more verbose, add V=1
    - Upstream does not install dconf-editor ui files

 dconf.spec |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/dconf.spec b/dconf.spec
index 2d46dbe..e5a0374 100644
--- a/dconf.spec
+++ b/dconf.spec
@@ -3,7 +3,7 @@
 
 Name:           dconf
 Version:        0.17.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A configuration system
 
 Group:          System Environment/Base
@@ -49,7 +49,7 @@ dconf-editor allows you to browse and modify dconf databases.
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+make V=1 %{?_smp_mflags}
 
 
 %install
@@ -118,14 +118,16 @@ done
 %{_bindir}/dconf-editor
 %{_datadir}/applications/dconf-editor.desktop
 %{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
-%dir %{_datadir}/dconf-editor
-%{_datadir}/dconf-editor/dconf-editor.ui
-%{_datadir}/dconf-editor/dconf-editor-menu.ui
 %{_datadir}/icons/hicolor/*/apps/dconf-editor.png
 %{_datadir}/icons/HighContrast/*/apps/dconf-editor.png
 %{_mandir}/man1/dconf-editor.1.gz
 
 %changelog
+* Mon Aug 05 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 0.17.0-3
+- Fix bogus date in %%changelog
+- Compilation should be more verbose, add V=1
+- Upstream does not install dconf-editor ui files
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.17.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -287,7 +289,7 @@ done
 * Wed Jun 02 2010 Bastien Nocera <bnocera at redhat.com> 0.3.1-2
 - Rebuild against latest glib2
 
-* Tue May 24 2010 Matthias Clasen <mclasen at redhat.com> 0.3.1-1
+* Mon May 24 2010 Matthias Clasen <mclasen at redhat.com> 0.3.1-1
 - Update to 0.3.1
 - Add a -devel subpackage
 


More information about the scm-commits mailing list