Check-in [38d400b3c8]
Overview
Comment: | pyquery/* has been removed from package inventory, update :rpmspec format for `version` updates |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
38d400b3c8de09911ea11c9d0e2f25e4 |
User & Date: | mario on 2014-04-06 00:34:13 |
Other Links: | manifest | tags |
Context
2014-04-06
| ||
01:20 | removed old version reading script check-in: b86ffcdfd1 user: mario tags: trunk | |
00:34 | pyquery/* has been removed from package inventory, update :rpmspec format for `version` updates check-in: 38d400b3c8 user: mario tags: trunk | |
00:33 | disable TV and and basic.ch per default (not working) check-in: 93f5cebd40 user: mario tags: trunk | |
Changes
Modified _pack from [3b40c3d45c] to [8dc7760232].
1 2 3 | #-- meta data | | | 1 2 3 4 5 6 7 8 9 10 11 | #-- meta data VERSION=$(version --get st2.py --write:rpmspec _package.epm --write:_raw_:2 st2.py) echo "------------------ source .txz ------------------" cd .. pax -wvJf streamtuner2-$VERSION.src.txz \ streamtuner2/*.py streamtuner2/*.xml streamtuner2/channels/*.{py,png} \ streamtuner2/*.png streamtuner2/*.svg streamtuner2/*.desktop \ |
︙ | ︙ |
Modified _package.epm from [0d8e7f10fb] to [036b8e5906].
1 | %product streamtuner2 - internet radio browser | | | 1 2 3 4 5 6 7 8 9 | %product streamtuner2 - internet radio browser %version 2.0.9.5 %vendor Mario Salzer %license %copyright Placed into the Public Domain, 2009-2014 %readme README %description Browser for Internet Radio Stations %description . |
︙ | ︙ | |||
110 111 112 113 114 115 116 | d 755 root root /usr/share/doc/streamtuner2/help/img - f 644 root root /usr/share/doc/streamtuner2/help/img/categories.png ./help/img/categories.png f 644 root root /usr/share/doc/streamtuner2/help/img/channels.png ./help/img/channels.png f 644 root root /usr/share/doc/streamtuner2/help/img/logo.png ./help/img/logo.png f 644 root root /usr/share/doc/streamtuner2/help/img/mainwindow2.svg ./help/img/mainwindow2.svg f 644 root root /usr/share/doc/streamtuner2/help/img/streams.png ./help/img/streams.png #--pyquery | | | | | | | | | | | | | | | | 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 | d 755 root root /usr/share/doc/streamtuner2/help/img - f 644 root root /usr/share/doc/streamtuner2/help/img/categories.png ./help/img/categories.png f 644 root root /usr/share/doc/streamtuner2/help/img/channels.png ./help/img/channels.png f 644 root root /usr/share/doc/streamtuner2/help/img/logo.png ./help/img/logo.png f 644 root root /usr/share/doc/streamtuner2/help/img/mainwindow2.svg ./help/img/mainwindow2.svg f 644 root root /usr/share/doc/streamtuner2/help/img/streams.png ./help/img/streams.png #--pyquery #d 755 root root /usr/share/streamtuner2/pyquery - #f 644 root root /usr/share/streamtuner2/pyquery/LICENSE.txt ./pyquery/LICENSE.txt #f 644 root root /usr/share/streamtuner2/pyquery/README.txt ./pyquery/README.txt #f 644 root root /usr/share/streamtuner2/pyquery/__init__.py ./pyquery/__init__.py #f 644 root root /usr/share/streamtuner2/pyquery/__init__.pyc ./pyquery/__init__.pyc #f 644 root root /usr/share/streamtuner2/pyquery/ajax.py ./pyquery/ajax.py #f 644 root root /usr/share/streamtuner2/pyquery/cssselectpatch.py ./pyquery/cssselectpatch.py #f 644 root root /usr/share/streamtuner2/pyquery/cssselectpatch.pyc ./pyquery/cssselectpatch.pyc #f 644 root root /usr/share/streamtuner2/pyquery/pyquery.py ./pyquery/pyquery.py #f 644 root root /usr/share/streamtuner2/pyquery/pyquery.pyc ./pyquery/pyquery.pyc #f 644 root root /usr/share/streamtuner2/pyquery/rules.py ./pyquery/rules.py #f 644 root root /usr/share/streamtuner2/pyquery/test.html ./pyquery/test.html #f 644 root root /usr/share/streamtuner2/pyquery/test.py ./pyquery/test.py #f 644 root root /usr/share/streamtuner2/pyquery/tests.txt ./pyquery/tests.txt #-- lxml #d 755 root root /usr/share/streamtuner2/lxml - #d 755 root root /usr/share/streamtuner2/lxml/html - #f 644 root root /usr/share/streamtuner2/lxml/ElementInclude.py /usr/share/pyshared/lxml/ElementInclude.py #f 644 root root /usr/share/streamtuner2/lxml/__init__.py /usr/share/pyshared/lxml/__init__.py #f 644 root root /usr/share/streamtuner2/lxml/_elementpath.py /usr/share/pyshared/lxml/_elementpath.py #f 644 root root /usr/share/streamtuner2/lxml/builder.py /usr/share/pyshared/lxml/builder.py |
︙ | ︙ |