Hello community,

here is the log from the commit of package firebird for openSUSE:Factory
checked in at Wed Jul 13 16:03:11 CEST 2011.



--------
--- firebird/firebird.changes   2011-05-30 21:29:45.000000000 +0200
+++ /mounts/work_src_done/STABLE/firebird/firebird.changes      2011-07-06 
10:20:22.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul  6 08:19:45 UTC 2011 - a...@suse.de
+
+- Fix spelling of openSUSE.
+- Use /usr/lib/tmpfiles.d instead of /etc/tmpfiles.d.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  README.OpenSuse

New:
----
  README.openSUSE

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

Other differences:
------------------
++++++ firebird.spec ++++++
--- /var/tmp/diff_new_pack.FmGFuh/_old  2011-07-13 16:01:56.000000000 +0200
+++ /var/tmp/diff_new_pack.FmGFuh/_new  2011-07-13 16:01:56.000000000 +0200
@@ -25,14 +25,14 @@
 
 Name:           firebird
 Version:        2.1.3.18185.0
-Release:        17
+Release:        20
 Group:          Productivity/Databases/Servers
 License:        Interbase
 Url:            http://www.firebirdsql.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        http://downloads.sourceforge.net/firebird/%{pkgname}.tar.bz2
 Source3:        firebird-logrotate
-Source4:        README.OpenSuse
+Source4:        README.openSUSE
 Source5:        01_firebird
 Source6:        firebird.conf
 Patch0:         firebird-mcpu-to-mtune.patch
@@ -201,9 +201,9 @@
 mkdir  -p      %{buildroot}%{_sysconfdir}/profile.d
 mkdir  -p      %{buildroot}%{_sysconfdir}/logrotate.d
 mkdir   -p     %{buildroot}%{_sysconfdir}/tmpdirs.d
-mkdir   -p     %{buildroot}%{_sysconfdir}/tmpfiles.d
+mkdir   -p     %{buildroot}/usr/lib/tmpfiles.d
 cp     %{SOURCE5}      %{buildroot}%{_sysconfdir}/tmpdirs.d/01_firebird
-cp     %{SOURCE6}      %{buildroot}%{_sysconfdir}/tmpfiles.d/
+cp     %{SOURCE6}      %{buildroot}/usr/lib/tmpfiles.d/
 mkdir  -p      %{buildroot}%{_var}/run/%{name}
 mkdir  -p      %{buildroot}%{_localstatedir}/lib/%{name}
 mkdir  -p      %{buildroot}%{_localstatedir}/lib/%{name}/data
@@ -282,7 +282,7 @@
 sed    "s@= root@= %{name}@"   
%{_builddir}/%{pkgname}/gen/buildroot-classic%{fbroot}/misc/%{name}.xinetd      
>       %{buildroot}%{_sysconfdir}/xinetd.d/%{name}
 cp     
%{_builddir}/%{pkgname}/gen/buildroot-superserver%{fbroot}/misc/%{name}.init.d.suse
     %{buildroot}%{_initrddir}/%{name}
 ln -sf %{_initrddir}/%{name} %{buildroot}%{_sbindir}/rc%{name}
-sed    "s@%%{fbroot}@%{fbroot}@g"      %{SOURCE4}      >       
%{_builddir}/%{pkgname}/doc/README.OpenSuse
+sed    "s@%%{fbroot}@%{fbroot}@g"      %{SOURCE4}      >       
%{_builddir}/%{pkgname}/doc/README.openSUSE
 ln     -s      %{_var}/run/%{name}     .%{fbroot}/run
 # we need a dummy target for /etc/alternatives/ 
 mkdir -p %{buildroot}/etc/alternatives  
@@ -377,7 +377,7 @@
 %defattr(0644,root,root,0755)
 %doc doc/license/IDPL.txt
 %doc doc/license/README.license.usage.txt
-%doc doc/README.OpenSuse
+%doc doc/README.openSUSE
 %ghost /etc/alternatives/%{name}-bin  
 %ghost /etc/alternatives/%{name}-UDF  
 %ghost /etc/alternatives/isql-fb  
@@ -429,13 +429,13 @@
 %dir %{_sysconfdir}/tmpdirs.d 
 %{_sysconfdir}/tmpdirs.d/01_firebird
 %endif
-%dir %{_sysconfdir}/tmpfiles.d
-%{_sysconfdir}/tmpfiles.d/firebird.conf
+%dir /usr/lib/tmpfiles.d
+/usr/lib/tmpfiles.d/firebird.conf
 %{fbroot}/run
 
 %files filesystem
 %defattr(0644,root,root,0755)
-%doc   doc/README.OpenSuse
+%doc   doc/README.openSUSE
 %defattr(0755,root,root,0755)
 %dir %{fbroot}
 %dir %{fbroot}/lib

++++++ README.openSUSE ++++++
Differences between upstream and the openSUSE package
=====================================================

* All files are installed according to the FHS. Relatively complete
  environment as provided by upstream may be found in %{fbroot} 

* Firebird utilities gbak,gsec,gfix,nbackup and gstat have a symlink in /usr/bin
  In /usr/bin you have also isql-fb symlinked to Firebird isql.
  We can't name it isql to avoid conflict with isql from UNIX-ODBC
  In /usr/bin you have also gstat-fb symlinked to Firebird gstat.
  We can't name it gstat to avoid conflict with gstat from Ganglia-gmond

* According to openSUSE packaging rules, firebird service is not started 
  automatically. You need to start it, as root : 
  for SuperServer :  
    service firebird start
  for Classic :  
    chkconfig firebird on
  If you wanted to have firebird Superserver started at each boot, as root :
  chkconfig --level 345 firebird on

* openSUSE packages do not use, nor contain the pre-supplied sources for
  libicu. Fedora packages are used instead.

* POSSIBLE INCOMPATIBILITY
  In incides on text-based columns (CHAR/VARCHAR), Firebird uses ICU to get
  binary-comparable sequences (collations). These collations may be different
  in different ICU versions.

  In Firebird 2.1 upstream always uses the bundled ICU library. Firebird 
packages
  use the Firebird-packaged libicu*. Unfortunately, this may lead to
  incompatibilities in the binary index representation (on disk) between
  databases created by Fedora-packaged Firebird, and upstream.

  This can also lead to incompatibilities when the Firebird packages are
  re-built using different version of the system-wide ICU library

  One way to fix this is to backup and restore all databases created with ICU
  version different from the one currently installed on the system. Another is
  to re-generate all indices that contain a text-based columns.


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to