update to 3.24.0
This commit is contained in:
parent
b4af8ad143
commit
c3ce4c2ff6
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ libwnck-2.30.3.tar.bz2
|
|||||||
/libwnck-3.14.1.tar.xz
|
/libwnck-3.14.1.tar.xz
|
||||||
/libwnck-3.20.0.tar.xz
|
/libwnck-3.20.0.tar.xz
|
||||||
/libwnck-3.20.1.tar.xz
|
/libwnck-3.20.1.tar.xz
|
||||||
|
/libwnck-3.24.0.tar.xz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: Window Navigator Construction Kit
|
Summary: Window Navigator Construction Kit
|
||||||
Name: libwnck3
|
Name: libwnck3
|
||||||
Version: 3.20.1
|
Version: 3.24.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://download.gnome.org/sources/%{source_name}/
|
URL: http://download.gnome.org/sources/%{source_name}/
|
||||||
Source0: http://download.gnome.org/sources/%{source_name}/3.20/%{source_name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{source_name}/3.20/%{source_name}-%{version}.tar.xz
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -36,6 +36,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{source_name}-%{version}
|
%setup -q -n %{source_name}-%{version}
|
||||||
|
|
||||||
@ -76,6 +77,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%doc %{_datadir}/gtk-doc
|
%doc %{_datadir}/gtk-doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 02 2017 Wolfgang Ulbrich <fedora@raveit.de> - 3.24.0-1
|
||||||
|
- Update to 3.24.0
|
||||||
|
- modernize spec file
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.1-2
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user