Compare commits

..

9 Commits

Author SHA1 Message Date
clrbuilder 4435eace17 Update packages file for version 32850
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-15 05:09:15 +00:00
clrbuilder e971c54843 Update packages file for version 32840
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-14 05:08:44 +00:00
clrbuilder c5df45b631 Update packages file for version 32830
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-13 05:09:34 +00:00
Patrick McCarty 1123cf8edc patchfilter: show diffs of Source0 instead of url from options.conf
Modification of Source0 is more trustworthy, since not all packages use
autospec. Also, (to me) the line stands out more when it appears at the
top of the spec file diff.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2020-04-09 22:15:49 -07:00
clrbuilder 779526d7a4 Update packages file for version 32820
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-10 05:08:43 +00:00
clrbuilder 8280750fe8 Update packages file for version 32800
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-09 05:09:08 +00:00
clrbuilder 72414dec9f Update packages file for version 32790
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-08 09:08:46 +00:00
clrbuilder 61fa7c0655 Update packages file for version 32780
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-07 05:09:16 +00:00
clrbuilder c30c608d19 Update packages file for version 32760
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-03 05:08:46 +00:00
2 changed files with 6 additions and 13 deletions
+5 -11
View File
@@ -1150,7 +1150,6 @@ bind-utils
binutils
binwalk
bison
bkcharts
bleach
blender
blinken
@@ -1363,8 +1362,6 @@ compat-gtksourceview-soname3
compat-guile-soname20
compat-hwloc-soname5
compat-hyperscan-soname4
compat-icu4c-soname61
compat-icu4c-soname63
compat-ilmbase-soname23
compat-intel-gmmlib-soname1
compat-ipset-soname10
@@ -1380,7 +1377,6 @@ compat-libvpx-soname5
compat-libwebp-soname6
compat-llvm-soname5
compat-llvm-soname6
compat-llvm-soname7
compat-mariadb-soname18
compat-mpfr-soname4
compat-nettle-soname6
@@ -1563,7 +1559,6 @@ efivar
efl
eid-mw
eigen
elasticsearch-dep
electric-fence
elementary-xfce
elfutils
@@ -1605,6 +1600,7 @@ f2fs-tools
faas-cli
faba-icon-theme
fakeroot
fangfrisch
fann
fann2
farstream
@@ -1747,6 +1743,7 @@ gmic
gmime
gmp
gmqtt
gmsh
gnocchiclient
gnome-applets
gnome-autoar
@@ -1860,7 +1857,6 @@ gtk-doc
gtk-vnc
gtk-xfce-engine
gtk3
gtkglext
gtkmm2
gtkmm3
gtksourceview
@@ -1885,7 +1881,6 @@ haveged
hdf5
hdmedians
hdparm
heat
helloworld
helm
help2man
@@ -1915,6 +1910,7 @@ hyperscan
hyperstart
hyphen
hypothesis
hypre
i2c-tools
i3
i3blocks
@@ -2689,6 +2685,7 @@ matplotlib
mc
mccabe
mcelog
md4c
mdadm
mdds
media-player-info
@@ -2751,7 +2748,6 @@ motif
mox
mox3
mozjs
mozjs52
mozjs60
mozjs68
mpc
@@ -3005,7 +3001,6 @@ pandoc
pandocfilters
pango
pangomm
pangox-compat
paper-icon-theme
papi
papirus-icon-theme
@@ -3931,6 +3926,7 @@ picmi
picocom
pidgin
pidgin-sipe
pigeonhole
piglit
pigz
pika
@@ -4040,7 +4036,6 @@ pycairo
pycodestyle
pycosat
pycparser
pycrypto
pycurl
pydocstyle
pydot
@@ -4600,7 +4595,6 @@ unit
unittest2
unixODBC
unzip
upm
upower
uritemplate
urllib3
+1 -2
View File
@@ -244,7 +244,6 @@ def main():
zap_line_in_file_start(".spec", "Release :")
zap_line_in_file_start(".spec", "Source99 :")
zap_line_in_file_start(".spec", "Source0 :")
zap_line_in_file_start(".spec", "export SOURCE_DATE_EPOCH")
zap_line_in_file_start(".spec", "export AR=gcc-ar")
zap_line_in_file_start(".spec", "export RANLIB=gcc-ranlib")
@@ -294,7 +293,7 @@ def main():
zap_line_in_file("b/options.conf", "archives = ")
zap_line_in_file("b/options.conf", "giturl = ")
zap_line_in_file("b/options.conf", "url = ")
zap_line_in_file_start("b/options.conf", "url = ")
zap_line_in_file("b/options.conf", "[package]")
zap_line_in_file("b/options.conf", "")
zap_line_in_file("b/options.conf", "[autospec]")