Skip to content

Commit

Permalink
Rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
kuboosoft committed Jun 3, 2020
1 parent 12096e0 commit 1e68175
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ SPECS/*
SRPMS/*
kodi-addon-visualizations*.tar.xz
.directory
*.rpm
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
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-30 /bin/sh -c "rm -f urpms && wget -c https://raw.githubusercontent.com/kuboosoft/united-build/master/urpms && chmod a+x urpms && /urpms -g UnitedRPMs/kodi-addon-visualizations -s kodi-addon-visualizations.spec -r true -d 'dist .fc30' -u true"
- docker run -v $(pwd):/root/enjoy --cap-add=SYS_ADMIN davidva/unibuild-33 /bin/sh -c "rm -f urpms && wget -c https://raw.githubusercontent.com/kuboosoft/united-build/master/urpms && chmod a+x urpms && /urpms -g UnitedRPMs/kodi-addon-visualizations -s kodi-addon-visualizations.spec -r true -d 'dist .fc33' -u true"
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 @@ -3,7 +3,7 @@

Name: kodi-addon-visualizations
Version: 18.0
Release: 8%{?dist}
Release: 9%{?dist}
Epoch: 1
Summary: Kodi visualizations add-ons

Expand All @@ -16,7 +16,7 @@ Source2: kodi-addon-visualizations.txt

BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: kodi-devel >= 18
BuildRequires: kodi-devel >= 18.7.1
BuildRequires: platform-devel
BuildRequires: kodi-platform-devel >= 18
BuildRequires: libprojectM-devel
Expand Down Expand Up @@ -257,6 +257,9 @@ find $RPM_BUILD_ROOT%{_datadir}/kodi/addons/ -type f -exec chmod 0644 {} \;

%changelog

* Tue Jun 02 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 18.0-9
- Rebuilt

* Sun Feb 03 2019 Unitedrpms Project <unitedrpms AT protonmail DOT com> 18.0-8
- Updated to current stable Leia
- Fix versions
Expand Down

0 comments on commit 1e68175

Please sign in to comment.