forked from QubesOS/qubes-desktop-linux-xfce4-garcon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Review at https://bugzilla.redhat.com/show_bug.cgi?id=554603 | ||
|
||
%global minorversion 0.6 | ||
%global xfceversion 4.13 | ||
%global xfceversion 4.14 | ||
|
||
Name: garcon | ||
Epoch: 1000 | ||
Version: 0.6.2 | ||
Release: 3%{?dist} | ||
Version: 0.6.4 | ||
Release: 4%{?dist} | ||
Summary: Implementation of the freedesktop.org menu specification | ||
|
||
# garcon's source code is licensed under the LGPLv2+, | ||
|
@@ -31,6 +31,7 @@ BuildRequires: gcc-c++ | |
BuildRequires: gtk-doc | ||
BuildRequires: gettext | ||
BuildRequires: intltool | ||
BuildRequires: gobject-introspection-devel | ||
|
||
Obsoletes: libxfce4menu < 4.6.3 | ||
# because of %%{_datadir}/desktop-directories/xfce-* | ||
|
@@ -92,6 +93,28 @@ install -pm 644 %{SOURCE1} %{buildroot}%{_datadir}/desktop-directories | |
%doc %{_datadir}/gtk-doc/ | ||
|
||
%changelog | ||
* Tue Jan 28 2020 Fedora Release Engineering <[email protected]> - 0.6.4-4 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild | ||
|
||
* Mon Aug 12 2019 Mukundan Ragavan <[email protected]> - 0.6.4-3 | ||
- Rebuild for xfce 4.14 | ||
|
||
* Tue Jul 30 2019 Mukundan Ragavan <[email protected]> - 0.6.4-2 | ||
- rebuild for xfce 4.14pre3 | ||
|
||
* Mon Jul 29 2019 Mukundan Ragavan <[email protected]> - 0.6.4-1 | ||
- Update to 0.6.4 | ||
|
||
* Thu Jul 25 2019 Fedora Release Engineering <[email protected]> - 0.6.3-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild | ||
|
||
* Tue Jul 02 2019 Mukundan Ragavan <[email protected]> - 0.6.3-2 | ||
- Rebuild for libxfce4util and libxfce4ui | ||
- Add gobject-introspection-devel as buildrequires | ||
|
||
* Mon Jul 01 2019 Mukundan Ragavan <[email protected]> - 0.6.3-1 | ||
- Update to 0.6.3 | ||
|
||
* Thu Jan 31 2019 Fedora Release Engineering <[email protected]> - 0.6.2-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
a87f09648ff10d45c524b3bfe618f18622bdd8b205589d35fed2f12d9c79c47c garcon-0.6.2.tar.bz2 | ||
d75e4753037a74733c07b71b8db7a656d869869f0f107f6411a306bbc87a762d garcon-0.6.4.tar.bz2 |