NetworkManager-1.8.2:Version Bump

This commit is contained in:
Rmys
2017-07-30 13:55:34 +03:00
parent 512dbab0d4
commit 5c28067c15
2 changed files with 20 additions and 5 deletions
+3 -3
View File
@@ -28,7 +28,7 @@ def setup():
--disable-more-warnings \ --disable-more-warnings \
--enable-modify-system \ --enable-modify-system \
--enable-ppp=yes \ --enable-ppp=yes \
--enable-bluez5=yes \ --enable-bluez5-dun \
--enable-concheck \ --enable-concheck \
--without-netconfig \ --without-netconfig \
--with-modem-manager-1 \ --with-modem-manager-1 \
@@ -37,7 +37,7 @@ def setup():
--with-suspend-resume=upower \ --with-suspend-resume=upower \
--with-system-ca-path=/etc/ssl/certs \ --with-system-ca-path=/etc/ssl/certs \
--with-crypto=nss \ --with-crypto=nss \
--with-dhcpcd=/sbin/dhcpcd \ --with-dhcpcd=/usr/bin/dhcpcd \
--with-pppd=/usr/sbin/pppd \ --with-pppd=/usr/sbin/pppd \
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.7 \ --with-pppd-plugin-dir=/usr/lib/pppd/2.4.7 \
--with-dbus-sys-dir=/etc/dbus-1/system.d \ --with-dbus-sys-dir=/etc/dbus-1/system.d \
@@ -45,7 +45,7 @@ def setup():
--with-kernel-firmware-dir=/lib/firmware \ --with-kernel-firmware-dir=/lib/firmware \
--with-udev-dir=/lib/udev \ --with-udev-dir=/lib/udev \
--with-resolvconf=/etc/resolv.default.conf \ --with-resolvconf=/etc/resolv.default.conf \
--with-iptables=/usr/sbin/iptables \ --with-iptables=/sbin/iptables \
--with-dnsmasq=/usr/sbin/dnsmasq \ --with-dnsmasq=/usr/sbin/dnsmasq \
--with-systemdsystemunitdir=no \ --with-systemdsystemunitdir=no \
--with-nmtui \ --with-nmtui \
+17 -2
View File
@@ -12,14 +12,19 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Network connection manager powered by D-Bus and UDEV</Summary> <Summary>Network connection manager powered by D-Bus and UDEV</Summary>
<Description>NetworkManager attempts to keep an active network connection available at all times.</Description> <Description>NetworkManager attempts to keep an active network connection available at all times.</Description>
<Archive sha1sum="ef387c30c8fc0a1aea7c11dc6ef20afbb8c9616c" type="tarxz">https://download.gnome.org/sources/NetworkManager/1.8/NetworkManager-1.8.0.tar.xz</Archive> <Archive sha1sum="6a927025250c3c1b2c34e419ce5ce6bcf2e0fbfe" type="tarxz">https://download.gnome.org/sources/NetworkManager/1.8/NetworkManager-1.8.2.tar.xz</Archive>
<AdditionalFiles> <AdditionalFiles>
<AdditionalFile target="po/tr.po">tr.po</AdditionalFile> <AdditionalFile target="po/tr.po">tr.po</AdditionalFile>
</AdditionalFiles> </AdditionalFiles>
<BuildDependencies> <BuildDependencies>
<Dependency>curl-devel</Dependency> <Dependency>curl-devel</Dependency>
<Dependency>intltool</Dependency> <Dependency>intltool</Dependency>
<!--Dependency>dhclient</Dependency--> <Dependency>dhclient</Dependency>
<Dependency>dhcpcd</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>autoconf</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>ppp-devel</Dependency> <Dependency>ppp-devel</Dependency>
<Dependency>nss-devel</Dependency> <Dependency>nss-devel</Dependency>
<Dependency>newt-devel</Dependency> <Dependency>newt-devel</Dependency>
@@ -127,6 +132,16 @@
</Package> </Package>
<History> <History>
<Update release="7">
<Date>2017-07-30</Date>
<Version>1.8.2</Version>
<Comment>Version Bump</Comment>
<Requires>
<Action package="NetworkManager">systemRestart</Action>
</Requires>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6"> <Update release="6">
<Date>2017-05-28</Date> <Date>2017-05-28</Date>
<Version>1.8.0</Version> <Version>1.8.0</Version>