Hello community,

here is the log from the commit of package otrs for openSUSE:Factory checked in 
at 2013-03-08 09:30:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/otrs (Old)
 and      /work/SRC/openSUSE:Factory/.otrs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "otrs", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/otrs/otrs.changes        2012-12-19 
11:23:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.otrs.new/otrs.changes   2013-03-08 
09:30:06.000000000 +0100
@@ -1,0 +2,52 @@
+Tue Feb 19 16:42:56 UTC 2013 - [email protected]
+
+- update to 3.1.13
+ - http://www.otrs.com/en/open-source/community-news/releases-notes/
+    release-notes-otrs-help-desk-3113/
+ - 
http://source.otrs.org/viewvc.cgi/otrs/CHANGES?revision=1.2260.2.206&view=markup
+  * Fixed bug#9162 - Setting the start day of the week for the datepicker to
+    Sunday does not work.
+  * Fixed bug#9141 - Confused Columns in CustomerTicketSearch (ResultShort).
+  * Fixed bug#9146 - Signed SMIME mails with altered content shows a not clear
+    message.
+  * Fixed bug#9145 - SMIME sign verification errors are not displayed in 
TicketZoom.
+  * Fixed bug#9140 - Postmaster Filter for empty subjects does not work.
+  * Fixed bug#9121 - Filenames with Unicode NFD are incorrectly reported as NFC
+    by Main::DirectoryRead().
+  * Fixed bug#9108 - Check for opened/closed tickets not working with
+    Ticket::SubjectFormat = Right.
+  * Fixed bug#8839 - DateChecksum followup doesn't get correctly SystemID.
+  * Updated Russian translation, thanks to Vadim Goncharov!
+  * Fixed bug#9101 - Not possible to create dropdown with autocomplete 
attribute.
+  * Fixed bug#9096 - All services list is shown instead of only default 
services.
+  * Fixed bug#8470 - otrs.GenericAgent.pl reports: Can't open
+    
'/opt/otrs/otrs_vemco/var/tmp/CacheFileStorable/DynamicField/f3b7e10730fb6c9cab5ae0e7f7e034f3'.
+  * Added new translation for Spanish (Colombia), thanks to John Edisson Ortiz 
Roman!
+  * Fixed bug#9054 - Link Object deletes all links under certain conditions.
+  * Fixed bug#8944 - do not backup the cache.
+  * Fixed bug#9057 - Generating a PDF with bin/otrs.GenerateStats.pl produces 
lots
+    of warnings.
+  * Fixed bug#8929 - Fix problems with empty ticket search results while
+    Ticket::Frontend::AgentTicketSearch###ExtendedSearchCondition is inactive.
+  * Fixed bug#9042 - Add X-Spam-Score to Ticket.xml.
+  * Fixed bug#9047 - HistoryTicketGet caches info on disk directly.
+  * Fixed bug#8923 - Alert message shown, if parent window is reloaded while
+    bulk action popup is open.
+  * Fixed bug#9030 - Wrong handling of Invalid YAML in Scheduler Tasks.
+  * Updated CKEditor to version 3.6.6.
+  * Updated Polish translation, thanks to Pawel @ ib.pl!
+  * Follow-up fix for bug#8805 - Cron missing as RPM dependency on RHEL.
+    Changed dependency on 'anacron' to 'vixie-cron' on RHEL5.
+  * Fixed bug#9020 - Generic Ticket Connector does not support attachments with
+    ContentType without charset.
+  * Fixed bug#8545 - Attachment download not possible if pop up of another 
action is open.
+  * Fixed bug#9009 - Empty Multiselect Dynamic Fields provokes an error.
+  * Fixed bug#8589 - Bulk-Action not possible for single ticket.
+  * Fixed bug#7198 - Broken repository selection width in Package Manager.
+  * Fixed bug#8457 - Error if accessing AgentTicketSearch from 
AgentTicketPhone in IE8.
+  * Fixed bug#8695 - Table head of Customer Ticket History does not resize on 
window resize.
+  * Fixed bug#8533 - Apache will not start if you use mod_perl on Fedora 16 or 
17.
+  * Fixed bug#8974 - Event Based Notification does not populate REALNAME with
+    Customer User data. 
+
+-------------------------------------------------------------------

Old:
----
  otrs-3.1.12.tar.bz2

New:
----
  otrs-3.1.13.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ otrs.spec ++++++
--- /var/tmp/diff_new_pack.nmzlNu/_old  2013-03-08 09:30:10.000000000 +0100
+++ /var/tmp/diff_new_pack.nmzlNu/_new  2013-03-08 09:30:10.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package otrs
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define otrs_ver 3.1.12
+%define otrs_ver 3.1.13
 %define itsm_ver 3.1.7
 %define itsm_min 3.1
 %define otrs_root /srv

++++++ ZZZAuto.pm ++++++
--- /var/tmp/diff_new_pack.nmzlNu/_old  2013-03-08 09:30:10.000000000 +0100
+++ /var/tmp/diff_new_pack.nmzlNu/_new  2013-03-08 09:30:10.000000000 +0100
@@ -11,8 +11,10 @@
 $Self->{'Package::RepositoryList'} =  {
   'file://@OTRS_ROOT@/otrs/itsm/packages30/' => '[--OTRS::ITSM 3.0 local 
repo]',
   'file://@OTRS_ROOT@/otrs/itsm/packages31/' => '[--OTRS::ITSM 3.1 local 
repo]',
+  'file://@OTRS_ROOT@/otrs/itsm/packages32/' => '[--OTRS::ITSM 3.2 local 
repo]',
   'http://ftp.otrs.org/pub/otrs/itsm/packages30/' => '[--OTRS::ITSM 3.0 
Master--] http://ftp.otrs.org/',
-  'http://ftp.otrs.org/pub/otrs/itsm/packages31/' => '[--OTRS::ITSM 3.1 
Master--] http://ftp.otrs.org/'
+  'http://ftp.otrs.org/pub/otrs/itsm/packages31/' => '[--OTRS::ITSM 3.1 
Master--] http://ftp.otrs.org/',
+  'http://ftp.otrs.org/pub/otrs/itsm/packages32/' => '[--OTRS::ITSM 3.2 
Master--] http://ftp.otrs.org/'
 };
 $Self->{'Package::RepositoryAccessRegExp'} =  '127\\.0\\.0\\.1';
 }

++++++ otrs-3.1.12.tar.bz2 -> otrs-3.1.13.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/otrs/otrs-3.1.12.tar.bz2 
/work/SRC/openSUSE:Factory/.otrs.new/otrs-3.1.13.tar.bz2 differ: char 11, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to