summaryrefslogtreecommitdiffstats
path: root/redhat/kdebase/trinity-kdebase-3.5.13.spec
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/kdebase/trinity-kdebase-3.5.13.spec')
-rw-r--r--redhat/kdebase/trinity-kdebase-3.5.13.spec40
1 files changed, 39 insertions, 1 deletions
diff --git a/redhat/kdebase/trinity-kdebase-3.5.13.spec b/redhat/kdebase/trinity-kdebase-3.5.13.spec
index 7496f1ec9..dd5bf82ab 100644
--- a/redhat/kdebase/trinity-kdebase-3.5.13.spec
+++ b/redhat/kdebase/trinity-kdebase-3.5.13.spec
@@ -2,7 +2,7 @@
%if "%{?version}" == ""
%define version 3.5.13
%endif
-%define release 16
+%define release 17
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
@@ -105,6 +105,24 @@ Patch32: kdebase-3.5.13-fix_kdm_cpu_usage.patch
Patch33: kdebase-3.5.13-tsak_keyboard_hotplug.patch
## [kdebase/tsak] Replicate LED status from virtual keyboards to physical keyboards [Bug #561]
Patch34: kdebase-3.5.13-replicate_led_status_on_virtual_keyboard.patch
+## [kdebase/kwin] do not show hostname in titlebar if it's FQDN of localhost [Bug #889]
+Patch35: kdebase-3.5.13-fix_fqdn_in_title.patch
+## [kdebase/kicker/applets] Adds option to disable desktop switch on mouse wheel cycling [Bug #908]
+Patch36: kdebase-3.5.13-option_to_disable_scroll_desktop.patch
+## [kdebase] Fix Keramik window decoration in KWIN [Bug #905]
+Patch37: kdebase-3.5.13-kwin-keramic-pics-emb.patch
+## [kdebase/kdesktop] Fix device icon placement on desktop [Bug #392]
+Patch38: kdebase-3.5.13-fix_device_icon_placement.patch
+## [kdebase/kdesktop/lock] Fix security hole in kdesktop_lock
+Patch39: kdebase-3.5.13-fix_kdesktop_lock_security_issue.patch
+## [kdebase/kdesktop/lock] Allow minimal managed window interaction inside the lock process [Bug #810]
+Patch40: kdebase-3.5.13-allow_minimal_window_interaction_inside_lock_process.patch
+## [kdebase/kwin] Corrects a potential ABI compat problem
+Patch41: kdebase-3.5.13-fix_potential_ABI_compat_problem.patch
+## [kdebase] Fix kdebase translations in desktop files - part 2 [Bug #890]
+Patch42: kdebase-3.5.13-fix_translations_in_desktop_files.patch
+## [kdebase/kate] Kate: fix focus broken when using the --use parameter [Bug #692]
+Patch43: kdebase-3.5.13-kate_focus_fix.patch
# Fedora 15 Theme: "Lovelock"
%if 0%{?fedora} == 15
@@ -317,6 +335,15 @@ Protocol handlers (KIOslaves) for personal information management, including:
%patch33 -p1
%patch34 -p1
%endif
+%patch35 -p1
+%patch36 -p1
+%patch37 -p1
+%patch38 -p1
+%patch39 -p1
+%patch40 -p1
+%patch41 -p1
+%patch42 -p1
+%patch43 -p1
# Applies an optional distro-specific graphical theme
%if "%{?tde_bg}" != ""
@@ -703,6 +730,17 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
%{_datadir}/cmake/*.cmake
%changelog
+* Sun Apr 01 2012 Francois Andriot <francois.andriot@free.fr> - 3.5.13-17
+- do not show hostname in titlebar if it's FQDN of localhost [Bug #889]
+- Adds option to disable desktop switch on mouse wheel cycling [Bug #908]
+- Fix Keramik window decoration in KWIN [Bug #905]
+- Fix device icon placement on desktop [Bug #392]
+- Fix security hole in kdesktop_lock
+- Allow minimal managed window interaction inside the lock process [Bug #810]
+- Corrects a potential ABI compat problem
+- Fix kdebase translations in desktop files - part 2 [Bug #890]
+- Kate: fix focus broken when using the --use parameter [Bug #692]
+
* Sat Jan 21 2012 Francois Andriot <francois.andriot@free.fr> - 3.5.13-16
- Fix KDM high CPU usage when inactive [Bug #690]
- Add keyboard hotplug (add/remove) support to tsak [Bug #587]