SHA256
1
0
forked from pool/libwnck
OBS User unknown
2007-08-02 15:26:04 +00:00
committed by Git OBS Bridge
parent 4ab5f6760f
commit 5887327565
8 changed files with 211 additions and 193 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package libwnck (Version 2.19.4)
# spec file for package libwnck (Version 2.19.6)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -14,8 +14,8 @@ Name: libwnck
BuildRequires: gnome-common gtk-doc gtk2-devel intltool licenses perl-XML-Parser update-desktop-files
License: LGPL v2 or later
Group: Development/Libraries/GNOME
Version: 2.19.4
Release: 2
Version: 2.19.6
Release: 1
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
#%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libwnck-1)
%define libwnck-1_name 22
@@ -25,7 +25,7 @@ Source1: %{name}_spec-update.sh
Patch4: libwnck-2.12.2-window-move-1.patch
Patch8: libwnck-realistic-layout.patch
Patch9: libwnck-opacity-2.patch
# someone should re-review this patch
# FIXME: someone should re-review this patch
Patch10: libwnck-viewport-2.patch
Patch11: libwnck-border_width-fix-2.patch
Requires: libwnck-1-22 = %{version} licenses
@@ -128,6 +128,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f %files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/wnckprop
%doc AUTHORS COPYING README NEWS ChangeLog
%files -n libwnck-1-22
@@ -146,6 +147,12 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/*
%changelog
* Wed Aug 01 2007 - maw@suse.de
- Update to version 2.19.6:
Fixes
- Make the window action menu work with viewport (Vincent) [#352383]
- Correctly draw workspaces with viewport in the pager (Vincent)
- Fix typo in a string of wnckprop (Theppitak Karoonboonyanan)
* Fri Jul 27 2007 - sbrabec@suse.cz
- Fixed typo in shared library name.
* Tue Jul 17 2007 - sbrabec@suse.cz