123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>cpupowertools</Name>
- <Homepage>https://www.kernel.org</Homepage>
- <Packager>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>CPU power management tools</Summary>
- <Description>cpupowertools contains utilities to manage power management and frequency scaling policies of modern CPUs.</Description>
- <Archive sha1sum="026a9f37b498ab533f843d4a3a85c40f9d108431" type="targz">https://mirrors.edge.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>pciutils-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- Linux patches -->
- <Patch level="1" compressionType="xz">patches/linux/patch-6.6.67.xz</Patch>
- <!-- aufs6 patchec -->
- <Patch level="1">patches/aufs6/aufs6.6.63-20241202.patch</Patch>
- <Patch level="1">patches/aufs6/aufs6-base.patch</Patch>
- <Patch level="1">patches/aufs6/aufs6-kbuild.patch</Patch>
- <!-- <Patch level="1">patches/aufs6/aufs6-loopback.patch</Patch> -->
- <Patch level="1">patches/aufs6/aufs6-mmap.patch</Patch>
- <!-- <Patch level="1">patches/aufs6/tmpfs-idr.patch</Patch> -->
- <!-- <Patch level="1">patches/aufs6/vfs-ino.patch</Patch> -->
- <!-- <Patch level="1">patches/aufs6/aufs6-standalone.patch</Patch> -->
- <!-- Mageia Linux patches-->
- <Patch level="1">patches/mageia/platform-x86-add-shuttle-wmi-driver.patch</Patch>
- <Patch level="1">patches/mageia/platform-x86-shuttle-wmi-4.13-buildfix.patch</Patch>
- <Patch level="1">patches/mageia/platform-x86-shuttle-wmi-4.2-buildfix.patch</Patch>
- <Patch level="1">patches/mageia/platform-x86-shuttle-wmi-drop-devinit-exit.patch</Patch>
- <Patch level="1">patches/mageia/platform-x86-shuttle-wmi-kernel-5.5.patch</Patch>
- <Patch level="1">patches/mageia/staging-rtl8812au.patch</Patch>
- <Patch level="1">patches/mageia/staging-rtl8812au-rename.patch</Patch>
- <Patch level="1">patches/mageia/staging-rtl8812au-Kconfig-Makefile.patch</Patch>
- <Patch level="1">patches/mageia/staging-rtl8812au-20231117.patch</Patch>
- <Patch level="1">patches/mageia/net-wireless-rtw88-add-8723de-alias.patch</Patch>
- <Patch level="1">patches/mageia/net-wireless-rtw88-add-r8822be-alias.patch</Patch>
- <Patch level="1">patches/mageia/net-wireless-iwlwifi-add-new-pci-id-for-6235.patch</Patch>
- <Patch level="1">patches/mageia/wifi-iwlwifi-pcie-add-support-for-AX101NGW.patch</Patch>
- <!-- <Patch level="1">patches/mageia/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch</Patch> -->
- <Patch level="1">patches/mageia/x86-pci-toshiba-equium-a60-assign-busses.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>cpupowertools</Name>
- <RuntimeDependencies>
- <Dependency>pciutils</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc/conf.d</Path>
- <Path fileType="executable">/usr/bin/cpupower</Path>
- <Path fileType="executable">/usr/bin/*-decode</Path>
- <Path fileType="library">/usr/lib/libcpupower*</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="man">/usr/share/man/man1/cpupower*</Path>
- <Path fileType="locale">/usr/share/locale/*/*/cpupower.mo</Path>
- <Path fileType="data">/usr/share/bash-completion/completions/cpupower</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/etc/conf.d/cpupower">cpupower.conf.d</AdditionalFile>
- </AdditionalFiles>
- <!--<Provides>
- <COMAR script="service.py">System.Service</COMAR>
- </Provides>-->
- </Package>
-
- <History>
- <Update release="96">
- <Date>2024-12-20</Date>
- <Version>6.6.67</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="95">
- <Date>2024-11-16</Date>
- <Version>6.6.61</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="94">
- <Date>2024-10-14</Date>
- <Version>6.6.56</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="93">
- <Date>2024-09-08</Date>
- <Version>6.6.50</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="92">
- <Date>2024-08-11</Date>
- <Version>6.6.45</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="91">
- <Date>2024-07-17</Date>
- <Version>6.6.40</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="90">
- <Date>2024-06-28</Date>
- <Version>6.6.36</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="89">
- <Date>2024-05-30</Date>
- <Version>6.6.32</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="88">
- <Date>2024-05-05</Date>
- <Version>6.6.30</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="87">
- <Date>2024-01-16</Date>
- <Version>5.15.147</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="86">
- <Date>2023-11-28</Date>
- <Version>5.15.140</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="85">
- <Date>2023-09-11</Date>
- <Version>5.15.131</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="84">
- <Date>2023-08-09</Date>
- <Version>5.15.125</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="83">
- <Date>2023-07-24</Date>
- <Version>5.15.122</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="82">
- <Date>2023-06-11</Date>
- <Version>5.15.116</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="81">
- <Date>2023-05-03</Date>
- <Version>5.15.110</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="80">
- <Date>2023-03-15</Date>
- <Version>5.15.102</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="79">
- <Date>2023-03-02</Date>
- <Version>5.15.96</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="78">
- <Date>2023-01-28</Date>
- <Version>5.15.90</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="77">
- <Date>2023-01-03</Date>
- <Version>5.15.86</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="76">
- <Date>2022-12-07</Date>
- <Version>5.15.81</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="75">
- <Date>2022-10-22</Date>
- <Version>5.15.74</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="74">
- <Date>2022-09-12</Date>
- <Version>5.15.67</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="73">
- <Date>2022-08-17</Date>
- <Version>5.15.61</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="72">
- <Date>2022-07-21</Date>
- <Version>5.15.55</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="71">
- <Date>2022-05-25</Date>
- <Version>5.15.50</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="70">
- <Date>2022-05-22</Date>
- <Version>5.15.41</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="69">
- <Date>2022-05-05</Date>
- <Version>5.15.37</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="68">
- <Date>2022-04-13</Date>
- <Version>5.15.34</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="67">
- <Date>2022-03-22</Date>
- <Version>5.15.30</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="66">
- <Date>2022-01-31</Date>
- <Version>5.15.18</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="65">
- <Date>2022-01-15</Date>
- <Version>5.15.14</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="64">
- <Date>2021-12-17</Date>
- <Version>5.15.10</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="63">
- <Date>2021-11-27</Date>
- <Version>5.15.5</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="62">
- <Date>2021-11-19</Date>
- <Version>5.15.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="61">
- <Date>2021-11-10</Date>
- <Version>5.15.1</Version>
- <Comment>Version bump.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="60">
- <Date>2021-11-08</Date>
- <Version>5.10.78</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="59">
- <Date>2021-09-30</Date>
- <Version>5.10.70</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="58">
- <Date>2021-09-10</Date>
- <Version>5.10.58</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="57">
- <Date>2021-08-13</Date>
- <Version>5.10.58</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="56">
- <Date>2021-07-15</Date>
- <Version>5.10.50</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="55">
- <Date>2021-06-19</Date>
- <Version>5.10.45</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="54">
- <Date>2021-06-02</Date>
- <Version>5.10.41</Version>
- <Comment>Version bump.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="53">
- <Date>2021-05-22</Date>
- <Version>5.10.39</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="52">
- <Date>2021-05-14</Date>
- <Version>5.10.37</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="51">
- <Date>2021-04-29</Date>
- <Version>5.10.33</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="50">
- <Date>2021-04-14</Date>
- <Version>5.10.30</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="49">
- <Date>2021-03-12</Date>
- <Version>5.10.23</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="48">
- <Date>2021-03-01</Date>
- <Version>5.10.19</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="47">
- <Date>2021-02-11</Date>
- <Version>5.10.15</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="46">
- <Date>2021-01-29</Date>
- <Version>5.10.11</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="45">
- <Date>2021-01-06</Date>
- <Version>5.10.5</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="44">
- <Date>2020-12-27</Date>
- <Version>5.10.3</Version>
- <Comment>Version bump</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="43">
- <Date>2020-12-15</Date>
- <Version>5.9.13</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="42">
- <Date>2020-09-27</Date>
- <Version>5.8.12</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="41">
- <Date>2020-09-10</Date>
- <Version>5.8.8</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="40">
- <Date>2020-08-07</Date>
- <Version>5.7.14</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="39">
- <Date>2020-08-05</Date>
- <Version>5.7.13</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="38">
- <Date>2020-06-17</Date>
- <Version>5.6.19</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="37">
- <Date>2020-05-29</Date>
- <Version>5.6.15</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="36">
- <Date>2020-05-11</Date>
- <Version>5.6.12</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="35">
- <Date>2020-05-04</Date>
- <Version>5.6.10</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="34">
- <Date>2020-04-22</Date>
- <Version>5.6.6</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="33">
- <Date>2020-04-13</Date>
- <Version>5.6.4</Version>
- <Comment>Version bump</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="32">
- <Date>2020-04-03</Date>
- <Version>5.5.15</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="31">
- <Date>2020-02-13</Date>
- <Version>5.4.19</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="30">
- <Date>2020-01-30</Date>
- <Version>5.4.16</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="29">
- <Date>2020-01-12</Date>
- <Version>5.4.10</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="28">
- <Date>2020-01-05</Date>
- <Version>5.4.8</Version>
- <Comment>Version bump</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="27">
- <Date>2019-12-27</Date>
- <Version>5.4.6</Version>
- <Comment>Version bump</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="26">
- <Date>2019-06-26</Date>
- <Version>4.19.56</Version>
- <Comment>Update.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="25">
- <Date>2019-05-11</Date>
- <Version>4.19.34</Version>
- <Comment>Update.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="24">
- <Date>2019-04-06</Date>
- <Version>4.19.34</Version>
- <Comment>Rebuild.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="23">
- <Date>2019-01-20</Date>
- <Version>4.19.16</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="22">
- <Date>2018-12-22</Date>
- <Version>4.14.90</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="21">
- <Date>2018-10-05</Date>
- <Version>4.14.73</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="20">
- <Date>2018-08-07</Date>
- <Version>4.14.61</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="19">
- <Date>2018-07-15</Date>
- <Version>4.14.55</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="18">
- <Date>2018-07-13</Date>
- <Version>4.14.55</Version>
- <Comment>Release bump.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="17">
- <Date>2018-03-11</Date>
- <Version>4.9.86</Version>
- <Comment>Release bump.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="16">
- <Date>2018-03-03</Date>
- <Version>4.9.80</Version>
- <Comment>Release bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="15">
- <Date>2018-01-06</Date>
- <Version>4.9.75</Version>
- <Comment>Release bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="14">
- <Date>2017-12-20</Date>
- <Version>4.9.70</Version>
- <Comment>Release bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="13">
- <Date>2017-12-07</Date>
- <Version>4.9.66</Version>
- <Comment>Release bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="12">
- <Date>2017-11-19</Date>
- <Version>4.9.63</Version>
- <Comment>Release bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="11">
- <Date>2017-08-21</Date>
- <Version>4.9.44</Version>
- <Comment>Release bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="10">
- <Date>2017-07-04</Date>
- <Version>4.9.35</Version>
- <Comment>Version bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="9">
- <Date>2017-03-30</Date>
- <Version>4.9.18</Version>
- <Comment>Release bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="8">
- <Date>2017-02-15</Date>
- <Version>4.9.6</Version>
- <Comment>Release bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="7">
- <Date>2016-12-10</Date>
- <Version>4.8.13</Version>
- <Comment>Release bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="6">
- <Date>2016-08-24</Date>
- <Version>4.7.2</Version>
- <Comment>Release bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2016-08-06</Date>
- <Version>4.7.0</Version>
- <Comment>Rebuild with patches</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2016-07-25</Date>
- <Version>4.7.0</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-06-28</Date>
- <Version>4.6.3</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>4.4.4</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-06</Date>
- <Version>4.4.4</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|