Skip to content

Commit

Permalink
updated to 17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kuboosoft committed Oct 23, 2017
1 parent 9be7529 commit 08d9a5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ before_install:
- echo 'DOCKER_OPTS="-H tcp://127.0.0.1:2375 -H unix:///var/run/docker.sock -s devicemapper"' | sudo tee /etc/default/docker > /dev/null
- sudo service docker restart
- sleep 5
- sudo docker pull davidva/unibuild
- sudo docker pull davidva/unibuild-26
script:
# ENABLE tne next line and delete add a "#" the next lines; if you want build with mock
#- travis_wait 40 docker run --cap-add=SYS_ADMIN davidva/unibuild /bin/sh /urpms -g UnitedRPMs/spotify -s spotify.spec -t fedora-25-x86_64
- "docker run -v $(pwd):/root/enjoy --cap-add=SYS_ADMIN davidva/unibuild /bin/sh /urpms -g UnitedRPMs/kodi-addon-visualizations -s kodi-addon-visualizations.spec -r true -d 'dist .fc25'"
- "docker run -v $(pwd):/root/enjoy --cap-add=SYS_ADMIN davidva/unibuild-26 /bin/sh /urpms -g UnitedRPMs/kodi-addon-visualizations -s kodi-addon-visualizations.spec -r true -d 'dist .fc26'"
notifications:
webhooks:
urls:
Expand Down
7 changes: 5 additions & 2 deletions kodi-addon-visualizations.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
%global gitdate 20170524

Name: kodi-addon-visualizations
Version: 17.4
Release: 2%{?dist}
Version: 17.5
Release: 1%{?dist}
Summary: Kodi visualizations add-ons

Group: Applications/Multimedia
Expand Down Expand Up @@ -212,6 +212,9 @@ find $RPM_BUILD_ROOT%{_datadir}/kodi/addons/ -type f -exec chmod 0644 {} \;

%changelog

* Sun Oct 22 2017 Unitedrpms Project <unitedrpms AT protonmail DOT com> - 17.5-1
- Updated to 17.5

* Fri Sep 01 2017 David Vasquez <davidva at tutanota dot com> - 17.4-2
- Rebuilt for Kodi cmake

Expand Down

0 comments on commit 08d9a5d

Please sign in to comment.