Skip to content

Commit

Permalink
11.10.0 first.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Portnoy committed Mar 1, 2016
1 parent 496e2e6 commit 2597fd1
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 8 deletions.
7 changes: 5 additions & 2 deletions RPM/SPECS/kaltura-base.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

Summary: Kaltura Open Source Video Platform
Name: kaltura-base
Version: 11.9.0
Release: 12
Version: 11.10.0
Release: 1
License: AGPLv3+
Group: Server/Platform
Source0: https://github.com/kaltura/server/archive/%{codename}-%{version}.zip
Expand Down Expand Up @@ -307,6 +307,9 @@ fi
%doc %{prefix}/app/VERSION.txt

%changelog
* Tue Mar 1 2016 jess.portnoy@kaltura.com <Jess Portnoy> - 11.10.0-1
- Ver Bounce to 11.10.0

* Mon Feb 29 2016 jess.portnoy@kaltura.com <Jess Portnoy> - 11.9.0-12
- SUP-6997 - Server returning all stream information when loading the player
- SUP-7185 - Live stream Passthrough ingest is missing
Expand Down
7 changes: 5 additions & 2 deletions RPM/SPECS/kaltura-batch.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
%define apache_group apache
Summary: Kaltura Open Source Video Platform - batch server
Name: kaltura-batch
Version: 11.9.0
Release: 2
Version: 11.10.0
Release: 1
License: AGPLv3+
Group: Server/Platform
Source0: zz-%{name}.ini
Expand Down Expand Up @@ -131,6 +131,9 @@ service httpd restart


%changelog
* Tue Mar 1 2016 jess.portnoy@kaltura.com <Jess Portnoy> - 11.10.0-1
- Ver Bounce to 11.10.0

* Mon Feb 15 2016 jess.portnoy@kaltura.com <Jess Portnoy> - 11.9.0-1
- Ver Bounce to 11.9.0

Expand Down
5 changes: 4 additions & 1 deletion RPM/SPECS/kaltura-front.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%define apache_group apache
Summary: Kaltura Open Source Video Platform - frontend server
Name: kaltura-front
Version: 11.9.0
Version: 11.10.0
Release: 1
License: AGPLv3+
Group: Server/Platform
Expand Down Expand Up @@ -102,6 +102,9 @@ rm -rf %{buildroot}
%config %{_sysconfdir}/php.d/zz-%{name}.ini

%changelog
* Tue Mar 1 2016 jess.portnoy@kaltura.com <Jess Portnoy> - 11.10.0-1
- Ver Bounce to 11.10.0

* Mon Feb 15 2016 jess.portnoy@kaltura.com <Jess Portnoy> - 11.9.0-1
- Ver Bounce to 11.9.0

Expand Down
5 changes: 4 additions & 1 deletion RPM/SPECS/kaltura-release.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%define prefix /opt/kaltura
Summary: Kaltura Server release file and package configuration
Name: kaltura-release
Version: 11.9.0
Version: 11.10.0
Release: 1
License: AGPLv3+
Group: Server/Platform
Expand Down Expand Up @@ -81,6 +81,9 @@ exit 0
%config %{_sysconfdir}/yum.repos.d/kaltura.repo

%changelog
* Tue Mar 1 2016 jess.portnoy@kaltura.com <Jess Portnoy> - 11.10.0-1
- Ver Bounce to 11.10.0

* Mon Feb 15 2016 jess.portnoy@kaltura.com <Jess Portnoy> - 11.9.0-1
- Ver Bounce to 11.9.0

Expand Down
5 changes: 4 additions & 1 deletion RPM/SPECS/kaltura-server.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Kaltura Open Source Video Platform all in 1 package
Name: kaltura-server
Version: 11.9.0
Version: 11.10.0
Release: 1
License: AGPLv3+
Group: Server/Platform
Expand Down Expand Up @@ -46,6 +46,9 @@ fi
%files

%changelog
* Tue Mar 1 2016 jess.portnoy@kaltura.com <Jess Portnoy> - 11.10.0-1
- Ver Bounce to 11.10.0

* Mon Feb 15 2016 jess.portnoy@kaltura.com <Jess Portnoy> - 11.9.0-1
- Ver Bounce to 11.9.0

Expand Down
2 changes: 1 addition & 1 deletion build/sources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RPM_SPECS_DIR=~/rpmbuild/SPECS
RPMS_DIR=~/rpmbuild/RPMS
DEB_SPECS_DIR=$BASE_CHECKOUT_DIR/deb
TMP_DIR=/tmp
KALTURA_SERVER_VERSION="Kajam-11.9.0"
KALTURA_SERVER_VERSION="Kajam-11.10.0"

KALTURA_POSTINST_VERSION=1.0.31
KALTURA_PREFIX="opt/kaltura"
Expand Down

0 comments on commit 2597fd1

Please sign in to comment.