Hello community,

here is the log from the commit of package vpcs for openSUSE:Factory checked in 
at 2015-11-26 17:01:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vpcs (Old)
 and      /work/SRC/openSUSE:Factory/.vpcs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vpcs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vpcs/vpcs.changes        2015-06-05 
08:46:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vpcs.new/vpcs.changes   2015-11-26 
17:02:06.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Nov 20 10:40:55 UTC 2015 - [email protected]
+
+- new upstream version 0.8
+       * Support IPv6 fragmentation
+    * Support DNS AAAA record
+       * Add an option to disable the relay function from the command line
+- removed vpcs-0.5b0-no-static.patch and replaced by vpcs-0.8-no-static.patch
+
+-------------------------------------------------------------------

Old:
----
  vpcs-0.5b0-no-static.patch
  vpcs-0.6.1.zip

New:
----
  vpcs-0.8-no-static.patch
  vpcs-0.8-src.tbz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vpcs.spec ++++++
--- /var/tmp/diff_new_pack.Xme7BZ/_old  2015-11-26 17:02:07.000000000 +0100
+++ /var/tmp/diff_new_pack.Xme7BZ/_new  2015-11-26 17:02:07.000000000 +0100
@@ -17,17 +17,16 @@
 
 
 Name:           vpcs
-Version:        0.6.1
+Version:        0.8
 Release:        0
 Summary:        Virtual PC Simulator
 License:        BSD-2-Clause
 Group:          System/Emulators/Other
 Url:            http://sourceforge.net/projects/vpcs/
-Source0:        %{name}-%{version}.zip
-Patch0:         %{name}-0.5b0-no-static.patch
+Source0:        %{name}-%{version}-src.tbz
+Patch0:         %{name}-0.8-no-static.patch
 BuildRequires:  gcc
 BuildRequires:  make
-BuildRequires:  unzip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,7 +43,7 @@
 the packets via udp. In the ether mode, via /dev/tap, not support on the 
Windows. 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 %patch0 -p1
 
 %build

++++++ vpcs-0.5b0-no-static.patch -> vpcs-0.8-no-static.patch ++++++
--- /work/SRC/openSUSE:Factory/vpcs/vpcs-0.5b0-no-static.patch  2014-03-26 
16:42:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.vpcs.new/vpcs-0.8-no-static.patch       
2015-11-26 17:02:06.000000000 +0100
@@ -1,11 +1,11 @@
-diff -uNr old-vpcs-0.5b0/src/Makefile.linux vpcs-0.5b0/src/Makefile.linux
---- old-vpcs-0.5b0/src/Makefile.linux  2014-03-23 11:32:46.322703172 +0100
-+++ vpcs-0.5b0/src/Makefile.linux      2014-03-23 11:33:15.004704351 +0100
-@@ -5,8 +5,8 @@
- OPT=-O2
+diff -uNr old-vpcs-0.8/src/Makefile.linux vpcs-0.8/src/Makefile.linux
+--- old-vpcs-0.8/src/Makefile.linux    2015-11-20 15:00:32.000000000 +0100
++++ vpcs-0.8/src/Makefile.linux        2015-11-20 15:01:44.000000000 +0100
+@@ -4,8 +4,8 @@
+ CPUTYPE=i386
  HVOPT=-DHV
  
--CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(OPT) $(HVOPT) -Wall -I. -DTAP
+-CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
 -LDFLAGS=-lpthread -lutil -s -static
 +CFLAGS:=$(CFLAGS) -D$(OSTYPE) -D$(CPUTYPE) $(OPT) $(HVOPT) -Wall -I. -DTAP
 +LDFLAGS=-lpthread -lutil -s


Reply via email to