diff --git a/.gitignore b/.gitignore index e773b2e..bda026d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ gitg-0.0.6.tar.bz2 /gitg-3.19.4.tar.xz /gitg-3.19.5.tar.xz /gitg-3.19.6.tar.xz +/gitg-3.20.0.tar.xz diff --git a/gitg.spec b/gitg.spec index cf0772d..3aceecb 100644 --- a/gitg.spec +++ b/gitg.spec @@ -1,14 +1,14 @@ Name: gitg -Version: 3.19.6 -Release: 2%{?dist} +Version: 3.20.0 +Release: 1%{?dist} Summary: GTK+ graphical interface for the git revision control system License: GPLv2+ URL: https://wiki.gnome.org/Apps/Gitg/ -Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.19/%{name}-%{version}.tar.xz +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.20/%{name}-%{version}.tar.xz -BuildRequires: chrpath -BuildRequires: desktop-file-utils +BuildRequires: /usr/bin/chrpath +BuildRequires: /usr/bin/desktop-file-validate BuildRequires: intltool BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(gio-2.0) >= 2.38 @@ -59,13 +59,11 @@ Requires: %{name}%{?_isa} = %{version}-%{release} This package contains development files for %{name}. %prep -%setup -q - +%autosetup %build %configure --disable-static -make %{?_smp_mflags} - +%make_build %install %make_install @@ -77,10 +75,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gitg/plugins/libdiff.so chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gitg/plugins/libfiles.so chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgitg-ext-1.0.so.0.0.0 -desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop - %find_lang %{name} +%check +desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %post /usr/bin/update-desktop-database &> /dev/null || : @@ -137,7 +135,8 @@ fi %{_includedir}/libgitg*-1.0 %changelog -* Sun Mar 20 2016 Igor Gnatenko - 3.19.6-2 +* Sun Mar 20 2016 Igor Gnatenko - 3.20.0-1 +- Update to 3.20.0 - Rebuilt for libgit2 0.24.0 * Tue Feb 16 2016 Richard Hughes - 3.19.6-1 diff --git a/sources b/sources index 1ac36df..2895a79 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2e2a0f27a5095615adf5600173e07844 gitg-3.19.6.tar.xz +84a9ffee50c9a49aa781beffa18c835b gitg-3.20.0.tar.xz