From f5ca9ccb22afaefbfa04fd9ba30acaafc822901d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Nov 2017 13:02:03 +0100 Subject: test build --- libui.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'libui.spec') diff --git a/libui.spec b/libui.spec index 990a56a..4870f55 100644 --- a/libui.spec +++ b/libui.spec @@ -7,8 +7,8 @@ # Please, preserve the changelog entries # -%global gh_commit f56411fde197481c00ad950e1a545452d47efa55 -%global gh_date 20161102 +%global gh_commit 5fa7ba487e67eaffd82cacbdecd014a4ede5bb1e +%global gh_date 20161201 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner andlabs %global gh_project libui @@ -18,7 +18,7 @@ Name: %{libname} Summary: Simple and portable GUI library Version: 0 -Release: 0.3.%{gh_date}git%{gh_short}%{?dist} +Release: 0.4.%{gh_date}git%{gh_short}%{?dist} License: MIT Group: System Environment/Libraries @@ -72,7 +72,7 @@ install -Dm 755 out/%{libname}.so.%{soname} %{buildroot}%{_libdir}/%{libname}.so ln -s %{libname}.so.%{soname} %{buildroot}%{_libdir}/%{libname}.so : Headers -for header in ui.h ui_unix.h uitable.h; do +for header in ui.h ui_unix.h; do install -Dpm 644 $header %{buildroot}%{_includedir}/$header done @@ -95,6 +95,9 @@ done %changelog +* Wed Nov 8 2017 Remi Collet - 0-0.4.20161201git5fa7ba4 +- refresh + * Thu Nov 3 2016 Remi Collet - 0-0.3.20161102gitf56411f - refresh -- cgit