Update to 0.12; allows us to drop patch
This commit is contained in:
parent
de10c79b4a
commit
61acbcf09e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
startup-notification-0.10.tar.gz
|
||||
/startup-notification-0.12.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
bca0ed1c74bc4e483ea2ed12a5717354 startup-notification-0.10.tar.gz
|
||||
2cd77326d4dcaed9a5a23a1232fb38e9 startup-notification-0.12.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: Library for tracking application startup
|
||||
Name: startup-notification
|
||||
Version: 0.10
|
||||
Release: 5%{?dist}
|
||||
Version: 0.12
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.freedesktop.org/software/startup-notification/
|
||||
#VCS: git:git://git.freedesktop.org/git/startup-notification
|
||||
Source0: http://www.freedesktop.org/software/startup-notification/releases/%{name}-%{version}.tar.gz
|
||||
@ -12,8 +12,6 @@ BuildRequires: libX11-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: xcb-util-devel
|
||||
|
||||
Patch0: 0001-Support-APPLICATION_ID-key.patch
|
||||
|
||||
%description
|
||||
This package contains libstartup-notification which implements a
|
||||
startup notification protocol. Using this protocol a desktop
|
||||
@ -32,7 +30,6 @@ Header files and static libraries for libstartup-notification.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
mkdir examples
|
||||
cp -p test/*.c test/*.h examples
|
||||
|
||||
@ -65,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Tue May 24 2011 Colin Walters <walters@verbum.org> - 0.12-1
|
||||
- Update to 0.12; allows us to drop patch
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user