Browse Source

cogl-1.22.2-1

Tomohiro "Tomo-p" KATO 5 years ago
parent
commit
bed5190549
1 changed files with 7 additions and 2 deletions
  1. 7 2
      c/cogl/cogl-vl.spec

+ 7 - 2
c/cogl/cogl-vl.spec

@@ -1,4 +1,4 @@
-%define         cogl_version 1.22.0
+%define         cogl_version 1.22.2
 %define         cogl_release 1%{?_dist_release}
 
 Name:           cogl
@@ -10,6 +10,7 @@ Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.clutter-project.org/
 Source0:        http://www.clutter-project.org/sources/%{name}/1.22/%{name}-%{version}.tar.xz
+Patch0:         cogl-1.22.2-Fix-an-incorrect-preprocessor-conditional.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -26,7 +27,6 @@ BuildRequires:	gtk-doc
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
-Packager:	Takemikaduchi
 
 %description
 Cogl is a small open source library for using 3D graphics hardware to draw
@@ -71,6 +71,7 @@ This package contains documentation for cogl.
 
 %prep
 %setup -q
+%patch0 -p1
 
 for i in `grep -rl "<note>" ./`;
 do
@@ -138,6 +139,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/cogl-2.0-experimental
 
 %changelog
+* Fri Dec 28 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.22.2-1
+- new upstream release.
+- added Patch0.
+
 * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.22.0-1
 - new upstream release
 - remove Patch0