Hello community,

here is the log from the commit of package otrs for openSUSE:Factory
checked in at Mon Jul 18 09:44:45 CEST 2011.



--------
--- otrs/otrs.changes   2011-05-22 18:48:33.000000000 +0200
+++ /mounts/work_src_done/STABLE/otrs/otrs.changes      2011-07-16 
20:34:52.000000000 +0200
@@ -1,0 +2,28 @@
+Sat Jul 16 18:33:39 UTC 2011 - [email protected]
+
+- fix fdupes
+  o not on Kernel dir, cause of config files
+
+-------------------------------------------------------------------
+Sat Jul  9 17:40:18 UTC 2011 - [email protected]
+
+- update to 3.0.9
+  o several OTRS bug fixes (http://bugs.otrs.org/)
+    for more info please see CHANGES file
+    http://otrs.org/releases/3.0.9/
+- update OTRS::ITSM to 3.0.4
+  o for more info please see
+    http://lists.otrs.org/pipermail/itsm-announce/2011/subject.html
+- rebase httpd_conf patch
+- fix rpmlint (Files listed twice)
+- update description (License: AGPL)
+
+-------------------------------------------------------------------
+Sun Jun 19 19:11:13 UTC 2011 - [email protected]
+
+- update to 3.0.8
+  o several OTRS bug fixes (http://bugs.otrs.org/)
+    for more info please see CHANGES file
+    http://otrs.org/releases/3.0.8/
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  itsm-3.0.3.tar.bz2
  otrs-3.0.7-httpd_conf.patch
  otrs-3.0.7.tar.bz2

New:
----
  itsm-3.0.4.tar.bz2
  otrs-3.0.9-httpd_conf.patch
  otrs-3.0.9.tar.bz2

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

Other differences:
------------------
++++++ otrs.spec ++++++
--- /var/tmp/diff_new_pack.l7tV5e/_old  2011-07-18 09:43:37.000000000 +0200
+++ /var/tmp/diff_new_pack.l7tV5e/_new  2011-07-18 09:43:37.000000000 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define otrs_ver 3.0.7
-%define itsm_ver 3.0.3
+%define otrs_ver 3.0.9
+%define itsm_ver 3.0.4
 %define itsm_min 3.0
 %define otrs_root /srv
 %define otrsdoc_dir_files CHANGES COPYING* CREDITS INSTALL README* TODO 
UPGRADING doc
@@ -40,7 +40,7 @@
 Source15:       itsm.README.de
 Source16:       ZZZAuto.pm
 Patch0:         %{name}-3.0.7-init.patch
-Patch1:         %{name}-3.0.7-httpd_conf.patch
+Patch1:         %{name}-3.0.9-httpd_conf.patch
 Patch2:         %{name}-3.0.7-perm.patch
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -68,11 +68,11 @@
 %endif
 
 %description
-OTRS is an open source ticket request system with many features to
-manage customer telephone calls and e-mails. It is distributed under
-the GNU General Public License (GPL) and tested on Linux, Solaris, AIX,
-FreeBSD, and Mac OS 10.x. If you receive many e-mails and want to
-answer them with a team of agents, OTRS is a tool that can help.
+OTRS is an Open source Ticket Request System with many features to manage
+customer telephone calls and e-mails. It is distributed under the GNU
+AFFERO General Public License (AGPL) and tested on Linux, Solaris, AIX,
+Windows, FreeBSD, OpenBSD and Mac OS 10.x. Do you receive many e-mails and
+want to answer them with a team of agents? You're going to love OTRS!
 
 Feature list: see README
 
@@ -210,9 +210,10 @@
 %__mv itsm-%{itsm_ver} itsm
 popd
 
-#%if 0%{?suse_version} > 1020
-#%fdupes -s ${RPM_BUILD_ROOT}
-#%endif
+%if 0%{?suse_version} > 1020
+%fdupes ${RPM_BUILD_ROOT}/%{otrs_root}/%{name}/var
+%fdupes ${RPM_BUILD_ROOT}/%{otrs_root}/%{name}/Kernel/cpan-lib
+%endif
 
 %preun
 %stop_on_removal otrs
@@ -315,7 +316,7 @@
 
 #%defattr(0755,wwwrun,%{name},0755)
 # var/httpd
-%{otrs_root}/%{name}/var/httpd/
+%dir %{otrs_root}/%{name}/var/httpd
 
 ###############
 ## {otrs,www}
@@ -371,6 +372,9 @@
 %defattr(0644,wwwrun,www,0755)
 %dir %{otrs_root}/%{name}/var/tmp/Cache
 
+# var/fonts
+%{otrs_root}/%{name}/var/fonts
+
 # var/httpd/htdocs
 %{otrs_root}/%{name}/var/httpd/htdocs
 

++++++ itsm-3.0.3.tar.bz2 -> itsm-3.0.4.tar.bz2 ++++++
++++ 7750 lines of diff (skipped)

++++++ otrs-3.0.7-httpd_conf.patch -> otrs-3.0.9-httpd_conf.patch ++++++
--- otrs/otrs-3.0.7-httpd_conf.patch    2011-05-07 13:31:16.000000000 +0200
+++ /mounts/work_src_done/STABLE/otrs/otrs-3.0.9-httpd_conf.patch       
2011-07-09 18:16:17.000000000 +0200
@@ -1,6 +1,6 @@
-diff -ruN otrs-3.0.7-orig/scripts/apache2-httpd.include.conf 
otrs-3.0.7/scripts/apache2-httpd.include.conf
---- otrs-3.0.7-orig/scripts/apache2-httpd.include.conf 2011-03-20 
09:37:54.000000000 +0100
-+++ otrs-3.0.7/scripts/apache2-httpd.include.conf      2011-05-07 
13:09:54.000000000 +0200
+diff -ruN otrs-3.0.9-orig/scripts/apache2-httpd.include.conf 
otrs-3.0.9/scripts/apache2-httpd.include.conf
+--- otrs-3.0.9-orig/scripts/apache2-httpd.include.conf 2011-04-20 
00:09:24.000000000 +0200
++++ otrs-3.0.9/scripts/apache2-httpd.include.conf      2011-07-09 
19:02:32.000000000 +0200
 @@ -4,8 +4,8 @@
  # --
  
@@ -74,8 +74,8 @@
          </FilesMatch>
      </Directory>
  
--    <Directory "/opt/otrs/var/httpd/htdocs/js_new/js-cache">
-+    <Directory "@OTRS_ROOT@/otrs/var/httpd/htdocs/js_new/js-cache">
+-    <Directory "/opt/otrs/var/httpd/htdocs/js/js-cache">
++    <Directory "@OTRS_ROOT@/otrs/var/httpd/htdocs/js/js-cache">
          <FilesMatch "\.(js|JS)$">
              Header set Cache-Control "max-age=2592000 must-revalidate"
          </FilesMatch>

++++++ otrs-3.0.7.tar.bz2 -> otrs-3.0.9.tar.bz2 ++++++
otrs/otrs-3.0.7.tar.bz2 /mounts/work_src_done/STABLE/otrs/otrs-3.0.9.tar.bz2 
differ: char 11, line 1


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



Remember to have fun...

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

Reply via email to