Hello community, here is the log from the commit of package otrs for openSUSE:Factory checked in at 2014-07-31 07:41:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/otrs (Old) and /work/SRC/openSUSE:Factory/.otrs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "otrs" Changes: -------- --- /work/SRC/openSUSE:Factory/otrs/otrs.changes 2014-04-05 16:47:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.otrs.new/otrs.changes 2014-07-31 07:41:46.000000000 +0200 @@ -1,0 +2,114 @@ +Tue Jul 29 16:26:59 UTC 2014 - [email protected] + +- update to 3.3.8 + * Bug#10524 – Internal Dynamic Fields in Activity Dialog. + * Bug#10562 – Inconsistent displaying of “CustomerID” value. + * Bug#10508 – (Agent|Customer)TicketProcess javascript errors when + uploading attachments/having server errors. + * Bug#10521 – OutputFilterText AutoLink CVE. + * Bug#10430 – backup.pl doesn’t work with PostgreSQL unix sockets. + * Bug#5012 – Merging a watched ticket into another should “transfer” + the Watch status to the final ticket, thanks to Michiel Beijen! + * Bug#10544 – Upgrade to OTRS 3.3.7 breaks connection to external + customer user tables. + * Bug#10535 – ACLListGet() produces DB warning message. + * Bug#10163 – Subject shows only 30 characters. + * Bug#10519 – Opening and closing popups in ProcessManagement leads + to performance issues. + * Bug#10513 – Some SupportData Plugin Identifiers ends with ::. + * Bug#8494 – Possibility to split quotes in rich text editor. + * Bug#10491 – CIC not always accessible via TicketZoom. + * Bug#10427 – Bulk action locks tickets – cancel keeps them locked. +- update OTRS::ITSM to 3.3.8 + * Bug# 10558 – Slow CI search for classes with a large MaxCount on + a value and sub values. + * Bug# 10570 – Deleting ITSM Change search templates does not work. + +------------------------------------------------------------------- +Mon Jun 30 21:32:11 UTC 2014 - [email protected] + +- add otrs-httpd_conf-apache2_4.patch to fix httpd.conf for apache 2.4 + * Apache2 on OpenSuSE v.13.1 has the mod_access_compat.c module + statically compiled into the Apache2 core. This means it can't + be unloaded and the older pre-2.4 access directives must be + used. Since it is not advised to mix pre and post 2.4 access + methods the configuration file had to be modified to look for + this static module and load pre-2.4 directives if found on + Apache 2.4. It should be forward compatible if the mod_access + compat.c module become dynamic in the future and is not loaded. + +------------------------------------------------------------------- +Thu May 22 12:07:47 UTC 2014 - [email protected] + +- update to 3.3.7 + * Fixed bug#10475 - otrs.RebuildFulltextIndex.pl - multiple output lines. + * Updated Japanese translation, thanks to Toshihiro Takehara. + * Updated Swedish translation, thanks to Peter Krantz. + * Added CPAN module Archive::Tar. + * Split otrs.checksum.pl functionality it is only able to work in compare mode. + * Extended package object to be able to generate an MD5Sum of all files within + a package. + * Extended email send capabilities to include custom X-Headers. + * Extended the OTRS services to be able to create a support bundle file. + * Fixed bug#9350 - Initial notes by ticket split not visible it the ticket zoom. + * Fixed bug#10501 - Support-Data Swap plugin reports KB instead of MB. + * Fixed bug#10458 - Can't use system registration with some OTRS-IDs. + * Fixed bug#10470 - Need FormID! error when embedding image when creating a + Process Ticket. + * Fixed bug#9876 - CaseSensitive option wrong in CustomerCompany. + * Removed OTRS Scheduler Service startup files in favor of Watchdog mode via + cron jobs. + * Fixed bug#10468 - Wrong regexp in Kernel/System/HTMLUtils.pm line 171. + * Fixed bug#10469 - Adding Links in AgentLinkObject not possible if no search + term was selected. + * Fixed bug#10428 - Event Notification ArticleSend Loop. + * Fixed bug#10441 - Eventbased notification - infinite loop. + * Fixed bug#10462 - Translation of static statistic widgets (Dashboard). + * Added OTRS Scheduler Watchdog mode. + * Fixed bug#10464 - Closing link delete screen in AgentTicketPhone reloads + page for temporary links. + * Fixed bug#10461 - Link to CustomerTicketProcess in Customer interface + displayed even though no process is available.. + * Fixed bug#8253 - Missing hover texts for actions in German translation + of AgentTicketZoom. + * Fixed bug#10442 - Translation of states in statistic widgets (Dashboard). + * Fixed bug#10395 - E-mail header parsing bug. + * Fixed bug#10394 - rfc822 attachments name creating bug and validation + enhancement. + * Fixed bug#10449 - Safer commands to upgrade OTRS using PostgreSQL. + * Fixed bug#10402 - Transition or Transition Action popup a login page. + * Fixed bug#10446 - otrs.PostMasterMailbox.pl Unknown encoding + '3DISO-8859-2?=' at /usr/local/otrs/Kernel/System/Encode.pm line 367. + * Fixed bug#8207 - Wrong encoding in graphs. + * Fixed bug#10416 - Customer selection is not translated. + * Fixed bug#9098 - The system still consider the customer_ids, even after + field is empty on table customer_user. + * Fixed bug#10202 - Process Modules, Dynamic Fields, and ACLs with AJAX update. + * Fixed bug#10432 - ACLs not working correctly in CustomerTicketZoom + (Message Followup). + * Fixed bug#10436 - Error message in syslog about ACL then there is no ACL + defined. + * Fixed bug#10438 - Strange sorting of columns in Ticket Dashboard widgets. + * Fixed bug#10425 - Customer Information in AgentTicketZoom. + * Followup for bug#10340 - Dynamic field not visible in queue view screen + (AgentTicketOverviewSmall.dtl). + * Fixed bug#10406 - Ticket Templates Type "Create" will be not translated. + * Fixed bug#10378 - SessionID created with generic interface wont work using + it as Agent. + * Fixed bug#10399 - Columns Settings lost after search. + * Fixed bug#10431 - Fallback configuration for scheduler log is wrong. + * Fixed bug#10426 - Scheduler RegistrationUpdate task dies with PostgreSQL DB. + * Fixed bug#10362 - .procmailrc is reset with wrong permissions on + otrs.SetPermisssion.pl execution. + * Fixed bug#10350 - Events Ticket Calender: In case + TicketCalendarStartTime=TicketCalendarEndTime, displayed ticket event time + frame always 2 hours. + * Fixed bug#9970 - Existing sequences on oracle databases produces errors. + * Enhanced DiskSpacePatitions SupportDataCollector plugin to deal correctly + with multiple partitions with the same name. + * Followup for bug#10130 - Events Ticket Calendar not working. +- update OTRS::ITSM to 3.3.7 + * Bug# 10146 – ConfigItem search for Integer shows all CIs in results. + * Bug# 10487 – ACL Editor did not include Decision and ITSM field action. + +------------------------------------------------------------------- Old: ---- itsm-3.3.6.tar.bz2 otrs-3.3.6.tar.bz2 New: ---- itsm-3.3.8.tar.bz2 otrs-3.3.8.tar.bz2 otrs-httpd_conf-apache2_4.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ otrs.spec ++++++ --- /var/tmp/diff_new_pack.LJaOv5/_old 2014-07-31 07:41:48.000000000 +0200 +++ /var/tmp/diff_new_pack.LJaOv5/_new 2014-07-31 07:41:48.000000000 +0200 @@ -16,8 +16,8 @@ # -%define otrs_ver 3.3.6 -%define itsm_ver 3.3.6 +%define otrs_ver 3.3.8 +%define itsm_ver 3.3.8 %define itsm_min 3.3 %define otrs_root /srv %define otrsdoc_dir_files AUTHORS* CHANGES* COPYING* CREDITS README* UPGRADING.SuSE doc @@ -46,6 +46,8 @@ #atch0: %{name}-3.1.1-init.patch Patch1: %{name}-httpd_conf.patch Patch2: %{name}-perm.patch +# Patch SuSE: fix for apache >= 2.4 (suse_version >= 1310) +Patch10: %{name}-httpd_conf-apache2_4.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %insserv_prereq %fillup_prereq @@ -143,6 +145,9 @@ #patch0 %patch1 %patch2 +%if 0%{?suse_version} >= 1310 +%patch10 +%endif ##### rpmlint #### incorrect-fsf-address ### http://www.fsf.org/about/contact/ ++++++ itsm-3.3.6.tar.bz2 -> itsm-3.3.8.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/otrs/itsm-3.3.6.tar.bz2 /work/SRC/openSUSE:Factory/.otrs.new/itsm-3.3.8.tar.bz2 differ: char 11, line 1 ++++++ otrs-3.3.6.tar.bz2 -> otrs-3.3.8.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/otrs/otrs-3.3.6.tar.bz2 /work/SRC/openSUSE:Factory/.otrs.new/otrs-3.3.8.tar.bz2 differ: char 11, line 1 ++++++ otrs-httpd_conf-apache2_4.patch ++++++ Index: scripts/apache2-httpd.include.conf =================================================================== --- scripts/apache2-httpd.include.conf.orig +++ scripts/apache2-httpd.include.conf @@ -36,7 +36,13 @@ Alias /otrs-web/ "@OTRS_ROOT@/otrs/var/h Allow from all </IfVersion> <IfVersion >= 2.4> - Require all granted + <IfModule !mod_access_compat.c> + Require all granted + </IfModule> + <IfModule mod_access_compat.c> + Order allow,deny + Allow from all + </IfModule> </IfVersion> </IfModule> <IfModule !mod_version.c> @@ -62,7 +68,13 @@ Alias /otrs-web/ "@OTRS_ROOT@/otrs/var/h Allow from all </IfVersion> <IfVersion >= 2.4> - Require all granted + <IfModule !mod_access_compat.c> + Require all granted + </IfModule> + <IfModule mod_access_compat.c> + Order allow,deny + Allow from all + </IfModule> </IfVersion> </IfModule> <IfModule !mod_version.c> @@ -112,7 +124,13 @@ Alias /otrs-web/ "@OTRS_ROOT@/otrs/var/h Allow from all </IfVersion> <IfVersion >= 2.4> - Require all granted + <IfModule !mod_access_compat.c> + Require all granted + </IfModule> + <IfModule mod_access_compat.c> + Order allow,deny + Allow from all + </IfModule> </IfVersion> </IfModule> <IfModule !mod_version.c> ++++++ otrs-perm.patch ++++++ --- /var/tmp/diff_new_pack.LJaOv5/_old 2014-07-31 07:41:48.000000000 +0200 +++ /var/tmp/diff_new_pack.LJaOv5/_new 2014-07-31 07:41:48.000000000 +0200 @@ -2,7 +2,7 @@ =================================================================== --- Kernel/System/Package.pm.orig +++ Kernel/System/Package.pm -@@ -3062,7 +3062,7 @@ sub _FileSystemCheck { +@@ -3137,7 +3137,7 @@ sub _FileSystemCheck { } # create test files in following directories -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
