Projects
Kolab:16:TestingLinked
iRony
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 14
View file
iRony.spec
Changed
@@ -52,18 +52,18 @@ BuildArch: noarch -Requires: chwala -Requires: php-sabre-dav >= 2.1.3 -Requires: php-sabre-event >= 1.0.1 +Requires: chwala >= 0.5.2 +Requires: php-sabre-dav >= 2.1.11 +Requires: php-sabre-event >= 2.0.2 Requires: php-sabre-http >= 3.0.5 -Requires: php-sabre-vobject >= 3.2.4 -Requires: roundcubemail(core) >= 1.1 +Requires: php-sabre-vobject >= 3.5.3 +Requires: roundcubemail(core) >= 1.3 %if 0%{?plesk} < 1 -Requires: roundcubemail-plugin-kolab_auth >= 3.3 +Requires: roundcubemail-plugin-kolab_auth >= 3.3.6 %endif -Requires: roundcubemail-plugin-kolab_folders >= 3.3 -Requires: roundcubemail-plugin-libcalendaring >= 3.3 -Requires: roundcubemail-plugin-libkolab >= 3.3 +Requires: roundcubemail-plugin-kolab_folders >= 3.3.6 +Requires: roundcubemail-plugin-libcalendaring >= 3.3.6 +Requires: roundcubemail-plugin-libkolab >= 3.3.6 %if 0%{?suse_version} Requires: http_daemon %else @@ -73,7 +73,7 @@ # Build requirements needed of *SUSE, which otherwise bails over # dead-end symbolic links and/or files and directories not owned # by any package. -BuildRequires: chwala +BuildRequires: chwala >= 0.5.2 BuildRequires: composer %if 0%{?fedora} # fix issue: @@ -82,12 +82,12 @@ BuildRequires: php-justinrainbow-json-schema4 %endif -BuildRequires: roundcubemail -BuildRequires: roundcubemail-plugins-kolab -BuildRequires: php-sabre-dav >= 2.1.3 -BuildRequires: php-sabre-event >= 1.0.1 +BuildRequires: roundcubemail(core) >= 1.3 +BuildRequires: roundcubemail-plugins-kolab >= 3.3.6 +BuildRequires: php-sabre-dav >= 2.1.11 +BuildRequires: php-sabre-event >= 2.0.2 BuildRequires: php-sabre-http >= 3.0.5 -BuildRequires: php-sabre-vobject >= 3.2.4 +BuildRequires: php-sabre-vobject >= 3.5.3 %if 0%{?fedora} >= 21 # Fedora 21 has qca2 and qca, qca2 has been renamed to qca, required by kdelibs @@ -166,7 +166,7 @@ %post if -f "/etc/php.d/apc.ini" -o -f "%{php_inidir}/apcu.ini" ; then - if ! -z "`grep ^apc.enabled=1 /etc/php.d/apc{,u}.ini`" ; then + if ! -z "`grep ^apc.enabled=1 /etc/php.d/apc{,u}.ini 2>/dev/null`" ; then /sbin/service httpd condrestart fi fi @@ -174,7 +174,7 @@ %files %doc README.md %if 0%{?plesk} < 1 -%{_ap_sysconfdir}/conf.d/%{name}.conf +%config(noreplace) %{_ap_sysconfdir}/conf.d/%{name}.conf %endif %attr(0750,root,%{httpd_group}) %dir %{_sysconfdir}/%{name} %attr(0640,root,%{httpd_group}) %config(noreplace) %{_sysconfdir}/%{name}/dav.inc.php @@ -185,6 +185,11 @@ %attr(0770,%{httpd_user},%{httpd_group}) %{_localstatedir}/log/%{name} %changelog +* Wed Jun 20 2018 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.4.1-2 +- Fix marking httpd's conf.d/iRony.conf file as a configuration file not + to be replaced by package updates +- Require a more narrow range of Sabre packages + * Wed Jun 13 2018 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.4.1-1 - Release of version 0.4.1
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +irony (0.4.1-2~kolab1) unstable; urgency=low + + * Narrow the requirements on specific sabre packages + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Wed, 20 Jun 2018 12:12:13 +0100 + irony (0.4.1-1~kolab1) unstable; urgency=low * Fix autoloader mess, again
View file
debian.control
Changed
@@ -6,10 +6,10 @@ Build-Depends: debhelper (>= 8), composer, - php-sabre-dav-2.1 (>= 2.1.5), - php-sabre-event (>= 1.0.1), + php-sabre-dav-2.1 (>= 2.1.11), + php-sabre-event (>= 2.0.2), php-sabre-http-3 (>= 3.0.5), - php-sabre-vobject-3, + php-sabre-vobject-3 (>= 3.5.3), roundcubemail-core, roundcubemail-plugin-libcalendaring (>= 3.1.12), roundcubemail-plugin-libkolab (>= 3.1.12) @@ -25,10 +25,10 @@ chwala, libapache2-mod-php5 | libapache2-mod-php, php5 | php, - php-sabre-dav-2.1 (>= 2.1.3), - php-sabre-event (>= 1.0.1), + php-sabre-dav-2.1 (>= 2.1.11), + php-sabre-event (>= 2.0.2), php-sabre-http-3 (>= 3.0.5), - php-sabre-vobject-3 (>= 3.2.4), + php-sabre-vobject-3 (>= 3.5.3), roundcubemail-core, roundcubemail-plugin-libcalendaring (>= 3.1.12), roundcubemail-plugin-libkolab (>= 3.1.12),
View file
iRony.dsc
Changed
@@ -2,7 +2,7 @@ Source: irony Binary: irony Architecture: all -Version: 0.4.1-1~kolab1 +Version: 0.4.1-2~kolab1 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org/ @@ -12,10 +12,10 @@ Build-Depends: debhelper (>= 8), composer, - php-sabre-dav-2.1 (>= 2.1.5), - php-sabre-event (>= 1.0.1), + php-sabre-dav-2.1 (>= 2.1.11), + php-sabre-event (>= 2.0.2), php-sabre-http-3 (>= 3.0.5), - php-sabre-vobject-3, + php-sabre-vobject-3 (>= 3.5.3), roundcubemail-core, roundcubemail-plugin-libcalendaring (>= 3.1.12), roundcubemail-plugin-libkolab (>= 3.1.12)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.