[colord-gtk/f18] New upstream version.

Richard Hughes rhughes at fedoraproject.org
Wed Aug 29 12:05:00 UTC 2012


commit 8e5a7bad04f7aec96f1f1b8ae83d7dbfa0209cb4
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Aug 29 09:54:19 2012 +0100

    New upstream version.
    
    - Remove upstreamed patch
    - Add include guards to cd-sample-window.h

 .gitignore                                         |    1 +
 ...e-__COLORD_H_INSIDE__-as-this-causes-incl.patch |   83 --------------------
 colord-gtk.spec                                    |   15 ++--
 sources                                            |    2 +-
 4 files changed, 10 insertions(+), 91 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1fc94e..0214519 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /colord-gtk-0.1.22.tar.xz
+/colord-gtk-0.1.23.tar.xz
diff --git a/colord-gtk.spec b/colord-gtk.spec
index d281e86..cec4e95 100644
--- a/colord-gtk.spec
+++ b/colord-gtk.spec
@@ -1,18 +1,15 @@
 Summary:   GTK support library for colord
 Name:      colord-gtk
-Version:   0.1.22
-Release:   3%{?dist}
+Version:   0.1.23
+Release:   1%{?dist}
 License:   LGPLv2+
 URL:       http://www.freedesktop.org/software/colord/
 Source0:   http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
 
-# Upstream already
-Patch0: 0001-Do-not-reuse-__COLORD_H_INSIDE__-as-this-causes-incl.patch
-
 BuildRequires: docbook-utils
 BuildRequires: gettext
 BuildRequires: glib2-devel
-BuildRequires: colord-devel
+BuildRequires: colord-devel >= 0.1.23
 BuildRequires: intltool
 BuildRequires: lcms2-devel >= 2.2
 BuildRequires: gobject-introspection-devel
@@ -33,7 +30,6 @@ Files for development with %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .includes
 
 %build
 %configure \
@@ -76,6 +72,11 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
 %dir %{_datadir}/gtk-doc/html
 
 %changelog
+* Wed Aug 29 2012 Richard Hughes <richard at hughsie.com> 0.1.23-1
+- New upstream version.
+- Remove upstreamed patch
+- Add include guards to cd-sample-window.h
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.22-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 52ea820..6488d0a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1375d6273e6400110ce33f6f77039b7b  colord-gtk-0.1.22.tar.xz
+019fa6f9349ef39d1bd28c3dcf6fb191  colord-gtk-0.1.23.tar.xz


More information about the scm-commits mailing list