Hello community,

here is the log from the commit of package otrs for openSUSE:Factory checked in 
at 2012-07-12 13:48:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-13 
13:32:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.otrs.new/otrs.changes   2012-07-12 
13:48:38.000000000 +0200
@@ -1,0 +2,60 @@
+Tue Jun 26 13:15:09 UTC 2012 - [email protected]
+
+- update to 3.1.7
+    Bug#8593 - Wrong description for 'Agent Notifications' on Admin
+     interface.
+    Bug#8587 - Typo in French translation.
+    Bug#7879 - Broken Content-Type in forwarded attachments.
+    Bug#8583 - Unneeded complexity and performance degradation
+     creating Service Lists (Replacement for bug fix 7947).
+    Bug#8580 - SQL warnings for CustomerCompanyGet on some database
+     backends.
+    Bug#8251 - Defect handling of invalid Queues in AJAX refresh.
+    Bug#8574 - Perl special variable $/ is changed and never restored.
+    Bug#8337 - Parentheses in user last_name / first_name are not
+     sanitized (follow-up fix).
+    Bug#8575 - Assignment of users does not work for responsible or
+     owner permission in AgentTicketPhone.
+    Bug#7872 - "Created" date in Large view is actually Last Updated
+     date.
+    Bug#8457 - Paste on a newly created ckeditor instance does not
+     work on webkit based browsers.
+    Bug#8565 - Exportfile action from otrs.PackageManaget.pl is broken.
+    Bug#8458 - $OTRS_SCHEDULER -a start missing from /etc/init.d/otrs
+     after update.
+    Bug#8139 - SUSE RPM has no dependency on Date::Format perl module.
+    Bug#8544 - Hovering ticket title is still shortened.
+    Bug#8553 - Agent notifications can't be loaded from the database
+     in some scenarios.
+    Bug#8383 - Email address in 'To' field is lost after second
+     reload if address is not in customer database.
+    Bug#8549 - "Need User" warning in error log when creating a ticket
+     for a customer not in DB.
+    Bug#8546 - LinkObject Type is not translated in ticket zoom.
+    Bug#7533 - SQL error if body contains only a picture.
+    Bug#2626 - Default Service does not work for "unknown" customers.
+     You can use the new setting
+     "Ticket::Service::Default::UnknownCustomer" to specify if unknown
+     customers should also receive the default services.
+    Bug#8481 - Dynamic Fields lost after ticket move to another queue
+     (using quick move Dropdown). 
+ - The detailed ChangeLog can be found at:
+    
http://source.otrs.org/viewvc.cgi/otrs/CHANGES?revision=1.2260.2.76&view=markup.
+- added missing optional deps (bin/otrs.CheckModules.pl)
+  * Recommends:
+     perl(Crypt::SSLeay)
+     perl(JSON::XS)
+     perl(Mail::IMAPClient)
+     perl(Net::SSL)
+  * Suggests:
+     perl(Net::LDAP)
+     perl(Text::CSV_XS)
+
+-------------------------------------------------------------------
+Tue Jun 19 15:14:56 UTC 2012 - [email protected]
+
+- fix permission (750,wwwrun,www) for module
+  * SystemMonitoring (bin/otrs.NagiosCheck.pl)
+  * Survey (bin/otrs.SurveyTriggerSendRequests.pl)
+
+-------------------------------------------------------------------

Old:
----
  otrs-3.1.6.tar.bz2

New:
----
  otrs-3.1.7.tar.bz2

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

Other differences:
------------------
++++++ otrs.spec ++++++
--- /var/tmp/diff_new_pack.vFgDRI/_old  2012-07-12 13:48:40.000000000 +0200
+++ /var/tmp/diff_new_pack.vFgDRI/_new  2012-07-12 13:48:40.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define otrs_ver 3.1.6
+%define otrs_ver 3.1.7
 %define itsm_ver 3.1.4
 %define itsm_min 3.1
 %define otrs_root /srv
@@ -72,9 +72,16 @@
 Requires:       perl(Net::DNS)
 Requires:       perl(PDF::API2)
 #
+Recommends:     perl(Crypt::SSLeay)
 Recommends:     perl(Encode::HanExtra)
 Recommends:     perl(IO::Socket::SSL)
+Recommends:     perl(JSON::XS)
+Recommends:     perl(Mail::IMAPClient)
+Recommends:     perl(Net::SSL)
 Recommends:     perl(SOAP::Lite)
+#
+Suggests:       perl(Net::LDAP)
+Suggests:       perl(Text::CSV_XS)
 
 %if "%_vendor" == "suse"
        %define VENDOR SUSE
@@ -194,6 +201,12 @@
 done
 touch $RPM_BUILD_ROOT${DESTROOT}var/log/TicketCounter.log
 
+# add ghost file 'otrs.NagiosCheck.pl'
+# otherwise module 'SystemMonitoring' won't install
+touch ${RPM_BUILD_ROOT}${DESTROOT}/bin/%{name}.NagiosCheck.pl
+# otherwise module 'Survey' won't install
+touch ${RPM_BUILD_ROOT}${DESTROOT}/bin/%{name}.SurveyTriggerSendRequests.pl
+
 # install README
 for lang in en de; do
   %__cp -p "${RPM_SOURCE_DIR}/%{name}.README.${lang}" 
"README.%{VENDOR}.${lang}"
@@ -338,6 +351,11 @@
 #%attr(0700,%{name},%{name}) 
%{otrs_root}/%{name}/bin/%{name}.DeleteSessionIDs.pl
 #%attr(0700,%{name},%{name}) %{otrs_root}/%{name}/bin/%{name}.UnlockTickets.pl
 #%attr(0700,%{name},%{name}) %{otrs_root}/%{name}/bin/%{name}.GetConfig.pl
+# add ghost file 'otrs.NagiosCheck.pl'
+# otherwise module 'SystemMonitoring' won't install
+%attr(0750,wwwrun,www) %{otrs_root}/%{name}/bin/%{name}.NagiosCheck.pl
+# otherwise module 'Survey' won't install
+%attr(0750,wwwrun,www) 
%{otrs_root}/%{name}/bin/%{name}.SurveyTriggerSendRequests.pl
 
 ###############
 ## {otrs,otrs}

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

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

Reply via email to